/*共通設定の打ち消し*/
body {
    background: none;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold;
}
.button {display:block;}
.button {
	position:fixed;
	right: 2px;
	top: 55px;
	width: 42px;
	z-index:112;
	font-size:40px;
    line-height: 30px;
	height: 58px;
    text-align: center;
}@media screen and ( min-width:560px){.button {display: none;}}
/*
@media screen and ( max-width:800px){.button {top:45px;}}
@media screen and ( max-width:500px){.button {top:50px; right: 4%;font-size: 44px;height: 56px;}}
*/
.ank {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#534741;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all 1.5s linear 0s;
	-moz-transition:all 1.5s linear 0s;
	-webkit-transition:all 1.5s linear 0s;
	-o-transition:all 1.5s linear 0s;
}
.btn-open:hover:after {
	color:#534741;
}
.nav-toggle-btn_label {
	display: inline;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3px;
  font-size: 1.1rem;
font-weight: bold;
  transition: all 500ms ease-in-out;
	color: #534741;
}
.btn-close:after {
	color:#5F9FFF;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #534741;
}
#loader-bg > #loader {top:50%;width: 80%; max-width: 400px;}
#overlay {padding-bottom: 10px;}
#overlay > #overcont {padding-bottom: 100px;}
#overlay > #overcont > #logo {
    position: relative;
    width: 86%;
    max-width: 450px;
    margin: 0 auto 0 1%;
}
#overlay > #overcont > a {
    position: relative;
    width: 80%;
    max-width: 500px;
    margin: 20px auto 0;
    font-size: clamp( 2.4rem, 2.4vw, 3.2rem);
     line-height: 200%;
    font-weight: bold;
}
#overlay > #overcont >  div {
	position: relative;
	width: 85%;
    margin:  0 0 0 auto;
    color: #300;
    font-size: clamp( 1.4rem, 2.4vw, 1.6rem);
}
@media screen and ( max-width:559px){
    #page_top {
      width: 90px;
      height: 90px;
      position: fixed;
      right: 0;
      bottom: 120px;
      opacity: 0.6;
    }
    #page_top a {
      position: relative;
      display: block;
      width: 90px;
      height: 90px;
      text-decoration: none;
    }
    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f102';
      font-size: 25px;
      color: #000;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -40px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
    }
    #page_top a::after {
      content: 'PAGE TOP';
      font-size: 13px;
      position: absolute;
      top: 45px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center;
      color: #000;
    }
}
/*共通設定の打ち消しEND*/
.bg_clinic {
	background-color: #534741;
	padding: 20px 0;
    color: #FFF;
}
.bg_gray {
	background:rgba(0,0,0,0.1);
	padding: 10px 0;
}
.bg_wine {
	background:rgba(204,102,102,0.9);
	padding: 20px 0 0;
}
.bg_beige {
	background:rgba(255,204,153,0.9);
	padding: 20px 0;
}
.bg_blue {
	background:rgba(0,102,255,0.9);
	padding: 20px 0;
}
.bg_blue2 {
	background:rgba(0,104,255,0.9);
	padding: 20px 0;
}
.bg_green {
	background:rgba(222,231,183,0.9);
	padding: 20px 0;
}
div {overflow: hidden;}
#copyright {
	position: relative;
	text-align: center;
	color: #FFF;
white-space: nowrap;
	padding: 5px 2%;
}

	.menu_ancor {
	position: relative;
	top: -50px;
	display: block;
	z-index: -10;
}
/*ホワイトニングコンテンツ*/
#main_cont {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    /*
    border-left: 1px solid #534741;
    border-right: 1px solid #534741;
    */
    }@media screen and ( max-width:559px){#main_cont {margin-top: 0px;}}
#header {
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 5px 2% 8px;
    }@media screen and ( max-width:559px){#header {padding-top: 5px;display: flex;flex-direction: column;}}
    #header > #left {
        position: relative;
        display: flex;
        width: 35%;
        padding-right: 10%;
        align-items: center;
    }@media screen and ( max-width:559px){#header > #left {width: 56%;margin-top: 30px;padding-left: 1%;}}
    #header > #right {
        position: relative;
        display: flex;
        width: 65%;
        padding-left: 15%;
        padding-right: 2%;
        align-items:center;
    }@media screen and ( max-width:559px){#header > #right {width: 98%;margin-top: 10px;}}
#header_menu {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
}@media screen and ( max-width:559px){#header_menu {display: none;}}
    #header_menu > a {
        position: relative;
        display: block;
        max-width: 200px;
    }
/*メインコンテンツ*/
/*スライド*/
.slide_slide {
	position: relative;
	margin: 10px 0;
}
#contents1 {
    position: relative;
    width: 100%;
    padding: 10px 0 0;
}@media screen and ( max-width:559px){#contents1 {padding: 0;}}
    #contents1 > #line1 {
        position: relative;
        width: 100%;
        padding-top: 45%;
    }
        #contents1 > #line1 > img {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    #contents1 > #line2 {
        position: relative;
        width: 84%;
        margin: 0 auto;
        padding: 100px 0 30px;
    }@media screen and ( max-width:559px){#contents1 > #line2 {padding: 30px 0;}}
        #contents1 > #line2 > #left {
            position: relative;
            width: 65%;
            padding-right:  3%;
            font-size: clamp( 1.4rem, 2.4vw, 2.2rem);
            line-height: 200%;
            font-weight: bold;
        }@media screen and ( max-width:559px){#contents1 > #line2 > #left {width: 100%;}}
        @media screen and ( max-width:800px){#contents1 > #line2 > #left > br {display: none;}}
            #contents1 > #line2 > #left > img {
                position: relative;
                display: block;
                width: 30%;
                margin: 0 10px 30px;
            }@media screen and ( max-width:559px){#contents1 > #line2 > #left > img {width: 50%;}}
        #contents1 > #line2 > #right {
            position: relative;
            width: 35%;
            background-color: #FFF;
            aspect-ratio: 1 / 1;
        }@media screen and ( max-width:559px){#contents1 > #line2 > #right {display: none;}}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 43%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
        overflow: hidden;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}



            #contents1 > #line2 > #right > img {
                position: relative;
                display: block;
                width: 80%;
                margin: 20px auto;
            }
#contents2 {
    position: relative;
    width: 80%;
    min-height: 300px;
    max-height: 500px;
    margin-right: 20%;
    background-image: url("lib/news_bg.png");
    background-repeat: no-repeat;
}@media screen and ( max-width:559px){#contents2 {width: 100%;}}
#contents2 > #line1 {
    position: absolute;
    top: 20px;
    right: -20%;
    width: 30%;
}@media screen and ( max-width:559px){#contents2 > #line1 {
    position: relative;
    top:0;
    left:0;
    width: 100%;
    }
}
#contents2 > #line2 {
    position: relative;
    width: 100%;
    padding: 30px 5%;
}
#contents2 > #line2 > #title {
    position: relative;
    width: 100%;
    font-size: clamp( 1.4rem, 2.4vw, 2.4rem);
    line-height: 200%;
    margin-bottom: 30px;
}
#contents2 > #line2 > #kiji {
    position: relative;
    width: 100%;
    max-height: 400px;
    font-size: clamp( 1.4rem, 2.4vw, 1.6rem);
    line-height: 200%;
}@media screen and ( max-width:559px){#contents2 > #line2 > #kiji {max-height:  330px;}}
#other_news {
    position: relative;
    width: 96%;
    max-width: 600px;
    margin: 0 auto;
    text-align: right;
}
.contents3 {
    position: relative;
    width: 90%;
    margin: 40px auto;
}
    .contents3 > .link_ban {
        position: relative;
        width: 100%;
        margin: 30px auto;
    }
#contents4 {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    padding: 0px 0% 0px;
    background-image: url("lib/access_bg.png");
    background-repeat: repeat;
}
#contents4 > #map_box {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    background-color: #FFF;
    padding: 30px 0;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .8);
}
#contents4 > #map_box > #midashi {
    position: relative;
    width: 100%;
    background-color: #FFF;
    margin: 20px auto 20px;
    text-align: center;
}
    #contents4 > #map_box > #midashi img {max-width:  170px;}
#contents4 > #map_box > #left {
    position: relative;
    width: 100%;
    padding: 0 5%;
    font-size: clamp( 1.6rem, 1.6vw, 2.0rem);
    line-height: 200%;
    text-align: right;
}@media screen and ( max-width:559px){#contents4 > #map_box > #left {width:  100%;padding: 10px}}
#contents4 > #map_box > #left > a {color: #3168C2;margin-right:  1%;}
#contents4 > #map_box > #left > a:visited {color: #3168C2;}

#contents4 > #map_box > #right {
    position: relative;
    width: 100%;
    padding: 20px 5%;
    text-align: right;
    color: #EC8B2D;
}@media screen and ( max-width:559px){#contents4 > #map_box > #right {width:  100%;padding: 10px 0 20px;}}
#contents4 > #map_box > #right > a {  text-decoration: none; color: #EC8B2D;}
#contents5 {
    position: relative;
    padding: 0 5%;
    margin: 50px auto 0;
}@media screen and ( max-width:559px){#contents5 {padding: 0px 3% 0;margin-top: 30px;}}
    #contents5 > #h2_clinic {
        position: relative;
        width: 96%;
        margin: 0 auto 20px;
        padding-bottom: 5px;
        border-bottom: 1px solid #534741;
    }
        #contents5 > #h2_clinic > img {
            position: relative;
            display: block;
            width: 16%;
        }@media screen and ( max-width:559px){ #contents5 > #h2_clinic > img {height: 24px;width: auto}}
 #contents5 > #line1 {
    position: relative;
    width: 100%;
    padding: 10px 5%;
}
#contents5 > #line1 > #left {
    position: relative;
    width: 45%;
    padding-right: 5%;
    text-align: center;
}@media screen and ( max-width:559px){#contents5 > #line1 > #left {width:100%;padding:0 0 20px;}}   
#contents5 > #line1 > #right {
    position: relative;
    width: 55%;
    font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
    line-height: 200%;
}@media screen and ( max-width:559px){#contents5 > #line1 > #right {width:100%;}}   
#contents5 > #line2 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin:  30px auto;
    font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
    line-height: 200%;
}@media screen and ( max-width:559px){#contents5 > #line2 {width:90%;}}   
#contents5 > #line3 {
    position: relative;
    margin: 80px auto;
    width:  96%;
    max-width: 1000px;
}@media screen and ( max-width:559px){#contents5 > #line3 {margin: 20px auto;}}   
#contents5 > #line4 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin:  0 auto;
    font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
    line-height: 200%;
}@media screen and ( max-width:559px){#contents5 > #line4 {width:90%;}}   
@media screen and ( max-width:559px){#contents5 > #line4 > br {display: none;}}   
#contents5 > #line5 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin:  60px auto;
}
#contents5 > #line6 {
    position: relative;
    width: 96%;
    max-width: 1200px;
    margin:  0 auto;
    background-image: url("lib/maintenance_bg.png");
    background-repeat: no-repeat;
    background-size: 80%;
    padding: 150px 10px 50px 50px;
    font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
    line-height: 200%;
}@media screen and ( max-width:800px){#contents5 > #line6  {padding: 70px 5% 50px;}}   
@media screen and ( max-width:599px){#contents5 > #line6  {padding: 70px 3% 10px;background-position: -30px 0; background-size: 100%;}}   
#contents5 > #line8 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin:  20px auto;
    font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
    line-height: 200%;
}@media screen and ( max-width:559px){#contents5 > #line8 {width:90%;}}  
#contents6 {
    position: relative;
    padding: 0 5%;
    margin: 50px auto 0;
}@media screen and ( max-width:559px){#contents6 {padding: 0px 3% 0;margin-top: 30px;}}
 #contents6 > #h2_medical {
        position: relative;
        width: 96%;
        margin: 0 auto 0px;
        padding-bottom: 5px;
        border-bottom: 1px solid #534741;
    }
        #contents6 > #h2_medical > img {
            position: relative;
            display: block;
            width: 16%;
        }@media screen and ( max-width:559px){ #contents6 > #h2_medical > img {height: 24px;width: auto}}
 #contents6 > #line1 {
    position: relative;
    width: 100%;
    padding: 30px 5%;
     margin-bottom: 40px;
}
#contents6 > #line1 > #left {
    position: relative;
    width: 45%;
    padding-right: 5%;
    text-align: center;
}@media screen and ( max-width:559px){#contents6 > #line1 > #left {width:100%;padding:0 0 20px;}}   
#contents6 > #line1 > #right {
    position: relative;
    width: 55%;
    font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
    line-height: 200%;
    padding-top:100px;
}@media screen and ( max-width:800px){#contents6 > #line1 > #right {padding-top:0px;}}   
@media screen and ( max-width:559px){#contents6 > #line1 > #right {width:100%;padding-top:20px;}}   
#contents6 > .line2 {
    position: relative;
    width: 100%;
    padding: 30px 5% 0;
}
    #contents6 > .line2 > #midashi {
        position: relative;
        height: 34px;
    }@media screen and ( max-width:559px){#contents6 > .line2 > #midashi {height:20px;}}   
        #contents6 > .line2 > #midashi > img {height: 100%;object-fit: contain;object-position:0 50%;}
    #contents6 > .line2 > #bun {
        position: relative;
        width: 90%;
        margin: -40px auto 10px;
        font-size: clamp( 1.6rem, 2.4vw, 2.0rem);
        line-height: 200%;
    }@media screen and ( max-width:800px){#contents6 > .line2 > #bun {margin-top:-30px;}}   
    @media screen and ( max-width:559px){#contents6 > .line2 > #bun {margin-top:10px; width: 96%;}}   
    #contents6 > .line2 > #bun > span {
        display: block;
        font-size: clamp( 1.8rem, 2.8vw, 2.4rem);
        line-height: 200%;
    }
    #contents6 > .line2_20241003 {/*最新設備4選*/
        position: relative;
        width: 96%;
        max-width: 980px;
        margin: 0 auto ;
    }@media screen and ( max-width:559px){#contents6 > .line2_20241003 {display: none;}}
    #contents6 > #new_setsubi_smart {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }@media screen and ( min-width:560px){#contents6 > #new_setsubi_smart {display: none;}}
    #contents6 > #new_setsubi_smart > .line_20241007_2 {
        position: relative;
        width: 100%;
        margin: 35px auto 0;
        padding-top: 10px;
        font-size: 1.6rem;
        line-height: 200%;
        background-size: 10%;
        background-position: top left;
        background-repeat: no-repeat;
        background-color:rgba(255,255,255,0.5);
        background-blend-mode:lighten;    
        }
        #contents6 > #new_setsubi_smart > .line_20241007_2 > strong {font-size: 1.3rem; transform: scale(1,1.5); display: block;color: #600;margin-bottom: 6px;}
        #contents6 > #new_setsubi_smart > .line_20241007_2 > img {width: 28%; margin: 0 5% 5px 0; float: left;}



 #contents6 > #line3 {
    position: relative;
    width: 100%;
     max-width: 1000px;
     margin: 100px auto 0px;
    padding: 0;
}  @media screen and ( max-width:559px){#contents6 > #line3 {margin-top:20px; width: 100%;}}   
#contents6 > #line3 > #left {
    position: relative;
    width: 100%;
} 
#contents6 > #line3 > #right {
    position: absolute;
    top: 35%;
    width: 90%;
    font-size: clamp( 1.6rem, 2.4vw, 2.4rem);
    line-height: 200%;
}
#contents7 {
    position: relative;
    padding: 40px 5%;
    margin: 30px auto 0;
    background-image: url("lib/image19.jpg");
}@media screen and ( max-width:559px){#contents7 {padding: 0px 3% 0;margin-top: 30px;}}
#contents7 > #left {
    position: relative;
    width: 40%;
    padding-right: 5%;
}@media screen and ( max-width:559px){#contents7> #left {width: 100%;}}
#contents7 > #right {
    position: relative;
    width: 60%;
    font-size: clamp( 1.4rem, 2.0vw, 2.4rem);
    line-height: 200%;
}@media screen and ( max-width:559px){#contents7> #right {width: 100%;padding: 10px;}}
#reserve {
    position: relative;
    padding: 20px 5% 0;
    margin: 0px auto 0;
}
#reserve > #h2_reserve {
    position: relative;
    width: 96%;
    max-width:  1000px;
    margin: 0 auto 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #534741;
}
    #reserve > #h2_reserve > img {
        position: relative;
        display: block;
        width: 16%;
    }@media screen and ( max-width:559px){ #reserve > #h2_reserve > img {height: 24px;width: auto}}
    #reserve > #line1 {
        position: relative;
        width: 90%;
        margin: 60px auto 0;
        font-size: clamp( 1.6rem, 2.2vw, 2.4rem);
        line-height: 200%;
        text-align: center;
    }@media screen and ( max-width:559px){ #reserve > #line1  {text-align: left;margin-top: 20px;}}
    #reserve > .line2 {
        position: relative;
        width: 90%;
        max-width: 320px;
        margin: 0 auto 0;
    }@media screen and ( max-width:800px){ #reserve > .line2 {width: 90%;max-width: 320px;}}
    @media screen and ( max-width:559px){ #reserve > .line2 {width: 90%;max-width: 280px;}}
    #reserve > .line3 {
        position: relative;
        width: 90%;
        margin: 30px auto 0;
        font-size: clamp( 2.0rem, 2.2vw, 2.4rem);
        line-height: 200%;
        text-align: center;
    }
    #reserve > .line4 {
        position: relative;
        width: 90%;
        max-width: 320px;
        margin: 70px auto 0;
    }@media screen and ( max-width:800px){ #reserve > .line4 {width: 90%;max-width: 320px;}}



#contact {
    position: relative;
    padding: 20px 5% 0;
    margin: 20px auto 0;
}@media screen and ( max-width:559px){#contact {padding: 80px 3% 0;margin-top: 0px;}}
#contact > #h2_contact {
    position: relative;
    width: 96%;
    max-width:  1000px;
    margin: 0 auto 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #534741;
}
    #contact > #h2_contact > img {
        position: relative;
        display: block;
        width: 16%;
    }@media screen and ( max-width:559px){ #contact > #h2_contact > img {height: 24px;width: auto}}
   
    
    





/*フッター領域*/
@media screen and ( min-width:1049px){
	footer {
		position: relative;
		width: 100%;
		padding: 30px 0;
	}
	footer > #foot {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		padding: 50px 0;
	}
		footer > #foot > #left {
			position: relative;
			width: 40%;
			padding: 10px 2%;
			/*border-right:  2px solid #FFF;*/
	}
    footer > #foot > #left > #add2021a {
        position: relative;
        margin: 10px 5%;
        color: #FFF;
        }
    footer > #foot > #left > #add2021b {
        position: relative;
        margin: 10px 5%;
        color: #FFF;
        }

		footer > #foot > #right {
			position: relative;
			width: 60%;
			padding: 10px 5%;
			color: #FFF;
		}
			footer > #foot > #right > .right01 {
				position: relative;
				margin-bottom: 30px;
				font-size: 1.6rem;
			}
                footer > #foot > #right > .right01 > a {text-decoration: none;color: #FFF;}
    
                footer > #foot > #right > .right01 > a:visited {text-decoration: none;color: #FFF;}
                footer > #foot > #right > .right01> span {font-size: 120%;font-weight: bold;}
    
			footer > #foot > #right > .right02 {
				position: relative;
				font-size: 2rem;
				margin-bottom: 20px;
			}
			footer > #foot > #right > .right03 {
				position: relative;
				font-size: 3.2rem;
				padding: 3px 0;
				font-weight: bold;
				margin-bottom: 5px;
				letter-spacing: 0.1em;
			}			
			footer > #foot > #right > .right02 > a {text-decoration: none;color: #F30;}
}
@media screen and ( min-width:560px) and ( max-width:1049px){
	footer {
		position: relative;
		width: 100%;
		padding: 30px 0;
	}
	footer > #foot {
		position: relative;
		width: 94%;
		margin: 0 auto;
		padding: 50px 0;
	}
		footer > #foot > #left {
			position: relative;
			width: 35%;
			padding: 10px 2%;
			/*border-right:  2px solid #FFF;*/
	}
    footer > #foot > #left > #add2021a {
        position: relative;
        margin: 10px 5%;
        color: #FFF;
        }
    footer > #foot > #left > #add2021b {
        position: relative;
        margin: 10px 5%;
        color: #FFF;
        }

		footer > #foot > #right {
			position: relative;
			width: 65%;
			padding: 10px 5%;
			color: #FFF;
		}
			footer > #foot > #right > .right01 {
				position: relative;
				margin-bottom: 30px;
				font-size: 1.6rem;
			}
                footer > #foot > #right > .right01 > a {text-decoration: none;color: #F30;}
                footer > #foot > #right > .right01> span {font-size: 120%;font-weight: bold;}
			footer > #foot > #right > .right02 {
				position: relative;
				font-size: 2rem;
				margin-bottom: 20px;
			}
			footer > #foot > #right > .right03 {
				position: relative;
				font-size: 3.2rem;
				padding: 3px 0;
				font-weight: bold;
				margin-bottom: 5px;
				letter-spacing: 0.1em;
			}			
			footer > #foot > #right > .right02 > a {text-decoration: none;color: #F30;}
}
@media screen and ( max-width:559px){
	footer {
		position: relative;
		width: 100%;
		padding: 30px 0;
	}
	footer > #foot {
		position: relative;
		width: 94%;
		margin: 0 auto;
		padding: 50px 0;
	}
		footer > #foot > #left {
			position: relative;
			width: 100%;
			padding: 10px 2% ;
	}
    footer > #foot > #left > #add2021a {
        position: relative;
        margin: 10px 5%;
        color: #FFF;
        }
    footer > #foot > #left > #add2021b {
        position: relative;
        margin: 10px 5%;
        color: #FFF;
        }

		footer > #foot > #right {
			position: relative;
			width: 100%;
			padding: 10px 1%;
			color: #FFF;
		}
			footer > #foot > #right > .right01 {
				position: relative;
				margin-bottom: 30px;
				font-size: 1.5rem;
			}
                footer > #foot > #right > .right01 > a {text-decoration: none;color: #FFF;}
                footer > #foot > #right > .right01 > span {font-size: 110%;font-weight: bold;}
			footer > #foot > #right > .right02 {
				position: relative;
				font-size: 1.8rem;
				margin-bottom: 20px;
			}
			footer > #foot > #right > .right03 {
				position: relative;
				font-size: 2.8rem;
				padding: 3px 0;
				font-weight: bold;
				margin-bottom: 5px;
				letter-spacing: 0.1em;
			}			
			footer > #foot > #right > .right02 > a {text-decoration: none;color: #FFF;}
}
/*ブログ*/
@media screen and ( min-width:600px){#bline4 {display: none;}}
@media screen and ( max-width:559px){
    #bline4 {
        position: fixed;
        bottom: 10px;
        width: 100%;
        text-align: center;
        background-color: #FFF;
        padding: 10px 0;
        opacity : 0.8;
        z-index: 100;
    }
    #bline4 > a {text-decoration: none;color:brown;font-size: 1.8rem;font-weight: bold;}
}
#bline3 {
    position: relative;
    text-align: center;
    margin: 10px auto 140px;
}
#bline3 > a {text-decoration: none;color:brown; }
#bline2 {
	position: relative;
	width: 100%;
	margin: 10px auto;
    padding: 2px 2%;
    background-color: #F90;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.bline2 {
	position: relative;
	width: 96%;
	margin: 10px auto;
    padding: 0 2%;
    border-bottom: 1px dotted #F90;
}
.bline2 > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bline2 > #date {
	position: relative;
    text-align: right;
}
#scroll {
    position: relative;
    width: 100%;
    max-width: 600px;
    background-color: #FFF;
    margin: 0 auto 100px;
}
.bline img {max-width: 100%;}
.bline {
	position: relative;
	width: 100%;
	margin: 10px auto 80px;
}@media screen and (max-width: 500px) {.bline {width: 92%;}}
	.bline > #title {
		position: relative;
		width: 96%;
        margin: 0 auto 0 0;
		/*border-bottom: 1px solid #333;*/
		padding-bottom: 3px;
		font-size: 1.8rem;
        font-weight:bold;
        color:darkseagreen;
	}
	.bline > #date {
		position: relative;
		width: 100%;
		text-align: right;
		padding-top: 3px;
		font-size: 1.5rem;
        font-weight: normal;
        color:chocolate;
	}
	.bline > #line {
		position: relative;
		width: 94%;
        margin: 0 auto;
	}
    .bline > #line > img { opacity : 0.3;}
@media screen and (max-width: 500px) {
	.bline > #kiji {
		position: relative;
		width: 98%;
		margin: 0 auto;
		font-size: 1.5rem !important;
		line-height: 170%;
	}
	.bline > #kiji > img {
		position: relative;
		display: block;
		width: 94% !important;
		margin: 20px auto;
	}
}
@media screen and (min-width: 501px) {
	.bline > #kiji {
		position: relative;
		width: 99%;
		margin: 0 0 20px 1%;
		font-size: 1.4rem !important;
		line-height: 200%;
	}
	.bline > #kiji > img {
		position: relative;
		/*float: right;*/
		width: 100%;
		margin: 5px;
		margin-left: 1%;
	}
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 43%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
        overflow: hidden;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/*求人*/
@media screen and ( min-width:1049px){
	#line59 {
		position: relative;
		width: 100%;
		height: 208px;
		margin: 20px auto 0;
		background-image: url("../home/recruit/1.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#line60 {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-top: 60px;
		background-image: url("../home/recruit/2.png");
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: top center;
	}
		#line60a {
			position: relative;
			width: 1000px;
			margin: 20px auto 30px;
			color: #0099CC;
			font-weight: bold;
			font-size: 3.2rem;
			line-height: 200%;
			text-align: center;
			letter-spacing: 0.1em;
		}
		#line60b {
			position: relative;
			width: 800px;
			margin: 30px auto;
			color: #000;
			font-size: 2rem;
			line-height: 240%;
			text-align: center;
		}
	#line61 {
		position: relative;
		width: 90%;
		margin: 80px auto 20px;
		color: #0099CC;
		font-weight: bold;
		font-size: 3.2rem;
        line-height: 200%;
		text-align: center;
	}
	#line62 {
		position: relative;
		width: 1000px;
		margin: 10px auto;
	}
    .line62_Reproduction {display: none;}
	#line63 {
		position: relative;
		width: 1000px;
		margin: 10px auto;
	}
	#line64 {
		position: relative;
		width: 100%;
		margin: 80px auto 20px;
		color: #0099CC;
		font-weight: bold;
		font-size: 3.2rem;
        line-height: 200%;
		text-align: center;
	}
	#line65 {
		position: relative;
		width: 100%;
		margin: 0 auto;
		background-color: #F2F1F8;
		text-align: center;
	}
		/*#line65  > img {width: 1100px;}*/
	#line66 {
		position: relative;
		width: 1000px;
		margin: 50px auto;
	}
    .line66_Reproduction {display: none;}
	#line67 {
		position: relative;
		padding: 40px 0 10px;
		color: #FFF;
		font-weight: bold;
		font-size: 3.2rem;
		line-height: 200%;
		text-align: center;
		letter-spacing: 0.2em;		
	}
	.line68 {
		position: relative;
		padding: 10px 0;
		color: #FFF;
		font-weight: bold;
		font-size: 2.6rem;
		line-height: 180%;
		text-align: center;
		letter-spacing: 0.1em;		
	}
	.table1 {
		position: relative;
		width: 1000px;
		margin: 20px auto;
		border: 5px solid #0099FF;
		background-color: #FFF;
	}
		.table1 > .table_line {
			position: relative;
			padding: 0;
			border: 1px solid #0099FF;
			font-size: 2.0rem;
			line-height: 240%;
		}
			.table1 > .table_line > .table_line_left {
				position: relative;
				width: 20%;
				padding: 10px;
				border: 1px solid #0099FF;
				background-color: #CCC;
				text-align: center;
				letter-spacing: 1em;
			}
			.table1 > .table_line > .table_line_right {
				position: relative;
				width: 80%;
				padding: 10px;
				border: 1px solid #0099FF;
				background-color: #FFF;
				letter-spacing: 0.3em;
			}
}
@media screen and ( min-width:560px) and ( max-width:1049px){
	#line59 {
		position: relative;
		width: 100%;
		height: 208px;
		margin: 0 auto;
		background-image: url("../home/recruit/1.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#line60 {
		position: relative;
		width: 96%;
		margin: 0 auto;
		padding-top: 60px;
		background-image: url("../home/recruit/2.png");
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: top center;
	}
		#line60a {
			position: relative;
			width: 100%;
			margin: 20px auto 30px;
			color: #0099CC;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 200%;
			text-align: center;
			letter-spacing: 0.1em;
		}
		#line60b {
			position: relative;
			width: 100%;
			margin: 30px auto;
			color: #000;
			font-size: 1.6rem;
			font-weight: bold;
			line-height: 200%;
			text-align: center;
		}
		#line61 {
			position: relative;
			width: 96%;
			margin: 0 auto 20px;
			color: #0099CC;
			font-weight: bold;
			font-size: 2.4rem;
			text-align: center;
            line-height: 200%;
		}
		#line62 {
			position: relative;
			width: 94%;
			margin: 10px auto;
		}
        .line62_Reproduction {display: none;}
		#line63 {
			position: relative;
			width: 94%;
			margin: 10px auto;
		}
		#line64 {
			position: relative;
			width: 94%;
			margin: 80px auto 20px;
			color: #0099CC;
			font-weight: bold;
			font-size: 3.2rem;
			text-align: center;
            line-height: 200%;
		}
	#line65 {
		position: relative;
		width: 94%;
		margin: 0 auto;
		background-color: #F2F1F8;
		text-align: center;
	}
		/*#line65  > img {width: 1100px;}*/
		#line66 {
			position: relative;
			width: 86%;
			margin: 50px auto;
		}
        .line66_Reproduction {display: none;}
	#line67 {
		position: relative;
		padding: 40px 0 10px;
		color: #FFF;
		font-weight: bold;
		font-size: 3.2rem;
		line-height: 200%;
		text-align: center;
		letter-spacing: 0.2em;		
	}
	.line68 {
		position: relative;
		padding: 10px 0;
		color: #FFF;
		font-weight: bold;
		font-size: 2.0rem;
		line-height: 180%;
		text-align: center;
		letter-spacing: 0.1em;		
	}
	.table1 {
		position: relative;
		width: 92%;
		margin: 20px auto;
		border: 5px solid #0099FF;
		background-color: #FFF;
	}
		.table1 > .table_line {
			position: relative;
			padding: 0;
			border: 1px solid #0099FF;
			font-size: 1.6rem;
			line-height: 240%;
		}
			.table1 > .table_line > .table_line_left {
				position: relative;
				width: 20%;
				padding: 10px 1%;
				border: 1px solid #0099FF;
				background-color: #CCC;
				text-align: center;
				letter-spacing: 0.2em;
			}
			.table1 > .table_line > .table_line_right {
				position: relative;
				width: 80%;
				padding: 10px 1%;
				border: 1px solid #0099FF;
				background-color: #FFF;
			}
}
@media screen and ( max-width:559px){
	#line59 {
		position: relative;
		width: 100%;
		height: 120px;
		margin: 0 auto;
		background-image: url("../home/recruit/1.jpg");
		background-size: 400%;
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
	}
	#line60 {
		position: relative;
		width: 100%;
		margin: 20px auto;
		background-image: url("../home/recruit/2.png");
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: top center;
		overflow: hidden;
	}
		#line60a {
			position: relative;
			width: 90%;
			margin: 0 auto 20px;
			color: #0099CC;
			font-weight: bold;
			font-size: 1.6rem;
			text-align: center;
		}
		#line60b {
			position: relative;
			width: 90%;
			margin: 20px auto;
			color: #000;
			font-size: 1.6rem;
			text-align: left;
		}
			#line60b > br { display: none; }
		#line61 {display: none;}
		#line62 {display: none;}
		#line63 {display: none;}
		#line64 {display: none;}
		#line65 {display: none;}
		#line66 {display: none;}
        .line62_Reproduction {
            position: relative;
            width: 100%;
            padding: 5px 5%;
            margin: 0 auto;
        }
            .line62_Reproduction > .line62_line1 {
                position: relative;
                width: 64%;
                margin: 20px auto 20px;
            }
            .line62_Reproduction > .line62_line2 {
                position: relative;
                width: 100%;
                margin: 0 auto;
                font-size: 1.6rem;
                font-weight: bold;
                color: #0082CB;
            }
            .line62_Reproduction > .line62_line3 {
                position: relative;
                width: 100%;
                margin: 0 auto;
                font-size: 1.4rem;
                line-height: 180%;
            }
        .line66_Reproduction {
            position: relative;
            width: 100%;
            padding: 5px 5% 20px;
            margin: 30px auto 0;
            background-color: #eee;
        }
            .line66_Reproduction > .line66_line1 {
                position: relative;
                width: 64%;
                margin: 20px auto 20px;
            }
            .line66_Reproduction > .line66_line2 {
                position: relative;
                width: 100%;
                margin: 0 auto;
                font-size: 1.6rem;
                font-weight: bold;
                color: #0082CB;
            }
            .line66_Reproduction > .line66_line3 {
                position: relative;
                width: 100%;
                margin: 0 auto;
                font-size: 1.4rem;
                line-height: 180%;
            }
            .line66_Reproduction > .line66_line4 {
                position: relative;
                width: 100%;
                margin: 0 auto;
                font-size: 1.4rem;
                line-height: 180%;
                text-align: right;
                color: #238C14;
    }
	#line67 {
		position: relative;
		padding: 4px 0;
		color: #FFF;
		font-weight: bold;
		font-size: 1.7rem;
		line-height: 200%;
		letter-spacing: 0.2em;	
		text-align: center;
	}
	.line68 {
		position: relative;
		padding: 4px 5%;
		color: #FFF;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 180%;
	}
		.line68 > br { display: none; }
	.table1 {
		position: relative;
		width: 100%;
		margin: 6px auto;
		border: 5px solid #0099FF;
		background-color: #FFF;
	}
		.table1 > .table_line {
			position: relative;
			padding: 0;
			border: 1px solid #0099FF;
			font-size: 1.6rem;
			line-height: 240%;
		}
			.table1 > .table_line > .table_line_left {
				position: relative;
				width: 100%;
				padding: 3px 1%;
				border: 1px solid #0099FF;
				background-color: #CCC;
				text-align: center;
				letter-spacing: 0.2em;
			}
			.table1 > .table_line > .table_line_right {
				position: relative;
				width: 100%;
				padding: 14px 3%;
				border: 1px solid #0099FF;
				background-color: #FFF;
			}    
}
@media screen and ( min-width:600px){#foot_navi {display: none;}}
@media screen and ( max-width:559px){
    #foot_navi2 {
        position: fixed;
        bottom: 0;
        width: 100%;
        aspect-ratio: 1117 / 301;
        background-color: #525050;
        background-image: url("lib/20240720/foot_menu_bg.png?t=2");
        background-size: cover;
        border-top: 3px double #FFF;
    }
        #foot_navi2 > #menu1 {
            position: absolute;
            left: 46.4%;
            top: 6%;
            display: block;
            width: 16.1%;
            height: 42.5%;
            opacity: 0.5;
    }
        #foot_navi2 > #menu2 {
            position: absolute;
            left: 64.1%;
            top: 6%;
            display: block;
            width: 16.1%;
            height: 42.5%;
            opacity: 0.5;
    }
        #foot_navi2 > #menu3 {
            position: absolute;
            left: 82.1%;
            top: 6%;
            display: block;
            width: 16.1%;
            height: 42.5%;
            opacity: 0.5;
    }
        #foot_navi2 > #menu4 {
            position: absolute;
            left: 46.4%;
            top: 54.0%;
            display: block;
            width: 16.1%;
            height: 42.5%;
            opacity: 0.5;
    }
        #foot_navi2 > #menu5 {
            position: absolute;
            left: 64.1%;
            top: 54.0%;
            display: block;
            width: 16.1%;
            height: 42.5%;
            opacity: 0.5;
    }
        #foot_navi2 > #menu6 {
            position: absolute;
            left: 82.1%;
            top: 54.0%;
            display: block;
            width: 16.1%;
            height: 42.5%;
            opacity: 0.5;
    }
    #foot_navi {
        position:fixed;
        bottom: 0;
        width: 100%;
        background-color: #FFF;
        min-height: 100px;
        max-height: 100px;
        font-size: 1.6rem;
        line-height: 40px;
        text-align: center;
    }
    
    #foot_navi > #line1 {
        position: absolute;
        top: 2px;
        width: 100%;
        height: 2px;
        margin: 2px auto;
        background-color: #534741;
    }
    #foot_navi > #line2 {
        position: absolute;
        top: 6px;
        width: 100%;
        height: 41px;
        margin: 0 auto;
        background-color: #FFF;
    }
    #foot_navi > #line2 > .b_menu {
        position: relative;
        display: inline-block;
        width : 31%;
        margin-right: 1%;
        height: 40px;
        background-color: #FFF;
        color: #534741;
    }
    #foot_navi > #line3 {
        position: absolute;
        top: 48px;
        width: 100%;
        height: 44px;
        background-color: #FFF;
    }
    #foot_navi > #line3 > .b_menu {
        position: relative;
        display: inline-block;
        width : 31%;
        margin-right: 1%;
        height: 40px;
        margin-top: 2px; 
        background-color: #534741;
        color: #FFF;
    }
    #foot_navi > #line3 > .b_menu > a {
        position: relative;
        display: inline-block;
        width: 50%;
        text-decoration: none;
        color: #FFF;
        font-size: 1.0rem;
        transform: scale(1,1.5);
    }
    #foot_navi > #line3 > .b_menu > a#left {border-right: 1px solid #FFF;}
}
/*書面掲示20240720*/
#line20240720a {
    position: relative;
    margin: 10px 0;
}
#syomen {
    position: relative;
    width: 88%;
    max-width: 940px;
    margin: 50px auto;
}
#syomen > #midashi {
    position: relative;
    margin-bottom: 50px;
}
#syomen > .naiyou {
    position: relative;
    font-size: clamp(1.4rem, 2vw,2rem);
    font-weight: bold;
    line-height: 180%;
}
#syomen > .naiyou2 {
    position: relative;
    font-size: clamp(1.4rem, 2vw,2rem);
    font-weight: bold;
    margin: 10px 0;
    text-align: right;
}
#syomen > .naiyou2 > a > img {
    display: inline-block;
    position: relative;
    top: 5px;
    max-height: 28px;
    width: auto;
    margin-right: 1%;
}
/*TOP_PR 2024/08/21*/
#top_pr {
    position: relative;
    width: 90%;
    max-width: 820px;
    margin: 50px auto;
    }

.youtube {
    position:  relative;
    width: 94%;
    max-width: 800px;
    margin: 0 auto 100px;
  aspect-ratio: 16 / 9;
}@media screen and ( max-width:559px){.youtube {margin-bottom: 20px;}}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*ヘッダー/ contents5 / contents6 / 2025/08/25 //////////////////////////////*/
@media screen and ( min-width:600px){
    #header_20250825 {
        position: relative;
        width: 100%;
        margin: 50px auto;
        display: -webkit-flex;
        display: flex;
    }
        #header_20250825 > #left {
            position: relative;
            width: 20%;
        }
            #header_20250825 > #left > img {
                max-width: 30%;
                margin: 2% auto auto 10%;
                display: inline-block;
        }
        #header_20250825 > #right {
            position: relative;
            width: 80%;
        }
            #header_20250825 > #right > a > img {
                width: 48%;
                margin: 0 0 auto 2%;
                display: inline-block;
        }
    #header_20250825smart {display: none;}
    #contents5smart {display: none;}
    #contents6smart {display: none;}
}
@media screen and ( max-width:559px){
    #header_20250825 {display: none;}
    #header_20250825smart {
        position: relative;
        width: 100%;
        margin: 50px auto 20px;
        display: -webkit-flex;
        display: flex;
    }
        #header_20250825smart > #left {
            position: relative;
            width: 25%;
        }
            #header_20250825smart > #left > img {
                max-width: 46%;
                margin: 2% auto auto 10%;
                display: inline-block;
        }
        #header_20250825smart > #right {
            position: relative;
            width: 70%;
            padding-right: 10%
        }
            #header_20250825smart > #right > a > img {
                width: 98%;
                margin: 0 0 auto 2%;
                display: inline-block;
        }
    #contents5pc {display: none;}
    #contents6pc {display: none;}
}
img#insta2025{position: relative;display:inline-block;width: 20px;top:-1px;left:1%;}
img#tiktok2025{position: relative;display:inline-block;width: 20px;top:-1px;left:2%;}
/*アクセス 2025/08/25 //////////////////////////////*/
#map_box20250825 {
    position: relative;
    width: 100%;
    background-image: url("lib/20250825/access_bg.png");
    background-size: 100%;
    background-position: top center;
    }@media screen and ( max-width:559px){#map_box20250825 {background-size: 120%;}}
#map_box20250825::before {
  content: '';
  display: block;
  padding-top: 136%;
    }@media screen and ( max-width:559px){#map_box20250825::before {padding-top: 170%;}}
#map_box20250825 > a#g_map1 {
        position: absolute;
        top: 34%;
        right: 16%;
        width: 20%;
    }@media screen and ( max-width:559px){#map_box20250825 > a#g_map1 {top:32%;right: 8%; width: 40%;}}
    #map_box20250825 > a#g_map2 {
        position: absolute;
        top: 54%;
        right: 16%;
        width: 20%;
    }@media screen and ( max-width:559px){#map_box20250825 > a#g_map2 {top:51%;right: 8%; width: 40%;}}
/*ニュース 2025/08/25 //////////////////////////////*/
#news20250825 {
    position: relative;
    width: 100%;
    background-image: url("lib/20250825/news_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
}@media screen and ( max-width:559px){#news20250825 {margin-top: 0;}}
#news20250825::before {
  content: '';
  display: block;
  padding-top: 47%;
}
#news20250825 > #newsline20250825 {
    position: absolute;
    top: 27%;
    width: 75%;
    max-height: 64%;
    margin: 0 25% auto 3%;
    font-weight: bold;
}
#news20250825 > #newsline20250825 > #title {
    position: relative;
    width: 100%;
    margin-left: 3%;
    font-size: clamp( 1.1rem, 2.4vw, 2.4rem);
    line-height: 200%;
    color: #600;
}
#news20250825 > #newsline20250825 > #kiji {
    position: relative;
    width: 90%;
    margin-left: 10%;
    font-size: clamp( 1.2rem, 2.4vw, 1.6rem);
    line-height: 200%;
}
#other_news20250825 {text-align: right;padding-right: 18%;font-weight: bold;font-size: 120%;}
@media screen and ( max-width:559px){#other_news20250825 {padding-right: 5%}}
#other_news20250825 > a {color: #F00;}
#other_news20250825 > a:visited {color: #F00;}
/*サークルメニュー 2025/08/25 //////////////////////////////*/
#pc_circle_menu {
    position: relative;
    width: 100%;
    background-image: url("lib/20250825/pc_image5a.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
#pc_circle_menu::before {
  content: '';
  display: block;
  padding-top: 53%;
}
#pc_circle_menu > #menu_block {
    position: absolute;
    bottom: 4%;
    left:  10%;
    width: 90%;
    margin: 0 auto;
}
#pc_circle_menu > #menu_block > a > img {border:2px solid white; border-radius: 50%; background-position: left top;filter: grayscale(100%);}
#pc_circle_menu > #menu_block > a:hover > img {border: 3px solid rgba(128,0,0,0.2);filter: grayscale(0%); }
#pc_circle_menu > #menu_block > a > img {
    display: inline-block;
    top: 10%;
    max-width: 13%;
    margin: 0 1%;
    height: auto;
}
.sm_circle_menu {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.sm_circle_menu > a > img {border:2px solid white; border-radius: 50%; background-position: left top;filter: grayscale(100%);}
.sm_circle_menu > a:hover > img {border: 1px solid rgba(128,0,0,0.2);filter: grayscale(0%); }
.sm_circle_menu > a > img {
    display: inline-block;
    width: 29%;
    margin: 0 1%;
    height: auto;
}
/*公式アカウント 2025/08/25 //////////////////////////////*/
.button9 {display:block;}
.button9 {
	position:fixed;
	right: 2px;
	top: 110px;
	width: 43px;
	z-index:212;
	font-size:20px;
    line-height: 30px;
	height: 210px;
    text-align: center;
    background:rgba(134,49,45,0.8);
    color: #FFF;
}
.button9 a {
	text-decoration:none;width: 100%;height: 250px;display: block;color: #FFF;
}
.nav-toggle-btn_label9 {
	display: inline-block;
  position: absolute;
height: 210px;
  transform: translate(-50%, 0);
  top: 3px;
    left: 33%;
  font-size: 1.6rem;
  transition: all 500ms ease-in-out;
	color: #FFF;
    width: 100%;
     writing-mode: vertical-rl;
}
.btn-close9:after {
	color:#FFF;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close9:hover:after {
	color: #FFF;
}
#overlay9 {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.5);
	overflow:auto;
	z-index:111;
	padding: 110px 0 200px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #FFF;
}
#overlay9 > #overcont9 {
	position: relative;
	width: 94%;
    max-width: 360px;
    padding: 10px;
	margin: 10px 10px 10px auto;
	background:rgba(150,50,50,0.5);
}
#overlay9 > #overcont9 > .right02 {
    position: relative;
    margin: 25px auto;line-height: 130%;
}
#overlay9 > #overcont9 > .right02 > span {color: #FFFF;font-weight: bold;}
img#insta2025a{position: relative;display:inline-block;height: 50px;width: auto;left: 3%;margin-top: 10px;}
img#tiktok2025a{position: relative;display:inline-block;height: 50px;width: auto;left: 3%;margin-top: 10px;}



