@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  style.css
// style info :  基本スタイル
=================================================================== */
body{
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    text-align: justify;
    line-height: 160%;
    margin: 0;
    overflow-x: hidden;
     -webkit-animation: fadeIn 2s ease 0s 1 normal;
    display: flex;
      flex-direction: column;
      min-height: 100vh;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #b6e8f5;
  position: fixed;
  display: block;
  z-index: 1;
}
/* 上 */
html:before {
  height: 10px; 
  width: 100vw;
  left: 0;
  top: 0;
}

/* 右 */
html:after {
  width: 10px;
  height: 100vh;
  right: 0;
  top: 0;
}

/* 下 */
body:before {
  height: 10px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

/* 左 */
body:after {
  width: 10px;
  height: 100vh;
  top: 0;
  left: 0;
}

h1{
    font-size: 40px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.03em;
}
/**お知らせ**/
#news h1{
    font-size: 32px;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0;
}
h3{
    font-size: 18px;
    line-height: 1.75em;
}
h1,h2,h4{
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555;
}
h5{
    font-family: vdl-megamaru,sans-serif;
    font-weight: 400;
    font-style: normal;
}
p{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 2em;
    margin: 0;
    color: #333;
}
a{
	color: #b6e8f5;
}
a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.btn{
	border: solid 1px #000;
	padding: 0.1em 1em;
	margin: 0;
    background-color: #fff;
}
.facility_inner a{
    color: #555;
}
.header_inner .sc {
  padding-top: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
	color: #222;
}

.sc span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


@media screen and (min-width: 1210px){
  .none-pc { display:block; }
  .none-tb { display:none; }
  .none-sp { display:none; }
 }
@media screen and (max-width: 1209px){
  .none-pc { display:none; }
  .none-tb { display:block; }
  .none-sp { display:none; }
 }
 @media screen and (max-width: 414px){
  .none-pc { display:none; }
  .none-tb { display:none; }
  .none-sp { display:block; }
 }

/********************

メイン

********************/
main{
    position: relative;
    width: 100vw;
    height: calc(100vh - 14vw);
    margin-top: 90px;
}
.animaline {
  position: relative;
  z-index: 1;
}
.animaline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0%;
  height: 4px;
  background: #b6e8f5;
  z-index: -1;
  transition: all 0.8s;
    border-radius: 2px;
}
.animaline.isActive:after {
  width: 100%;
}

.copyright{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 290px;
    height: 340px;
    margin: -170px 0 0 -145px;
    text-align: center;
    z-index: 2;  
}
.copyright img{
   width: 240px;
}
#kv {
	position: relative;
    width: calc(100% - 75%);
    height: 100%;
}
.kv-text{
    height: 100%;
}
.kv-text img{
    max-width:inherit;
    width: 100%;
    height: 100%;
    object-position: right;
}
.kv-bg{
    position: relative;
}
.kv-left{
    position: absolute;
    z-index: 2;
    padding: 0 40px 0 30px;
    margin: 0;
    top: 50%;
    max-width: 290px;
    list-style: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.kv-left img{
    height: auto; 
    margin: 10px 0;
    padding: 10px 0;
}
.kv-logo{
    max-width: 260px;
}
.kv-buton{
    max-width: 160px;
}
#kv-img {
	right: 0;
    position: absolute;
    width: 100%;
	height: 100%;
	background: url(../images/main1.jpg) no-repeat center center!important;
	background-size: cover!important;
}

footer{
	background-color: #b6e8f5;
	padding: 10px 20px;
    margin-top: auto;
}
footer p{
	margin: 0;
}
footer p a{
    color: #333;
}
.footer-inner{
	display: flex;
    justify-content: space-between;
}
.footer-inner .banner{
	width: 200px;
    height: auto;
}
.footer-inner .banner img{
	width: 100%;
    height: auto;
}

@media screen and (max-width:640px){
footer {
    padding: 20px;
	}
	.footer-inner .banner{
		position:inherit;
	}
	.footer-inner .banner img{
	width: 200px;
		margin-top: 20px;
	}
}

.wblock{
    padding: 60px 30px 100px;
    background-color: #fff;
}
.block{
    padding: 60px 30px 100px;
    background-color: #FCFBF7;
}
.block_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    
}
.block_inner h2{
    position: relative;
    font-size: 28px;
    margin-bottom: 66px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-align: center;
}

.block_inner h2::before {
    content: "";
    position: absolute;
    left: calc(50% - 18px);
    bottom: -22px;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background-color: #b6e8f5;
}
.block_contents{
    margin-top: 100px;
}

/********************

お知らせ

********************/
ul.news {
    max-width: 600px;
    margin: 50px auto;
    padding: 0;
}
ul.news li {
    display: block;
}
ul.news li p {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.news li p span {
    width: 90px;
    display: inline-block;
}
ul.news li a {
    color: #46bad8;
}
.allnews {
    margin: 30px auto 0;
    display: table;
}
/********************

ブログ

********************/
.blog_area{
    display: table-cell;
    overflow: hidden;
}

ul.blog_area li{
    list-style: none;
}

.rss_area{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0.8em;
    margin: 0 0 2em;
}
ul.rss_area li{
    overflow: auto;
    min-width: 0;
    padding: 1em;
}
.thumbnail_rss{
    
}
.thumbnail_rss img{
	border-radius: 15px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.title{
	
}
.title p{
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.7em;
}
.date{
	font-size: 16px;
    text-align: center;
    margin: 10px auto;
}
.category {
	margin: 0px auto 10px;
    background-color: #b6e8f5;
	border-radius: 20px;
	display: inline-block;
    padding: 0 20px;
}
.category p{
	font-size: 14px;
    text-align: center;
	vertical-align: middle;
	overflow: visible;
}


/********************

施設説明

********************/
.wblock p{
    max-width: 650px;
    margin: 0 auto;
}
.facility_inner{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 250px));
    grid-auto-rows: 1fr;
    grid-gap: 3em 2em;
    padding: 0;
    margin: 60px 0 0;
    justify-content: center;
}
.facility_inner a{
    text-decoration: none;
}
.facility_inner > div {
    position: relative;
  overflow: auto;
  min-width: 0;
  padding: 30px;
    background-color: #fff;
    border-radius: 32px;
}
.facility_inner p{
	margin: 20px 0;
	line-height: 1.7em;
}

.facility_inner section{
	margin: 0 30px;
}
.facility_box{
    margin: 0 auto;
}
.facility_box h1{
    font-size: 150%;
    color: #333;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    line-height: 1.2em;
}
.facility_box h1 span{
    display: block;
    font-size: 55%;
}
.facility_inner p{
    font-size: 15px;
    line-height: 1.75em;
    margin:20px 0 !important;
}
.facility_inner ul{
    list-style: none;
    padding: 0;
}
.facility_inner ul li{
    display: table;
    background-color: #ffdbdb;
    border-radius: 6px;
    padding: 2px 10px;
    color: #333;
    margin: 0 10px 6px 0;
    font-size: 14px;
    line-height: 1.5em;
}
.facility_inner ul li:last-child{
    margin-bottom: 0;
}
.facility_box img{
	width: 200px;
    height: 200px;
    display: flex;
    margin: 0 auto;
    border-radius: 50%;
	text-align: center;
}

/********************

詳細

********************/
.eblock{
    position: relative;
    background-color: #fff;
}
.eblock_inner{
    margin: 100px 0;
}
.eblock_bg{
    background-color: #FCFBF7!important;
}
.eabout h3{
    margin: 0 0 10px;
}
.eblock_bg .eabout > div {
    background-color: #fff;
}
.eblock .headcontents{
    position: absolute;
    padding: 0;
    z-index: 2;
    top: 0;
    left: -20px;
    margin: 0;
}
.eblock .headcontents li{
    padding: 10px 30px 10px 40px;
    background-color: #fff;
    border: solid 5px #b6e8f5;
    max-width: 300px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5em;
    margin: 0;
    list-style: none;
    letter-spacing: 0.1em;
    font-family: dnp-shuei-mgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555;
    margin-bottom: 10px;
}

.eblock h5{
    font-size: 300%;
    letter-spacing: 0.03em;
    margin: 0 auto 40px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.25em;
}
.eblock h5 span{
   font-size: 80%;
    line-height: 1.2em;
    letter-spacing: inherit;
}
.employment{
    position: relative;
	margin: 0 0 60px;
    width: 100%;
}
.employment .logo{
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    height: 65px;
}
.employment img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.block_inner p{
    max-width: 650px;
    margin: 0 auto;
}

.block_space_t{
    margin-top: 60px !important;
}
.eblock_bg .eabout_one{
    background-color: #fff!important;
}
.eabout_one{
    margin: 60px auto;
    padding: 30px;
    background-color: #FCFBF4;
    border-radius: 15px;
    display: table;
    max-width: 550px;
}
.eabout_one li{
    display: table-cell;
    vertical-align: middle;
}
.eabout_one h3{
    margin: 0;
    text-align: center;
}
.eabout_one p{
    max-width: inherit;
}

.eabout{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
    grid-auto-rows: 1fr;
    grid-gap: 2em;
    margin: 60px auto;
}
.one_eabout{
    position: relative;
    background-color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 30px 25px 20px;
    border-radius: 15px;
    border: 2px solid #b6e8f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.one_eabout h3{
    position: absolute;
    margin: 0;
    background-color: #b6e8f5;
    padding: 3px 10px;
    top: -15px;
    left: 20px;
    border-radius: 10px;
}
.one_eabout li{
    list-style: none;
}
.eactivity h3{
    margin: 10px 0;
    text-align: center;
}
.eabout p{
    max-width: inherit;
}
.eabout span{
    display: inline-grid;
    background-color: #b6e8f5;
    padding: 2px 10px;
}
.eabout li{
    list-style: none;
    margin-bottom: 10px;
}
.eabout li:last-child{
    margin-bottom: 0;
}
.eabout > div {
    background-color: #FCFBF4;
    overflow: auto;
    min-width: 0;
    padding: 20px 25px;
    border-radius: 15px;
    max-width: 550px;
}

.eactivity{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 250px));
    grid-auto-rows: 1fr;
    grid-gap: 2em;
    justify-content: center;
    margin-top: 60px;
}
.eactivity p{
    font-size: 14px;
    line-height: 2em;
}
.eactivity section {
    overflow: auto;
    min-width: 0;
    padding: 30px 20px;
    border: 3px solid #b6e8f5;
    border-radius: 15px;
}
.eactivity img{
    width: 70%;
    margin: 0 auto;
    display: block;
}
ul.eactivity_one{
    padding: 30px;
    border: 2px solid #b6e8f5;
    border-radius: 15px;
    margin: 0 auto;
    display: table;
    max-width: 550px;
}
ul.eactivity_one li{
    display: table-cell;
    vertical-align: middle;
}
ul.eactivity_one img{
    max-width: 100px;
    margin-right: 20px;
}
ul.eactivity_one h3{
    margin: 0;
}
.gmap{
	margin-top: 30px;
    text-align: -webkit-center;
    width: 100%;
}

.access p{
	text-align: center;
}

.office_access ul{
	margin: 0 auto;
    max-width: 700px;
    display: table;
}

@media screen and (max-width:1000px){
.employment_logo {
    height: 50px;
	max-width: 250px;
    }
	
	.employment_bg{
    top: 20px;
	padding: 50px 0;
	}
	.employment .con_name {
    left: -20px;
    border: solid 5px #b6e8f5;
    text-align: -webkit-center;
	top: -60px;
}
	.employment_wrap {
    margin: 80px auto 65px;
}
	.employment_box {
    flex-direction: column;
	padding: 0px;
	}
	.employment_box .left {
        margin: 0 30px 30px;
	}
	.employment_box .right {
    margin: 0 30px 30px;
		max-width: 100%;
	}
	.employment2 {
    margin: 0 auto;
}
	.employment_p{
	width: 100%;
    border-radius: 20px;
    height: 300px;
		object-fit: cover;
	}
	.employment_box li{
	 margin: 0 30px;
	}
	.employment3 {
    padding: 100px 40px 0;
    }
}
/************************************/
#office{
	margin-bottom: 60px;
    padding: 0px 300px;
    margin: 0 auto;
	position: relative;
}

.office{
	margin: 40px auto;
	display: flex;
}

.office span{
	display: inline-block;
	width: 7em;
	border-bottom: none;
	font-weight: bold;
}

.office .col-1 img{
	max-width: 300px;
}
.office ul{
	list-style: none;
	    margin: 0;
}
.office .access ul{
	list-style: disc;
}

.employment_footer{
	margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  header h1{
	max-width: 130px;
}
.employment_body {
    position: initial;
	  padding: 0;
  }
.employment_con {
    flex-direction: column;
  }
	.copyA {
		display:none}
	
	.employment_body p {
    padding: 0;
}
	.access p {
		padding: 0 40px;
	}
	.office {
    flex-direction: column;
  }
	#office{
		padding: 0;
	}
	.office .col-1{
		margin: 0 auto;
		padding:0 30px;
	}
	.office .col-2{
		margin: 0 auto;
		padding:0 30px;
	}
	.office ul {
    padding: 0;
	}
	.office ul li{
    padding: 10px 0;
	}
	.office span {
		display: table-cell;
		width: auto;
		font-size: 1.25em;
		line-height: 1.25em;
	}
	.office span p{
		line-height: 1em;
	}
	.office_access ul {
    max-width: inherit;
    display: inherit;
    padding: 0 25px 0 50px;
	}
}

/************スクロール***************/
#scroll a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffd800;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 10;
  border: 7px solid #fff;
  box-sizing: border-box;
  transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    #scroll a {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      bottom: 10px;
      right: 10px;
      border: 3px solid #fff; } }
  #scroll a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 20px;
    right: 38%;
    transition: 0.4s;
    transform: rotate(-45deg);
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      #scroll a:before {
        top: 14px;
        right: 35%; } }
  #scroll a:hover {
    background-color: #b6e8f5;
    border: 3px solid #fff;
    box-sizing: border-box; }
  #scroll a:hover:before {
    top: 20px; }
    @media only screen and (max-width: 768px) {
      #scroll a:hover:before {
        top: 12px; } }

/***ボタン***/
.button {
  display: inline-block;
  width: 200px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
    background-color: #b6e8f5;
  color: #333;
    border-radius: 50px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: #FFE167;
}

/* Round Corners */
.r_button {
  position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    background: #ffe166;
    text-decoration: none;
    color: #333;
}
.round-corners {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: border-radius;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    @include hideTapHighlightColor();
    @include hardwareAccel();
    @include improveAntiAlias();
}
.round-corners:hover{
    border-radius: 1em;
}

/********************
レスポンシブ
********************/

@media screen and (max-width: 1300px) {
    body.home > main {
        height: 100%;
    }
}
/**ipad pro***/
@media screen and (max-width: 1209px) {
    .block_inner {
        margin: 0 auto;
        padding: 0 20px;
    }
    main{
        width: 100vw;
        height: calc(100vh - 60px);
        margin-top: 60px;
        max-height: inherit;
    }
    #kv{
        position: relative;
        height: calc(100vh - 60px);
        width: 100%;    
    }
    #kv .kv-text {
        position: absolute;
        width: 220px;
        height: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
    } 
    #kv-img{
        height: calc(100vh - 60px);
    }
    .kv-buton {
        position: absolute;
        height: auto;
        bottom: 30px;
        right: 30px;
        left: inherit;
    }
    .drawer-brand img {
        height: 30px !important;
    }
    .is-animation .drawer-brand img{
        height: 30px !important;
    }
    .is-animation .drawer-hamburger{
        padding: 15px;
    }
}

/**iphone***/
@media screen and (max-width: 414px) {
    .is-animation .drawer-brand img{
        height: 30px !important;
    }
    main{
        width: 100vw;
        max-height: inherit;
    }
    #kv{
        position: relative;
        height: calc(100vh - 60px);
        width: 100%;    
    }
    #kv .kv-text {
        position: absolute;
        width: 160px;
        height: auto;
        left: 20px;
        top: 20px;
        bottom: inherit;
        right: inherit;
        margin: inherit;
    }    
    .kv-text img{
        width: 100%;
    }
    #kv-img-sp{
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/main1.jpg) no-repeat center center;
        background-size: cover;
    }
    .kv-buton {
        position: absolute;
        height: auto;
        bottom: 20px;
        right: 20px;
        left: inherit;
    }
    .block_inner{
        padding: 0;
    }
    .eblock .block_inner{
        padding: 0 20px;
    }
    .block{
        padding: 30px 20px;
    }
    .allnews {
        margin: 0 auto 30px;
    }
    .wblock {
        padding: 30px;
    }
    h1{
        margin-bottom: 0;
    }
    .employment img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .eblock h5 span {
        font-size: 35px;
    }
    ul.eactivity_one{
        display: grid;
    }
    ul.eactivity_one img{
        margin: 0 auto;
    }
    ul.eactivity_one li{
        display: contents;
    }
    .eblock h5{
        font-size: 3em;
    }
    .access p {
        padding: 0;
    }
    #blog{
        flex-direction: column;
    }
    .blog_main {
        margin-left: 0;
    }
    .blog_inner{
        margin: 0;
    }
    .blog_txt .size-medium{
        width: 100%;
    }
    .blog_side {
    width: 100%;
    }
    ul.blog_title{
        display: inherit;
    }
    ul.blog_cat{
        margin: 10px 0 0;
    }
    ul.blog_cat li{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
    .block {
        padding: 60px 10px;
    }
}
/********************
アニメーション
********************/
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}
[data-aos=fade-up] {
    transform: translate3d(0,100px,0);
}
.fade.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

.fade-up {
    font-size: 20px;
    font-weight: bold;
    animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
    }
}
/********************
ページトップ
********************/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #fcb900;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/**/
.singlenews{
    width: 100%;
    box-sizing: border-box;
    padding: 150px 30px!important;
    max-width: 1000px;
    margin: 0 auto;
}

.news_inner{
    display: flex;
    margin: 0;
    width: 100%;
}
.archive_inner{
    width: auto;
    border: 1px #333 solid;
    border-radius: 20px;
    padding: 20px 30px 30px;
}
ul.archive_databox{
    display: table;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #333;
    width: 100%;
}
ul.archive_databox li{
    display: table-cell;
}
.archive_databox time{
    font-size: 14px;
    margin-right: 10px;
}
.archive_databox h2{
    font-size: 16px;
    margin-bottom: 5px;
}
.left{
    flex: 2;
}
.news_inner section{
    display: table-cell;
    vertical-align: top;
}
#sidebar{
    max-width: 300px;
    min-width: 200px;
    width: 100%;
    display: block;
    height: auto;
}
#sidebar section{
    display: inherit;
}
.side_sec ul{
    padding: 0;
    margin: 0 0 20px 0;
}
.side_sec ul li{
    list-style: none;
    font-size: 13px;
    vertical-align: top;
}
.side_sec ul li span::after{
    display: block;
}
.side_sec h3{
    margin: 0;
}
.entries{
    border: 1px solid #333;
    border-radius: 10px;
    padding: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
    max-width: 100%;
    width: auto;
}
.entries ul{
    padding: 0;
    list-style: none;
}
.entries li{
    list-style: none;
}
.entries h2{
    margin:20px auto;
    background-color: #b6e8f5;
    display: inline-block;
}
.eyecatch{
    max-width: 500px;
    margin: 30px auto;
}
.eyecatch img{
    width: 100%;
}
ul.entry_navi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0;
    margin: 60px 0 0 0;
    justify-content:space-between;
}
.prev,  .all, .next {
    flex: 0 0 33.3333%;
    max-width: 33.3332%;
}
ul.entry_navi li{
    list-style: none;
}
.access .tel{
    font-size: 2em;
}

ul.bloggrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0;
  margin: 0 0 2em;
}

ul.bloggrid > li {
  overflow: auto;
  min-width: 0;
  padding: 1em;
    margin: 0 auto;
}
.blogcontents{
    display: grid;
}
.thumb{
    width: 200px;
    height: 200px;
}
.thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.blogcontents .title{
    margin: 10px 0;
}

@media screen and (max-width: 830px) {
    .singlenews{
        padding: 90px 30px 20px!important;
    }
    .news_inner {
        flex-direction: column;
      }
    .entries{
        margin-right: 0;
    }
    ul.entry_navi{
        margin: 30px 0 0 0;
    }
    .side_sec{
        margin-top: 20px;
    }
}
@media screen and (max-width: 425px) {
    .singlenews h3{
        margin: 0 0 10px;
    }
    ul.archive_databox li {
        display: table;
    }
    .archive_databox h2 {
        font-size: 16px;
        margin-bottom: 5px;
        margin: 0 0 10px;
    }
    .article-date{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px){
    h1{
        font-size: 32px;
    }
    .block_inner {
        margin: 0 auto;
        padding: 0;
    }
}
@media screen and (max-width:425px){
    .facility_inner {
        display: inherit;
        grid-template-columns: repeat(auto-fit, minmax(100%, 250px));
    }
    .facility_inner div {
        margin-bottom: 25px;
    }
    .facility_inner a {
        margin: 0 auto;
        display: table;
    }
    .block {
        padding: 30px 0;
    }
    .eblock .headcontents {
        left: -10px;
        display: flex;
    }
    .eblock .headcontents li {
        padding: 5px 20px 5px 20px;
        font-size: 13px;
        border: solid 3px #b6e8f5;
    }
    .eblock h5 {
        font-size: 250%;
    }
    .eblock_inner {
        margin: 70px 0;
    }
    .block_inner {
        padding: 0 30px;
    }
    .eabout{
        margin: 30px auto 0;
        display: inherit;
    }
    .eabout div{
        margin-bottom: 20px;
    }
    .eabout li {
        font-size: 14px;
    }
    .eactivity{
        display: inherit;
    }
    .eactivity section{
        margin-bottom: 20px;
    }
    .eactivity section:last-child{
        margin-bottom: 0;
    }
    .block_contents {
        margin-top: 50px;
    }
    
}
@media screen and (max-width:375px){
    .headcontents{
        display: none!important;
    }
}