:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #EF821E;
    --color-theme: #6FB92C;
    --color-base-right: #EFB58E;
    --color-theme-right: #DEEDC8;
    
    --color-other: #498700;
    --color-right: #F7EEE7;

    
    
    
    --color-base-darken: #DB6607;
    --color-theme-darken: #5BAA09;
    
    
    
    
    
    
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;/*text-align:left*/}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

html {
    scroll-behavior: smooth;
}
body {
    font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.6;
    letter-spacing: .75px;
    word-wrap: break-word;
    color: #383838;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
    background:#FFF;
}
.center {text-align: center;}
.h1_logo {font-size: 12px; padding: 0; margin: 0; }

@media screen and (max-width: 768px) {
    body {
font-size: 13px; line-height: 1.6em; letter-spacing: .3px;}
    .h1_logo {font-size: 7px; padding: 0 5px; margin: 0; }

}
.mini {
    font-size: 80%;
}
/*パンくずリスト*/
.pankuzu_box {
    padding: 15px 15px; }
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .pankuzu_box {padding: 10px 4%;
    background-color: #f4f8f9;}
    .breadcrumb {
    font-size: 10px;
}
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#000000;/*色*/
    transition:all 0.5s;
}

.breadcrumb li a:hover {
  text-decoration: none;
    border-bottom: solid 1px #000000;
    
}
/*パンくずリスト*/
/*ページ内リンク*/
/*ジャンプ先の<a>タグに、クラス”anchor”を設定する。*/
a.anchor{
    display: block;
    padding-top:90px;
    margin-top: -90px;
}
@media screen and (max-width: 767px){
a.anchor{
    display: block;
    padding-top:50px;
    margin-top: -50px;
}
}
/*ページ内リンク*/

a {vertical-align:bottom}
a {transition: 0.2s ;}
img {vertical-align:bottom}
.cntr{text-align: center;}
@media screen and (max-width: 480px) {
.cntr{text-align: left;}
}
a {text-decoration: none;}
/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/


a {
	color: #383838;
}
a:hover {
	color: #383838;
}



/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
    /*headerの背景色*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
    z-index: 3333;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.header_h1_wrap {
padding-bottom: 5px;}
.header_h1_wrap h1 {
    color: #333333;
    font-size: 10px;
    margin: 0;
    line-height: 1.4em;
}
.hidden {
/*  background-color: rgba(255,255,255,0.9);*/
    transition: all 0.8s ease;
}
    /*headerの背景色*/
.bunner_box { 
/*    width: calc(100% - 40px);*/
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    
    position: relative;
}
.bunner_box .h1_logo {margin-right: auto;}

.logo {width: 400px;
    padding-left: 20px;

}
.logo img {width: 400px;}




.submenu {
    display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    
}

.submenu_tel {
    display: inline;
    line-height: 1em;
}
.submenu_tel a {
    
    background: var(--color-theme);
    display: inline-block;
    line-height: 1.6em;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    padding: 10px;
    border: solid 1px var(--color-theme);
    height: 90px;
    width: 90px;
     display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
.submenu_tel span {
    font-size: 14px;
    display: block;
     padding-bottom: 2px;
}
.submenu_tel i {
    display: block;
    font-size: 18px;
}
.submenu_tel a:hover {
    background: var(--color-theme-darken);
    border: solid 1px var(--color-theme-darken);
}
.submenu_mail {
    display: inline;
    line-height: 1em;
}
.submenu_mail a {
    background: var(--color-base);
    display: inline-block;
    line-height: 1.6em;
    color: #FFF;
    font-weight: normal;
    padding: 10px;
    padding: 10px;
    border: solid 1px var(--color-base);
    height: 90px;
    width: 90px;
     display: flex;
    flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
.submenu_mail span {
    font-size: 14px;
    display: block;
     padding-bottom: 2px;
}
.submenu_mail i {
    display: block;
    font-size: 18px;
}
.submenu_mail a:hover {
    background: var(--color-base-darken);
    border: solid 1px var(--color-base-darken);
}
.menu_box {
    margin-left: auto;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;


}


@media screen and (max-width: 1240px) {
    .header_h1_wrap h1 {
    font-size: 8px;
}
    .logo {width: 300px;
    padding-left: 20px;

}
.logo img {width: 300px;}

    .bunner_box { 
    height: 60px;
}
.submenu_tel a {
    padding: 10px;
    height: 60px;
    width: 50px;
}
.submenu_tel span {
    font-size: 12px;
}
.submenu_tel i {
    font-size: 14px;
}

.submenu_mail a {
    padding: 10px;
    height: 60px;
    width: 50px;
}
.submenu_mail span {
    font-size: 12px;
}
.submenu_mail i {
    font-size: 14px;
}



}

@media screen and (max-width: 959px) {

    .bunner_box {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
padding: 0em;
        margin: 0;
}
    
    
    .tel_box {display: none;}
    }











/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.menu-mobile {
    display: none;
    padding: 6px 10px 10px;
}

.menu-mobile:after {
    content: "\f0c9";
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: var(--color-base);
    font: var(--fa-font-solid);
    font-size: 2em;
    font-weight: 900;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0.5em 1em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    
    list-style: none;
    padding: 0 10px;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
/*.menu > ul li:first-child{
    margin-right: auto;
}
.menu > ul li:first-child a{
    padding: 0 0.6em;
}
.menu > ul li:first-child a::before {
    content:none;}
*/


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
   
}



.menu > ul > li a {
    text-decoration: none;
    margin: 0.5em 0;
    display: block;
    line-height: 1em;
    padding: 0 1em;
     text-align: center;
    font-size: 14px;

    
    
}

.menu > ul > li:last-child a {
    padding: 0 0 0 1em;
    
} 
.menu > ul > li {
    position: relative;
}

.menu > ul > li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 15px;
    border-radius: 50vh;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.menu > ul > li:hover:after {
	background: var(--color-theme);
	bottom: -5px;
}
@media only screen and (max-width: 1200px) {
    .menu > ul > li a {
    padding: 0 1em;
    font-size: 13px;
    
}
}
/*.menu > ul > li a:hover {background:var(--color-theme-darken); }*/
/* Btn Hover */


.menu > ul > li.btn {
    
}
.menu > ul > li.btn a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn2 a {
    background-color: #000000;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn a::before,.menu > ul > li.btn2 a::before {
    content:none;
}
.menu > ul > li a:hover {

}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    /*top: 53px;*/
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
   background-color: #383838;
    transition:all ４s ease-out;
    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 19%;
    margin: 0 0.5%;
    background: none;
    float: left;
    
    
}

.menu > ul > li > ul > li a {
color: #FFF;
    padding: 0.5em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
     text-align: left;
    font-weight: 700;
    letter-spacing: 0;position: relative;
    padding-left: 30px;
}

.menu > ul > li > ul > li a:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #000000;
    }
.menu > ul > li > ul > li a:hover {
    color: #E6E6E6;
    border-bottom: 1px solid #000000;
}
.menu > ul > li > ul > li a:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #FFF;
    }

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
 
}
.menu > ul > li > ul > li > ul > li.menuttl {font-size: 12px; width: 95%; margin: 1em 0 0.5em; line-height: 1.4em; padding: 0.8em 1em 0.8em;}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    
    position: relative;
  display: inline-block;
  padding: 8px 15px 5px 10px;
  color: #4d4d4d;
  text-decoration: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    border-bottom: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #FFF;
}
.menu > ul > li > ul > li > ul > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a::before {display: none;}/*check着いてしまうの防ぐ*/

.menu > ul > li > ul.normal-sub {
    width: 330px;
    left: auto;
    /*padding: 10px 10px;*/


}
.menu > ul > li > ul.normal-sub.normal-sub_last {
    position: absolute;
    right: 0;
    
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
    background: #393939;
}
/*.menu > ul > li:nth-child(4) {
    padding-right: 5px;
}*/
/*.menu > ul > li:nth-child(4) a {
    position: relative;
    
}*/
/*.menu > ul > li:nth-child(4) a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;

  /* solidなのでfont-weightに900を設定 
  font-weight: 900;
}*/
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    
    
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    
    position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #FFF;
  text-decoration: none;
    background: none;
}
.menu > ul > li > ul.normal-sub > li a > span {
    display: inline;
    padding-left: 1em;
}
.menu > ul > li > ul.normal-sub > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.menu > ul > li > ul.normal-sub > li a::before {display: none;}/*check着いてしまうの防ぐ*/
.menu > ul > li > ul.normal-sub > li:hover {
}
.menu > ul > li > ul.normal-sub > li:hover a {
     color: #FCFCFC;
}
.menu > ul > li > ul.normal-sub > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.vline {
    width: 1px;
    height: 120px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    #slide {/*margin-top: 50px;*/}
    .header {height: 50px;
    /*background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
        box-shadow: none;
    }
    .bunner_box {
        height: 50px;
    }
    .header h1 {
    display: none;
}
    
    .logo {
       width: 100%;
        
        position: absolute;
top: 5px;
    left: 0px;
        }
    .logo img {
        width: 250px;
    }
    .submenu {
        display: none;
    }
   .bunner_box {
    width: 100%;
    padding: 10px 0 10px;
}
    .menu {
    padding: 0;
    position: absolute;
        top:10px;
        right: 0px;
        background: #FFF;
        
}
    .menu-mobile {
        display: block;
        /*height: 50px;*/
        /*height: 80px;*/
        
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    
    .menu > ul {
        display: none;
         width: 100%;
        padding: 0;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: #000000;
    }
    .menu > ul > li:hover {}
    .menu > ul > li a {
        padding: 0.7em 1em;
        width: 100%;
        display: block;

        text-align: left;
        color: #FFF;
        
        
    margin: 0;
    
    line-height: 1.4em;
    border-left: none;
    }
    .menu > ul > li:last-child a {
     padding: 0.7em 1em;
}
    .menu > ul > li a > span {
    display: none;
}
    .menu > ul > li a:hover {color: "#4D4D4D"}
    .menu > ul > li.logo {display: none;}
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul {
    padding: 0px;
}
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul.normal-sub > li a {
    padding: 0.5em 1em;
}
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > ul > li > ul > li > ul > li.menuttl {
        margin: 0.5em 0 0.3em;
        padding: 0.5em 1em 0.5em;
    }
    .menu .show-on-mobile {
        display: block;
       background-color: rgba(0,0,0,0.6);
        
        
        overflow-y: scroll;  
　　 z-index: 999;
    top:0;
    
    
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
       margin-top: 50px;
        margin-bottom: 190px;
        
/*height: calc(100% - 95px);下に固定メニューの場合*/
        margin: 50px auto 0px;
    }
    /* Btn Hover */
.menu > ul > li {
    position: relative;
}
.menu > ul > li:after {
	position: absolute;
	content: "";
	display: none;
	
}
.vline {
    width: 1px;
    height: 60px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
.vline {
    width: 1px;
    height: 80px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
}
@media only screen and (max-width: 480px) {
    .logo {
        display: block; position: absolute;
top:8px;
left: 0px;
    padding-left: 10px;}
.logo img {width: 220px; }
    .vline {
    width: 1px;
    height: 60px;
    background: #FFF;
    margin: 20px auto 0;
    position: relative;
    z-index: 100;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (min-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display:none !important;	
}

.pc-hide {
	
    display: inline !important;
}
}

.top_container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    
}
.container {
    max-width: 980px;
    width: 100%;
    padding: 4% 0;
    margin: 0 auto;
    
}
.container img {
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
.container img.img600 {
    max-width: 600px;
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
.container img.img500 {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
.container img.img100 {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 20px;
    display: block;

    
}
@media screen and (max-width: 1200px) {
    .top_container {
    padding: 20px;
}
}
@media screen and (max-width: 980px) {
    .container {
    padding: 20px 20px;
}
}


.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 0 90px;
    width: 900px;
}
@media screen and (max-width:980px) { 
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 1em 90px;
    width: 100%;
}
}

/*フッター固定*/

/*フッター固定*/


/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 70px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color:  var(--color-theme);
  position: absolute;
  width: 20px;
  height: 20px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 700;
  content: 'PAGE TOP';
  font-size: 14px;
  color: var(--color-theme);
  position: absolute;
  top: 20px;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
    font-family: 'Antonio', sans-serif;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: 80px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #000000;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  color: #000000;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/



/*見出し*/


h2.top_ttl02 {
font-weight: 600;
    font-size: 30px; 
    line-height: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    text-transform:uppercase;
    
}

h2.top_ttl02 .en {
    font-size: 2rem;
    color: var(--color-base);
    line-height: 1.1em;
      font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}

h2.top_ttl02:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #383838;
  border-radius: 2px;/*線の丸み*/
}

h2.top_ttl02 .ja {
    display: block;
    font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}


@media screen and (max-width: 768px) {
       h2.top_ttl02 {
    font-size: 30px; 
    line-height: 2em;
    margin-bottom: 40px;
    
}

h2.top_ttl02 .en {
    font-size: 1.5rem;
    line-height: 1.1em;
    
}

h2.top_ttl02:before {
  width: 80px;/*線の長さ*/
}

h2.top_ttl02 .ja {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
}

}

/*見出し*/
/*最新情報*/
.section.newsrelease {
    
    /*background: linear-gradient(135deg, rgba(0,0,0,0), rgba(0,0,0,0) ) fixed,url(../img/common/bkimg.jpg);*/
    background: url(../img/common/bkimg.jpg);
    background-size: cover;
    background-position: center;
    
/*    min-height: 740px;
*/}
.section.newsrelease .inner {
    padding-bottom: 90px;
}


.news__list {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    display: flex;
    flex-direction: column;

     box-shadow: rgba(255, 255, 255, 0.8) 0 0 10px 10px; padding:8px;
    border-radius: 10px;
}
.news__list ul {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media (hover: hover) and (pointer: fine)
* {
    -webkit-animation: none;
    animation: none;
    transform: none;
    transition: unset;
}
.news__list ul li a {
    display: flex;
    align-items: center;
  justify-content: center;
    padding: 20px 10px;
    border-bottom: 1px dashed #999999;
    position: relative;
    transition: 0.3s;
}

.news__list ul li:last-child a {
    border-bottom: none;
}
.news__list ul li a .date {
    width: 100px;
    margin-right: 15px;
}
.news__list ul li a .cat {
    width: 113px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #535151;
    
}
.news__list ul li a .cat.schedule {
    background: var(--color-base);
    font-size: 90%;
}
.news__list ul li a .txt {
    width: calc(100% - 258px);
    margin-left: 30px;


}

.btn a, .btn .top_about {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
@media screen and (max-width: 1200px){
.news__list ul li a {
    flex-wrap: wrap;
    padding: 20px;
     align-items: center;
  justify-content:flex-start;
}
    .news__list ul li a .date {
    width: 80px;
}
.news__list ul li a .cat {
    width: 90px;
    height: 25px;
    
    
}

    .news__list ul li a .txt {
    width: 100%;
    margin: 10px 0 0 0;
}
    
}
@media screen and (max-width: 768px){
.section.newsrelease .inner .btn.sp a {
    padding-top: 10px;
}
     
}




/*最新情報*/
/*最新情報*/
section.top_news {
    background: url(../img/top/news_bk.jpg);
    background-size: contain;
    background-position: left -100px center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    z-index: 0;
   position: relative;
z-index: 0;
    margin: 40px 0;
}
section.top_news::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: inherit;
filter: brightness(65%);
/* 最背面へ */
z-index: -1;
}
.news {
    
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
}
.news_h2 {
    width: 300px;
}
.news_nkm {
    width: 900px;
}
@media screen and (max-width: 1400px) {
    .news_h2 {
    width: 20%;
}
.news_nkm {
    width: 80%;
    padding-left: 40px;
}
}
@media screen and (max-width: 480px) {
    section.top_news {
    
    margin: 0px 0;
}
    .news_h2 {
    width: 100%;
}
.news_nkm {
    width: 100%;
    padding-left: 0px;
}
}
.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto;

    
}
.topics {

background: rgba(255,255,255,0.9);
    padding: 30px;
    box-shadow: rgb(255 255 255 / 90%) 0 0 10px 10px;
    border-radius: 20px;
    margin: 60px 0 40px;
}
.topics dl {
padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-items:stretch;
     border-bottom: 1px #CFCFCF dotted;
}

.topics dt {
padding: 0.5em 0;
width: 10%;
    
}
.topics dd {
   
padding: 0.5em 0;
/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd {
    width: 90%;
}
.topics dd a {
    display: flex;
}
.topics dd p.bun {
   
    display: block;
    padding-bottom: 5px;
}
.topics dd a p.more {
    background:var(--color-theme);
    border-radius: 50px;

    display:inline-flex;
    justify-content: space-around;
    align-items: center;
    width: 15%;
    height: fit-content;
    padding: 2px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    border: solid 1px var(--color-white);
    text-decoration: none;
    font-size: 11px;
    margin-left: auto;
    color: var(--color-white);
    margin-top: auto;
    position: relative;
    

}
.topics dd a p.more:after  {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    
}
@media only screen and (max-width: 767px){
    .topics {
        padding: 0;
    }
    .topics dt {
padding: 0.5em 0;
width: 100%;
    
}
.topics dd {
   
padding: 0.5em 0;
    width: 100%;
}
    .topics dd a p.more {
        width: 120px;
    }
}
/*最新情報*/
/*最新情報詳細*/
.information {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.information h2 {
    font-size: 23px;
    line-height: 2.2;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #2D2D2D;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    clear: both;
    border-bottom: solid 1px var(--color-base);
}
.information img {
    padding: 40px 0;
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.date02 {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 12px;
    margin-bottom: 1.5em;
    text-align: right;
}
/*最新情報詳細*/
/*ボタン*/
.btn_cnt a {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	max-width: 400px;
   width:  300px;
	background-color: var(--color-base);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding: 15px  10px;
	clear: both;
	font-weight: bold;
    position: relative;
    border-radius: 10px;
	
}

.btn_cnt a i {
	padding-left: 10px;
}
.btn_cnt a:hover {
	color:  #FFF;
	background-color:  var(--color-base-darken);
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}

/*ボタン*/
/* ページャー  */
.pager {
    margin: 2em 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */
/*戻るボタン*/
.modorubtn {
  display: flex;
    justify-content: center;
    position: relative;
    margin: 3em 0;
}

.modorubtn a {
  position: relative;
    width: 280px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    color:  var(--color-theme);
    border: 1px solid;
    cursor: pointer;
    font-size: 0.9em;
}

.modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
        height: 8px;
  margin-top: -6px;
  border-bottom: 1px solid  var(--color-theme);
        border-right: 1px solid  var(--color-theme);
        transform: skew(45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modorubtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:  var(--color-theme);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.modorubtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
    
}
.modorubtn a:hover {
    color: #FFF;
}
.modorubtn a:hover::after {
      border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;

}
@media screen and (max-width: 768px) {
    .modorubtn {

    margin: 1em 0;
}
    .modorubtn a {
        width: 200px;
        height: 40px;   
    }
    .modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
        height: 6px;
  margin-top: -6px;

}
}
/*戻るボタン*/
/*半日型デイサービス買物リハビリ＆個別機能訓練「えん」とは*/
.section.service {
    
    background: url(../img/top/about_bk.jpg);
    background-position: left center;
    background-size: cover;
    min-height: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 60px;
}
.service_in {
    width: 50%;
    background: rgba(255,255,255,0.8);
    padding: 30px;
    box-shadow: rgb(255 255 255 / 80%) 0 0 10px 10px;
    border-radius: 20px;
    
}
.service_in p{
    line-height: 2;
    font-size: 1.1em;
}
@media screen and (max-width: 1000px) {
    .section.service {
        background-position: left -120px center;
    }
}
@media screen and (max-width: 768px) {
    .section.service {
    
    background: none;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}
.service_in {
    width: 100%;
    padding: 15px;
    
}
    .service_in img {
        width: 100%;
        padding-top: 20px;
    }
}
/*半日型デイサービス買物リハビリ＆個別機能訓練「えん」とは*/

/*footer*/

footer a {
	text-decoration: none;

}

.site-footer {
/*    background-color:var(--color-base-right);
*/}

.footer {
    padding: 30px 0;
}

.flex_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 .site-footer h1 {
    font-size: 11px;
     text-align: center;
     margin-bottom: 20px;
}
.flex_footer_company {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_footer_company_in {
    margin-bottom: 20px;
    margin: 1em 2em 0 0;
    padding: 0 1em 0 0;
}
.flex_footer_company_in:first-child {
    border-right: 0.5px #383838 solid;
    padding: 0 3em 0 0;
}
.foot_logo {margin-bottom: 2em;}
.foot_logo img {width: 400px; margin: 0 auto;
display: block;}

.flex_footer_company_in img {
    max-width: 300px;
}


.flex_footer_link_box {
  width: 100%;
  margin: 0;
    display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
.flex_footer_link {width: 16%; margin: 2%; }
.kaisya {
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.jusho {
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .footer {
    padding: 0px 0 40px;
}
 .site-footer h1 {
    font-size: 10px;
}
    .foot_logo img {width: 250px; margin: 0 auto;
display: block;}
    .flex_footer_company,.flex_footer_link_box {width: 100%;}
    .flex_footer_company_in {
     width: 100%;
        margin-bottom: 20px;
    margin: 0;
    padding: 0;
    }

    .flex_footer_link {width: 100%; margin: 0%; padding:0; }
    .flex_footer_company img {width: 180px; margin: 0 auto; }
    .flex_footer_company_in:first-child {
    border-right:none;
       border-bottom: 0.5px #ccc solid; 
    padding: 0 0 1em 0;
        margin-bottom: 1em;
}
    
    }
@media screen and (max-width: 480px) {
        .foot_logo img {width: 100%; }
}

.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
  padding: 0.3em 0;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0;
  }

.footmenu li a {
}
.footmenu li a:hover {
    text-decoration: underline;
    
}
.footmenu li ul li {
    margin-left: 2em;
    
}
.footmenu li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.footmenu li ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "/";
  position: absolute;
  left : -1em; /*左端からのアイコンまで*/
}



.copyright {
    font-size: 13px;
    text-align: center;
    margin-top: 0px;
    padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
    .footmenu li {padding: 0.3em 0;
        font-size: 11px;
    }
    .footmenu li:first-child {padding-top: 0px;}
    .footmenu2-wrap ul.footmenu2  {
  justify-content: flex-start;
}
.footmenu2-wrap ul.footmenu2 li {
    padding: 0 1em 0 0;
}
    .copyright {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
    padding: 0px 0 10px 0;
}
}
dl.dl_eigyoujikan  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


dl.dl_eigyoujikan dt {
width: 80px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan dt span {
    
    border:solid 1px var(--color-base);
    border-radius: 50vh;
    color: var(--color-base);
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.3em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    
}
dl.dl_eigyoujikan2  {
display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 1.2em;
}


dl.dl_eigyoujikan2 dt {
width: 140px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan2 dt span {
    
    border:solid 1px var(--color-base);
    border-radius: 50vh;
    color: var(--color-base);
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    padding: 0.3em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan2 dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    font-size: 1.2em;
   
}
@media screen and (max-width: 768px) {
    dl.dl_eigyoujikan2  {
    font-size: 1em;
}
   dl.dl_eigyoujikan2 dt {
width: 100px;

} 
}
.eigyoujikan_wrap {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
dl.dl_eigyoujikan3  {
display: flex;
  flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


dl.dl_eigyoujikan3 dt {
width: 120px;
  padding-bottom: 5px;
  margin-bottom: 5px;

}
dl.dl_eigyoujikan3 dt span {
    
    border:solid 1px var(--color-base);
    border-radius: 50vh;
    color: var(--color-base);
    font-weight: 600;
    text-align: center;
    font-size: 0.9em;
    padding: 0.3em 1em;
    display: block;
    line-height: 1;
    margin-right: 1em;
    
}
dl.dl_eigyoujikan3 dd {
  width: auto;
  padding-bottom:5px;
  margin-bottom: 5px;
    
}

/*footer*/
/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
@media screen and (max-width: 959px) {
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		width: 50%;
		text-align: center;
        display: flex;
		flex-wrap: nowrap;
		justify-content: center;
    align-items: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn1 {
		background: var(--color-base);
        font-size: 0.9em;
      
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background: var(--color-theme);
		margin-top: 0;
		border-right: 1px dotted #FFF;
       
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px 0 5px;
        color: #FFF;
        font-weight: 700;
        line-height: 1.2em;
        
	}
    
}
/*-----------------------固定お問合せボタン*/
/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 90px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: var(--color-base);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 12px;
  color: var(--color-base);
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
    font-family: 'Jost', sans-serif;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/



/* 第二見出し要素
----------------------------------------------------------- */
  
.daini_mds {padding-top: 90px;}
.cd-fixed-bg {
    height: 270px;
    background-size: cover;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: right center;background-color: #FFF;
    background-image: url("../img/common/bkimg.jpg");
}


/*.cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    content: "";
    display: block;

     background-color: rgba(0, 0, 0, .4);
    

}*/

.cd-scrolling-bg {
    min-height: 100%;
}

    .cd-fixed-bg h1 {
    
    letter-spacing: 4px;
    display: block;
    padding-top: 10px;
    text-decoration: none;
    
    
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    text-align: center;
    line-height: 1.2em;
font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
       
}   
.cd-fixed-bg h1 .en {
    text-align: center;
    
    text-transform: uppercase;
    
    
    font-size: 2.5rem;
    color: var(--color-base);
    line-height: 1.1em;
    
}
    .dainikomidashi { display: block;  text-align: center; font-size: 30px; letter-spacing: 2px; padding-top: 10px;}   
@media screen and (max-width: 1200px) {
    .daini_mds {padding-top: 50px;}
    .cd-fixed-bg {
        height: 200px;}
    
    .cd-fixed-bg h1 {padding-top: 15px;}
    .cd-fixed-bg h1 .en  {font-size: 30px;
    }
    
}  

@media screen and (max-width: 790px) {
.cd-fixed-bg {
    height: 150px;
}
  .cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}
.daini_mds {padding-top: 50px;}
.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {font-size: 18px; letter-spacing: 2px; 
}   
    .cd-fixed-bg h1 .en {font-size: 18px;}
    .dainikomidashi {font-size: 18px; letter-spacing: 0; padding: 0.5% 4%;
} 

} 
.mds02 {
    padding: 0.5em 1em;;
/*    border-left: 8px solid var(--color-theme-darken);*/
    background: var(--color-right);
    margin-bottom: 1em;
    font-size: 16px;
    text-align: left;
    color: var(--color-theme-darken);
}
.mds03 {
    
    margin-bottom: 1em;
    font-size: 35px;

    color: var(--color-base);
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.6em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
}

@media screen and (max-width: 767px){
    .mds02 {
    font-size: 14px;
       padding: 0.5rem 0.5rem;
}
    .mds03 {
    margin-bottom: 1em;
    font-size: 18px;
}

}
/* 第二見出し要素
----------------------------------------------------------- */
.sec {
    margin-bottom: 40px;
}
.sec2 {
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    .sec {
    margin-bottom: 20px;
}
    .sec2 {
    margin-bottom: 10px;
}
}
.mds01 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    letter-spacing: 0;
   position: relative;
    padding-bottom: 70px;
}
.mds01::after {
    content: '';
    position: absolute;
    top:60px;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 40px;
    background-color: rgba(43,38,37,1);
}
.mds02 {
    background: var(--color-right);
    border-radius: 50vh;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
    color: var(--color-base);
    font-weight: 700;
    font-size: 15px;
    font-family: "Zen Maru Gothic", serif;
    text-align: center;
}
@media screen and (max-width:768px) {
.mds01 {

    font-size: 18px;
    margin-bottom: 1em;
    padding-bottom: 50px;
}
    .mds01::after {
    
    top:40px;
    
    height: 30px;
    
}
   .mds04 {
    font-size: 16px;
}
.mds04 span {
    font-size: 14px;

}
}
/*ページ下部お問い合わせ部分*/
section.top_contakt {
    background: url(../img/common/bkimg.jpg);
    background-size: cover;
    background-position: center;
} 
.top_contakt_in {
    max-width: 980px;
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
}
.contakt_daini_box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    box-shadow: rgb(255 255 255 / 80%) 0 0 10px 10px;
    border-radius: 20px;
    
}
.contakt_daini_in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contakt_daini_tel,.contakt_daini_mail {
    width: 50%;
    padding: 20px 30px;
}
.contakt_daini_tel {
    border-right: solid 1px #858585;
    text-align: center;
}
.contakt_daini_tel p{
   font-size: 30px;
    font-weight: 600;
}
.contakt_daini_tel p span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.contakt_daini_box .catch {
    font-size: 1.5rem;
    color: var(--color-base);
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
    text-align: center;
}
.contakt_daini_mail a {
    background: var(--color-base);
    display: block;
    line-height: 1em;
    color: #FFF;
    padding: 20px 20px;
    font-weight: 700;
    text-align: center;
    border: solid 1px var(--color-base);
    border-radius: 5px;
}
.contakt_daini_mail a:hover {
    background: var(--color-base-darken);
}


@media screen and (max-width: 768px) {

.top_contakt_in {
    padding: 30px 20px;
}
    .contakt_daini_in {
    
    padding: 5px 0 0;
     
}
    .contakt_daini_box {

    padding: 10px;
     
    
}
    .contakt_daini_tel {
    width: 100%;
    padding: 10px 0;
}
    .contakt_daini_mail {
        width: 100%;
    padding: 0;
    }
    .contakt_daini_tel {
    border-right: none;
}
    .contakt_daini_tel p{
   font-size: 20px;
}
.contakt_daini_tel p span {
    font-size: 12px;
}
.contakt_daini_box .catch {
    font-weight: 600;
    font-size: 100%;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    text-align: center;
    color: var(--color-base);
    border-bottom: dotted var(--color-base);
}

    .contakt_daini_mail a {
    padding: 10px 10px;

}
}
/*ページ下部お問い合わせ部分*/
/*施設概要*/

table.tbl-r05 {
    width: 100%;
    margin: 1em 0;
}
.tbl-r05 tr {
    
}
.tbl-r05 th {
  background: var(--color-base);
  border: solid 1px var(--color-base-right);
  color: #fff;
  padding: 10px;
}
.tbl-r05 td {
　border-bottom: solid 1px var(--color-base-right);
  padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.tbl-r05 td:first-child {
  background: var(--color-right);
    border: solid 1px var(--color-base-right);
    text-align: center;
}
.tbl-r05 td.kakaku {
    text-align: right;
}
.tbl-r05 td.brdr {
    border-bottom: solid 1px var(--color-base-right);
      border-left: solid 1px var(--color-base-right);
      border-right: solid 1px var(--color-base-right);
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
      border-bottom: solid 1px var(--color-base-right);
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
      
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
      d
  }
    .tbl-r05 td.brdr {
        border-bottom: solid 1px var(--color-base-right);
      border-left: solid 1px var(--color-base-right);
      border-right: solid 1px var(--color-base-right);
    }
    .tbl-r05 td:last-child {
        border-bottom:none;
    }
  .tbl-r05 td:first-child {
    background: var(--color-right);
    color: var(--color-base);
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.ul04 {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.3em;
    line-height: 1.6em;
    margin: 1em 0;

}
.ul04 li {
   text-indent: -1em;
   padding-left: 1.4em; 
    margin-bottom: 0.5em;
}

.facility_wrap {
     display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.facility_txt {
    width: 60%;
    
}
.facility_img {
    width: 40%;
    padding-left: 20px;
   

}
.facility_img img {
    width: 100%;
    
}
@media screen and (max-width: 768px) {
    .facility_txt {
    width: 100%;
    
}
.facility_img {
    width: 100%;
    padding-left: 0px;

}
}
/*施設概要*/
/*一日の流れ*/

.flow_box1_in {
    background: var(--color-right);
    border-radius: 50vh;
    padding: 10px;
   position: relative;
    margin-bottom: 40px;
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 70px;
    box-shadow: 7px 4px 28px -12px rgb(0 0 0 / 60%);
}

.flow_box1_in:after {
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -30px;
    color: var(--color-base);
    font-weight: 600;
}
.flow_box1_in:last-child:after {
    content:none;
}
.flow_box1_in .flow_box1_ttl {
     font-size: 28px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--color-base);
    margin-bottom: 0.5em;
    line-height: 1.2em;
}
.heading11 {
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.6em;
    font-size: 28px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--color-base);
}
.heading11::before {
    content: attr(data-number);
    display: block;
    margin-bottom: 20px;
    color: var(--color-base);
    font-size: 30px;
}
.heading11::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 20px;
    background-color:  var(--color-base);
}
.flow_box1_in_txt {
    width: 70%;
    text-align: center;
}
.flow_box1_in_img {
    width: 30%;
}
.flow_box1_in_img img {
    width: 100%;
}
.blur, .blur > img {
    margin: 0; padding: 0;
    border: 0;
}

.blur {
    position: relative;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px var(--color-right);
    -webkit-box-shadow: inset 0px 0px 15px 15px var(--color-right);
    box-shadow: inset 0px 0px 15px 15px var(--color-right);
    content: " ";
}
@media screen and (max-width: 768px) {
    .flow_box1_in {
    padding: 20px;
         border-radius: 20px;
}

.flow_box1_in .flow_box1_ttl {
     font-size: 16px;
}
.flow_box1_in_txt {
    width: 60%;
}
.flow_box1_in_img {
    width: 40%;
}
.flow_box1_in_img img {
    width: 100%;
}
    .blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 10px 5px var(--color-right);
    -webkit-box-shadow: inset 0px 0px 10px 5px var(--color-right);
    box-shadow: inset 0px 0px 10px 5px var(--color-right);
    content: " ";
}
}
/*一日の流れ*/
/*「えん」の特長*/
section.tokucho {
    padding: 60px 0;
}
.ennoyurai {
    background: url(../img/features/en2.jpg);
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.ennoyurai_wrap {
     display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ennoyurai_in {
    width: 48%;
    margin: 1%;
}
.ennoyurai_in img {
    width: 100%;
    padding-right: 20px;
}
@media screen and (max-width: 768px) {
    .ennoyurai_in {
    width: 100%;
    margin: 0%;
}
.ennoyurai_in img {
    width: 100%;
    padding-right: 0px;
}
}
.program_wrap {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.program_in {
    width: 48%;
    margin: 1%;
    background: var(--color-right);
    padding: 20px;
    border-radius: 10px;
}
.program_in img {
    width: 100%;
    padding: 0;
    margin: 0;
}
.program_ttl {
    font-size: 23px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--color-base);
    margin: 0.5em 0;
    line-height: 1.2em;
    text-align: center;
}

.tokucho_wrap {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.tokucho_in_left {
    width: 50%;
    position: relative;
    
}
.tokucho_in_right {
    width: 50%;
    position: relative;
    
}
.tokucho_in_left img,.tokucho_in_right img {
    width: 100%;
}
.tokucho_txt_left {
    background: var(--color-base);
    padding: 30px;
    text-align: center;
    position: absolute;
    bottom: 30%;
   left: 0px;
    color: #FFF;
}
.tokucho_txt_right {
    background: var(--color-theme);
    padding: 30px;
    text-align: center;
    position: absolute;
    bottom:30%;
    right: 0px;
    color: #FFF;
}
.tokucho_ttl {
    font-size: 40px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
    margin: 0.5em 0;
    line-height: 1.2em;
}
.tokucho_txt_left p,.tokucho_txt_right p {
    font-size: 18px;
    
}
@media screen and (max-width: 1200px) {
.tokucho_txt_left {
    background: var(--color-base);
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 10%;
   left: 0px;
    color: #FFF;
}
.tokucho_txt_right {
    background: var(--color-theme);
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom:10%;
    right: 0px;
    color: #FFF;
}
.tokucho_ttl {
    font-size: 35px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
    color: #FFF;
    margin: 0.5em 0;
    line-height: 1.2em;
}
.tokucho_txt_left p,.tokucho_txt_right p {
    font-size: 18px;
    
}
}
@media screen and (max-width: 600px) {
    .tokucho_in_left {
    width: 100%;
    position: relative;
    
}
.tokucho_in_right {
    width: 100%;
    position: relative;
    
}
.tokucho_in_left img,.tokucho_in_right img {
    width: 100%;
}
.tokucho_txt_left {
    background: var(--color-base);
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 10%;
   left: 0px;
    color: #FFF;
    max-width: 400px;
    width: 90%;
}
.tokucho_txt_right {
    background: var(--color-theme);
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom:10%;
    right: 0px;
    color: #FFF;
    max-width: 400px;
    width: 90%;
}
.tokucho_ttl {
    font-size: 25px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
    color: #FFF;
    margin: 0.5em 0;
    line-height: 1.2em;
}
.tokucho_txt_left p,.tokucho_txt_right p {
    font-size: 13px;
    
}
.program_in {
    width: 100%;
    margin: 2% 0;
    padding: 10px;
}

.program_ttl {
    font-size: 16px;

}


}
div.image_circle {
  width: 300px;
		height: 300px;
  border-radius:47% 44% 41% 46% / 42% 46% 43% 49% ;
  background-image: url("../img/features/en.jpg");
    background-size: cover;
  background-position: center center;
    object-fit: cover;
     
}
.layer{
  margin:0 auto;
  width:400px;
  position: relative;
    z-index: 3;
}

.layer1, .layer2{
  width:400px;
  height:400px;
  border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
    object-fit: cover;
}

.layer2{
  position: absolute;
  top:0;
  background:var(--color-base-right);
  z-index: -1;
  transform: rotate(20deg) translateX(10px);
}
@media screen and (max-width: 480px) {
    div.image_circle {
  width: 200px;
		height: 200px;
  border-radius:47% 44% 41% 46% / 42% 46% 43% 49% ;
  background-image: url("../img/features/en.jpg");
    background-size: cover;
  background-position: center center;
    object-fit: cover;
     
}
.layer{
  margin:0 auto;
  width:200px;
  position: relative;
    z-index: 3;
}

.layer1, .layer2{
  width:200px;
  height:200px;
  border-radius: 70% 50% 70% 60% / 40% 80% 60% 70%;
    object-fit: cover;
}

.layer2{
  position: absolute;
  top:0;
  background:var(--color-base-right);
  z-index: -1;
  transform: rotate(20deg) translateX(10px);
}
}
/*「えん」の特長*/
/*プライバシーポリシー*/
.privacy p {
    line-height: 2em;
}
.privacy div {
    margin-bottom: 2em;
}
.privacy div h3 {
    color: var(--color-base);
    background:  var(--color-right);
    padding: 0.3em 0 0.3em 0.8em;
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: 600;
    border-left: 5px solid var(--color-base);

}
.privacy div ul {
    list-style: square;
    padding-left: 1em;
}
.privacy div ul li {
   
}
.company {
    border-top: solid 0.5px #000;
    border-bottom: solid 0.5px #000;
    padding: 1em 0;
}
/*プライバシーポリシー*/
/*サイトマップ*/
.flex_sitemap {
  width: 100%;
  margin: 0;
        display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.flex_sitemap_in {
    padding: 0 2em 0 0;
    width: auto;
}


@media screen and (max-width: 480px) {
    .flex_sitemap {width: 100%;
     }
    .flex_sitemap_in {
     width: auto;
        margin-bottom:0px;
    margin: 0;
    padding: 0 20px 0 0;
    }
    }
.sitemap {
    padding-left: 30px;
}
.sitemap li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.6em;
    padding: 5px 0;
    
  }
.sitemap li a{
    
    position: relative;
    
}
.sitemap li a:before {
 font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    position: absolute;
    left: -1.5em;
    color: var(--color-base);
    font-weight: 600;
}

.sitemap li a:hover {
    color: var(--color-theme);
}
.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid var(--color-theme);
    border-left: 1px solid var(--color-theme);
  left : -1em; /*左端からのアイコンまで*/
    top: 0;
}

@media screen and (max-width: 768px) {
    .sitemap {
    padding-left: 0px;
}
    .sitemap li {
        font-size: 11px;
        padding: 3px 0 3px 20px;
    }
    .sitemap li:first-child {padding-top: 0px;}
    .sitemap li ul {
    margin-bottom: 0.5em;
}
    .sitemap li ul li {
    margin-left: 0em;
    
}
}
/*サイトマップ*/
/*会社概要*/
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width: 768px){
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 150px;
width: 100%;
}
}
.ul02 {
    list-style: disc;
    list-style-position: inside;
    padding-left: 0.5em;
    line-height: 1.6em;
    margin: 0.5em 0;
   
}
.ul02 li {
    text-indent: -1.3em;
    padding-left: 1em;
    color: var(--color-theme-darken);
    font-weight: 600;
}
.ul02 p {
    padding-left: 1em;
}
table.tbl caption {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: left;

}


table.tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.tbl tr {
    border-bottom: 1px solid #ccc;
}
table.tbl tr th,
table.tbl tr td {
    text-align: left;
    vertical-align: top;
}
table.tbl tr th {
    width: 15%;
    font-weight: 700;
    border-bottom: 1px solid #383838;
    padding: 10px 0;
}
table.tbl tr td p {
    padding-bottom: 1em;
}
table.tbl tr td {
    width: 75%;
    padding: 10px 10px;
}

@media screen and (max-width: 767px){

table.tbl tr th,
table.tbl tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
}
table.tbl tr th {
    border-bottom: 0px solid #383838;
}
}

/*会社概要*/
/*求人募集*/
/*.recruit {
    background: url(../img/recruit/recruit.jpg);
    background-size: cover;
    background-position: center;
}*/
.recruit_wrap {
     display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--color-right);
}
.recruit_txt {
    width: 50%;
    padding: 80px;
    
}
.recruit_txt h2  {
    
    font-size: 1.4rem;
    font-weight: 700;
    color:  var(--color-base);
    margin-bottom: 0.5em;
}
.recruit_img {
    width: 50%;
}
.recruit_img img {
    width: 100%;
    
}
@media screen and (max-width: 768px) {
    .recruit_txt {
    width: 100%;
    padding: 20px;
    
}
.recruit_txt h2  {
    
    font-size: 20px;
    font-weight: 700;
    color:  var(--color-base);
    margin-bottom: 0.5em;
}
.recruit_img {
    width: 100%;
}
.recruit_img img {
    width: 100%;
    
}
}
table.tbl caption {
    margin-bottom: 1em;
    font-weight: 700;
    text-align: left;

}


table.tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.tbl tr {
    border-bottom: 1px solid #ccc;
}
table.tbl tr th,
table.tbl tr td {
    text-align: left;
    vertical-align: top;
}
table.tbl tr th {
    width: 15%;
    font-weight: 700;
    border-bottom: 1px solid #383838;
    padding: 10px 0;
}
table.tbl tr td p {
    padding-bottom: 1em;
}
table.tbl tr td {
    width: 75%;
    padding: 10px 10px;
}

@media screen and (max-width: 767px){

table.tbl tr th,
table.tbl tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
}
table.tbl tr th {
    border-bottom: 0px solid #383838;
}
}
.recruit_bn_wrap {
    display: flex;
  flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.recruit_bn_in {
    width: 31%;
    margin: 1%;
    
}

a .recruit_bn {
   background: var(--color-base-right);
    color: #FFF;
    
    border-radius: 10px;
    border:solid 1px var(--color-base);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
   
}
a .recruit_bn:hover {
    background: var(--color-right);
    color: #000;
     
}

.rec01 {
    padding-top: 100px;
    margin-top:-100px;
}
@media screen and (max-width: 767px){
a .recruit_bn {
   
    padding: 5px;
   
    font-size: 14px;
    line-height: 1.4em;
    
   
}
    .rec01 {
    padding-top: 60px;
    margin-top:-60px;
}
}
/*求人募集*/
