/*
Theme Name: TAKARA KINDERGARTEN TEMPLATE
Theme URI: 
Description: たから幼稚園テーマ

*/


@import url(common/css/top.css);
@import url(common/css/about.css);
@import url(common/css/life.css);
@import url(common/css/contact.css);
@import url(common/css/recruit.css);
@import url(common/css/hoiku1.css);
@import url(common/css/hoiku2.css);
@import url(common/css/map.css);
@import url(common/css/dl.css);
@import url(common/css/kondate.css);
@import url(common/css/club.css);
@import url(common/css/information.css);



* {
  margin: 0;
  padding: 0;
  font-size : 100%;
  box-sizing:border-box;
}


html{
  scroll-behavior: smooth;
}

html,body{
scroll-padding-top: 250px;
}


body{
color: #1F1F1F;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
width: 100%;
max-width: 1920px;
margin: 0 auto;
}

table{
border-collapse: collapse;
}

td,th{
text-align: left;
vertical-align: top;
}

.clearfix{
zoom: 1;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

li{
list-style-type: none;
}

img{ 
display: block;
border:0;
max-width: 100%;
height: auto;
}

a:link{color: #227680;text-decoration: underline;}
a:visited{color: #1F1F1F;text-decoration: underline;}
a:hover{color: #227680;text-decoration: none;}
a:active{color: #227680;text-decoration: none;}


.img{
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
font-family: 'object-fit: cover; object-position: center center;'
}



a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
}

.menu-trigger{
display: none;
}

@media (max-width: 959px) {
a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
}

}


/* blog_comment */

.comment-num,
#comment-area{
display: none;
}




/* content */



.txt1{
font-size: 96%;
line-height: 1.6;
font-weight: 500;
}

.txt2{
font-size: 106%;
letter-spacing: .05em;
line-height: 2.1;
font-weight: 500;
}

.catch1{
font-size: 180%;
line-height: 1.0;
letter-spacing: .1em;
}

.w1{
width: 90%;
max-width: 1420px;
margin: 0 auto;
}


.w2{
width: 90%;
max-width: 930px;
margin: 0 auto;
}


@media (max-width: 1280px) {
.txt1{font-size: 96%;}
.txt2{font-size: 100%;}
.catch1{font-size: 140%;}
}


@media (max-width: 959px) {
.txt1{
font-size: 90%;
line-height: 1.8;
letter-spacing: .05em;
}

.txt2{
font-size: 96%;
line-height: 1.8;
letter-spacing: .05em;
}

.catch1{
font-size: 110%;
}

}

@media (max-width: 759px) {
.txt1{font-size: 80%;}
.txt2{font-size: 90%;}
.catch1{font-size: 100%;}
}

@media (max-width: 479px) {
.txt1{font-size: 70%;}
.txt2{font-size: 80%;}
.catch1{font-size: 90%;}
}






#foot_address{
padding: 100px 0;
width: 80%;
max-width: 750px;
margin: 0 auto;
position: relative;
}



#foot_address h2{
width: 36%;
padding-right: 4%;
float: left;
}


#foot_tel{
width: 64%;
float: left;
padding-right: 120px;
position: relative;
padding-top: 25px;
}

#foot_tel li:last-child{
font-size: 110%;
line-height: 1.0;
padding-top: 20px;
}


#foot_contact{
width: 100px;
height: 80px;
position: absolute;
top: 120px;
right: 0;
}

#foot_contact a{
display: block;
width: 100%;
height: 80px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #3294a1; /* Old browsers */
background: -moz-radial-gradient(top left, ellipse cover,  #7cc0c9 0%,#3294a1  100%); /* FF3.6-15 */
background: -webkit-radial-gradient(top left, ellipse cover,  #7cc0c9 0%,#3294a1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at top left,  #7cc0c9 0%,#3294a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3294a1', endColorstr='#7cc0c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

#foot_contact a img{
margin: 0 auto;
padding-top: 27px;
}


@media (max-width: 959px) {

#foot_tel li:last-child{
font-size: 80%;
}

}


@media (max-width: 640px) {
#foot_tel{
padding-right: 0;
padding-top: 10px;
}
#foot_contact{
width: 100%;
height: 80px;
position: absolute;
top: auto;
right: 0;
bottom: 0;
}

#foot_contact a{
display: block;
width: 100%;
height: 40px;
}

#foot_contact a img{
margin: 0 auto;
padding-top: 12px;
width: 20px;
}

}

@media (max-width: 380px) {
#foot_tel{
padding-top: 5px;
}
#foot_tel li:last-child{
font-size: 70%;
line-height: 1.0;
padding-top: 10px;
}


}



footer{
padding: 115px 0;
background: -moz-linear-gradient(top, #148D9E, #61BAC8 100%); 
background: -webkit-linear-gradient(top, #148D9E, #61BAC8 100%); 
background: linear-gradient(to bottom, #148D9E, #61BAC8 100%); 
}

#footer_in{
margin: 0 auto 115px;
}
.footer_in_wrap {
display: flex;
flex-wrap: wrap;
}
.footer_in_box {
width: 25%;
padding: 0 20px;
}
.foot_ul {
}
footer a{
color: #fff !important;
text-decoration: none !important;
display: inline-block;
font-weight: 600;
}
.foot_li1 a{
padding-left: 28px;
background: url(img/arrow_foot.png) no-repeat left 4px center;
background-size: 11px auto;
font-size: 100%;
}

.foot_li1 li{
margin-bottom: 15px;
}
.foot_li1 li + li {
}

.foot_li2{
padding-top: 40px;
}

.foot_li2 li{
padding-bottom: 20px;
}

.foot_li2 a{
font-size: 110%;
padding-left: 28px;
position: relative;
}

.foot_li2 a:before{
content: " ";
display: block;
top: 0;
left: 0;
width: 20px;
height: 20px;
position: absolute;
-moz-border-radius:50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: url(img/arrow_w.png) no-repeat center center #0E4945;
background-size: 11px auto;
}


.foot_li3{
}

.foot_li3 li{
padding-bottom: 20px;
}


footer h3{
font-size: 120%;
padding-top: 30px;
padding-bottom: 25px;
color: #fff;
}

footer .footer_in_box_in:first-child h3{
padding-top: 0;
}

#footer_3 h3 span{
display: block;
font-size: 90%;
padding-top: 5px;
}





#smp_foot{
display: none;
}




@media (max-width: 1450px) {
.foot_li1 a{
font-size: 90%;
}
.foot_li2 a{
font-size: 100%;
}

.foot_li3{
font-size: 100%;
}

footer h3{
font-size: 100%;
}


#footer_3 h3 span{
font-size: 90%;
}

#smp_foot ul{
font-size: 90%;
}
}





@media (max-width: 959px) {
footer{
padding: 25px 0;
}




#smp_foot{
display: block;
}

#smp_foot ul{
width: 80%;
margin: 0 auto;
text-align: center;
color: #fff;
padding-bottom: 35px;
}


#smp_foot ul li:first-child{
padding-top: 35px;
padding-bottom: 15px;
}







}


@media (max-width: 479px) {


.foot_li1 a{
font-size: 90%;
}
.foot_li2 a{
font-size: 100%;
}

.foot_li3{
font-size: 100%;
}

footer h3{
font-size: 100%;
}


#footer_3 h3 span{
font-size: 90%;
}

#smp_foot ul{
font-size: 90%;
}

}




#copy{
text-align: center;
color: #EEFFFF;
font-size: 100%;
letter-spacing: .05em;
}

@media (max-width: 959px) {
#copy{font-size: 80%;}
}

@media (max-width: 479px) {
#copy{font-size: 70%;}
}



/*


contents


*/

#main_c{
overflow: hidden;
}

#main_c_in{
width: 100%;
height: 100%;
position: relative;
}

/*
#main_c:before{
content: " ";
display: block;
top: 248px;
left: 0;
width: 100%;
height: 50px;
background-color: #D7F9FB;
position: absolute;
z-index: 1;
}
*/

#main_c figure{
width: 70%;
max-width: 1489px;
position: relative;
z-index: 2;
}

#main_c figure img{
}

#main_c h2{
position: absolute;
left: 70%;
top: 50%;
z-index: 3;
}

#main_c.about h2{
margin-top: -75px;
margin-left: -20px;
}

#main_c.information h2{
margin-top: -90px;
margin-left: -20px;
}

#main_c.club h2{
margin-top: -90px;
margin-left: -40px;
}

#main_c.contact h2{
margin-top: -105px;
margin-left: -50px;
}

#main_c.recruit h2{
margin-top: -96px;
margin-left: -20px;
}




@media (max-width: 1400px) {
#main_c{
}

#main_c:before{
top: 208px;
}
}

@media (max-width: 1280px) {
#main_c.about h2{
width: 147px;
margin-top: -50px;
margin-left: -10px;
left: 75%;
}

#main_c.information h2{
width: 147px;
margin-top: -55px;
margin-left: -10px;
left: 75%;
}

#main_c.club h2{
width: 187px;
margin-top: -57px;
margin-left: -40px;
left: 75%;
}

#main_c.contact h2{
width: 224px;
margin-top: -65px;
margin-left: -40px;
left: 75%;
}

#main_c.recruit h2{
width: 147px;
margin-top: -60px;
margin-left: -10px;
left: 75%;
}


#main_c figure{
width: 75%;
}

}

@media (max-width: 959px) {
#main_c{
}

#main_c:before{
display: none;
}
}

@media (max-width: 860px) {
#main_c.about h2{
width: 110px;
margin-top: -37px;
margin-left: -10px;
}

#main_c.information h2{
width: 110px;
margin-top: -41px;
margin-left: -10px;
}

#main_c.club h2{
width: 140px;
margin-top: -42px;
margin-left: -30px;
}

#main_c.contact h2{
width: 168px;
margin-top: -46px;
margin-left: -30px;
}

#main_c.recruit h2{
width: 111px;
margin-top: -44px;
margin-left: -30px;
}

}


@media (max-width: 599px) {
#main_c{
}

#main_c figure{
width: 100%;
}

#main_c figure img{
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

#main_c.about h2,
#main_c.information h2,
#main_c.club h2,
#main_c.contact h2,
#main_c.recruit h2{
position: relative;
margin: -25px auto 0;
left: auto;
top: auto;
}


}



#design1{
width: 100%;
max-width: 1920px;
position: relative;
overflow: hidden;
}

#design1 img{
position: absolute;
left: 50%;
top: 0;
margin-left: -960px;
max-width: none;
}




.ta{
width: 90%;
max-width: 980px;
margin: 0 auto;
background-color: #fff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.ta dl{
width: 90%;
margin: 0 auto;
border-bottom: 1px solid #d4d4d4;
padding-top: 25px;
padding-bottom: 26px;
}

.ta dl:last-child{
border-bottom: 0;
padding-bottom: 60px;
}


.ta dl dt{
width: 30%;
float: left;
padding-left: 3%;
}

.ta dl dd{
width: 70%;
float: left;
}

.ta dl dd strong.ta_title{
display: block;
color: #000;
}

.ta dl dd strong.ta_title.m_top{
padding-top: 15px;
}

.ta dl dd strong{
font-size: 110%;
color: #FF5C17;
}


.ta dl dd span{
display: block;
font-size: 90%;
position: relative;
padding-left: 25px;
margin-top: 10px;
}

.ta dl dd span:before{
content: "※";
display: block;
top: 0;
left: 0;
position: absolute;
color: #FF5C17;
}



@media (max-width: 599px) {

.ta dl dt{
width: 100%;
float: none;
padding-bottom: 10px;
padding-left: 0;
font-weight: bold;
}

.ta dl dd{
width: 100%;
float: none;
padding-left: 3%;
}
}




.ta2{
width: 90%;
max-width: 980px;
margin: 0 auto;
background-color: #fff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}


.ta2 table{
width: 92%;
margin: 0 auto;
border-top: 1px solid #d4d4d4;
border-right: 1px solid #d4d4d4;
}


.ta2 th,
.ta2 td{
padding: 10px 5px;
border-bottom: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
}

.ta2 th{
background-color: #E8FCFD;
}


.ta_red{
color: #cc3300;
font-weight: 600;
background-color: #FFFB37 !important;
}

@media (max-width: 759px) {
.ta2 th,
.ta2 td{
padding: 8px 3px;
border-bottom: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
}
}


/*



pagemenu



*/

#pagemenu{
width: 100%;
position: relative;
}

#pagemenu:before{
content: " ";
display: block;
bottom: 0;
left: 0;
width: 100%;
height: 62px;
position: absolute;
background-color: #D7F9FB;
}

#pagemenu ul{
width: 96%;
max-width: 1310px;
position: relative;
z-index: 2;
margin: 40px auto 0;
}

#pagemenu ul li{
float: left;
}

#pagemenu ul li:last-child{
margin-right: 0 !important;
}

#pagemenu.pagemenu2 li{
width: 49.5%;
margin-right: 1%;
}

#pagemenu.pagemenu3 li{
width: 32.8%;
margin-right: 0.8%;
}

#pagemenu.pagemenu5 li{
width: 19.5%;
margin-right: 0.625%;
}



#pagemenu ul li a{
display: block;
-moz-border-radius: 14px 14px 0 0;
-webkit-border-radius: 14px 14px 0 0;
border-radius: 14px 14px 0 0;
border-left: 8px solid #3193A0;
border-right: 8px solid #3193A0;
border-top: 8px solid #3193A0;
background-color: #3193A0;
text-align: center;
color: #fff;
}

#pagemenu ul li.now a{
border-left: 8px solid #D7F9FB;
border-right: 8px solid #D7F9FB;
border-top: 8px solid #D7F9FB;
background-color: #fff;
color: #000;
}

#pagemenu ul li a  > span{
display: inline-block;
height: 113px;
padding-top: 45px;
font-size: 140%;
font-weight: 500;
}

#pagemenu.hoiku ul li a span{
font-size: 120%;
}


#pagemenu.hoiku ul li:nth-child(2) a span,
#pagemenu.hoiku ul li:nth-child(3) a span,
#pagemenu.hoiku ul li:nth-child(5) a span{
padding-top: 30px;
text-align: left;
}


@media (max-width: 1280px) {
#pagemenu ul li a  > span{font-size: 120%;}
#pagemenu.hoiku ul li a span{font-size: 100%;}
}

@media (max-width: 1100px) {
#pagemenu ul li a  > span{font-size: 110%;}
#pagemenu.hoiku ul li a span{font-size: 90%;}
}

@media (max-width: 1024px) {
#pagemenu ul li a  > span{font-size: 100%;}
#pagemenu.hoiku ul li a span{font-size: 80%;}
}


#smp_title{
display: none;
}


.about li:nth-child(1) span{
padding: 0 80px;
background-image: url(img/about/about1/pagemenu1_left.png),url(img/about/about1/pagemenu1_right.png);
background-size: 77px auto,75px auto;
background-position: left top 25px,right top 25px;
background-repeat: no-repeat,no-repeat;
}


.about li:nth-child(2) span{
padding-left: 60px;
background: url(img/about/about1/pagemenu2.png) no-repeat left top 20px;
background-size: 57px auto;
}

.about li:nth-child(3) span{
padding-left: 90px;
background: url(img/about/about1/pagemenu3.png) no-repeat left bottom;
background-size: 74px auto;
}



.hoiku ul li:nth-child(1) a span{
padding-left: 50px;
background: url(img/about/hoiku1/pagemenu1.png) no-repeat left top 20px;
background-size: 36px auto;
}

.hoiku ul li:nth-child(2) a span{
padding-left: 60px;
background: url(img/about/hoiku1/pagemenu2.png) no-repeat left center;
background-size: 46px auto;
}

.hoiku ul li:nth-child(3) a span{
padding-left: 65px;
background: url(img/about/hoiku1/pagemenu3.png) no-repeat left center;
background-size: 56px auto;
}

.hoiku ul li:nth-child(4) a span{
padding-left: 50px;
background: url(img/about/hoiku1/pagemenu4.png) no-repeat left center;
background-size: 41px auto;
}


.life ul li:nth-child(1) a span{
padding-left: 110px;
background: url(img/life/life1/pagemenu1.png) no-repeat left center;
background-size: 90px auto;
}
.life ul li:nth-child(2) a span{
padding-left: 110px;
background: url(img/life/life1/pagemenu2.png) no-repeat left center;
background-size: 94px auto;
}

.kondate ul li:nth-child(1) a span{
padding-left: 160px;
background: url(img/life/dl/pagemenu1.png) no-repeat left center;
background-size: 141px auto;
padding-top: 30px !important;
}
.kondate ul li:nth-child(2) a span{
padding-left: 130px;
background: url(img/life/dl/pagemenu2.png) no-repeat left center;
background-size: 107px auto;
}

.club ul li:nth-child(1) a > span{
padding-left: 80px;
background: url(img/club/club1/pagemenu1.png) no-repeat left center;
background-size: 69px auto;
padding-top: 30px !important;
}
.club ul li:nth-child(2) a > span{
padding-left: 80px;
background: url(img/club/club1/pagemenu2.png) no-repeat left center;
background-size: 70px auto;
}

.club ul li a > span{
padding-top: 30px !important;
}

.club ul li span span{
display: block;
font-size: 80%;
}



@media (max-width: 959px) {
#pagemenu{
display: none;
}

#smp_title{
display: block;
}

}







.album figure a{
position: relative;
display: block;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
width: 100%;
height: 100%;
}

.album figure a:before{
content: " ";
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
background: url(img/ico_kakudai.png) no-repeat center center rgba(48,143,149,0.7);
background-size: 30px auto;
z-index: 15;
}

.album figure a:hover:before{
background: url(img/ico_kakudai.png) no-repeat center center rgba(48,143,149,0.3);
background-size: 30px auto;
-webkit-transition: .3s;
transition: .3s;
}

@media (max-width: 479px) {
.album figure a:before{
background: url(img/ico_kakudai.png) no-repeat center center rgba(48,143,149,0.7);
background-size: 20px auto;
}

.album figure a:hover:before{
background: url(img/ico_kakudai.png) no-repeat center center rgba(48,143,149,0.3);
background-size: 20px auto;
}
}




.bg_blue{
background: -moz-linear-gradient(left, #E7FCFF, #D7F9FB 100%); 
background: -webkit-linear-gradient(left, #E7FCFF, #D7F9FB 100%); 
background: linear-gradient(to right, #E7FCFF, #D7F9FB 100%); 
}

#oubo_block{
background: url(img/bg_title.png) no-repeat top 85px center;
background-size: 144px auto;
padding-top: 200px;
color: #2A6C78;
text-align: center;
padding-bottom: 45px;
}

#oubo_block h2,
#mousikomi_block h2{
font-size: 160%;
letter-spacing: .05em;
padding-bottom: 30px;
}

#oubo_block h2 span{
display: block;
font-size: 90%;
padding-bottom: 5px;
}

#mousikomi_block{
background: url(img/ico_mousikomi.png) no-repeat top center;
background-size: 209px auto;
padding-top: 120px;
text-align: center;
color: #2A6C78;
margin-top: 110px;
position: relative;
}

#mousikomi_block:before{
content: " ";
display: block;
bottom: 0;
left: 0;
width: 100%;
height: 80px;
position: absolute;
z-index: 1;
background-color: #fff;
}

@media (max-width: 959px) {
#oubo_block{
background: url(img/bg_title.png) no-repeat top 35px center;
background-size: 100px auto;
padding-top: 120px;
padding-bottom: 25px;
}

#oubo_block h2,
#mousikomi_block h2{
font-size: 130%;
padding-bottom: 20px;
}

#oubo_block h2 span{
display: block;
font-size: 90%;
padding-bottom: 5px;
}

#mousikomi_block{
background: url(img/ico_mousikomi.png) no-repeat top center;
background-size: 140px auto;
padding-top: 80px;
margin-top: 80px;
}

#mousikomi_block:before{
height: 40px;
}
}



.dlbt{
margin: 0 auto;
position: relative;
z-index: 2;
}

.dlbt a{
background: -moz-linear-gradient(left, #3193A0, #5BB9C3 100%); 
background: -webkit-linear-gradient(left, #3193A0, #5BB9C3 100%); 
background: linear-gradient(to right, #3193A0, #5BB9C3 100%); 
text-align: center;
box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
width: 100%;
display: block;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.dlbt a span{
color: #fff;
display: inline-block;
}


#mousikomi_block .dlbt{
width: 524px;
margin: 48px auto 0;
}

#mousikomi_block .dlbt a{
padding: 50px 0;
}

#mousikomi_block .dlbt a span{
font-size: 160%;
letter-spacing: .05em;
padding-left: 80px;
height: 60px;
background: url(img/ico_dl_w.png) no-repeat 0 0;
background-size: auto 60px;
padding-top: 20px;
font-weight: bold;
}


@media (max-width: 959px) {
#mousikomi_block p{
width: 80%;
margin: 0 auto;
}
#mousikomi_block .dlbt{
width: 90%;
max-width: 300px;
margin: 48px auto 0;
}

#mousikomi_block .dlbt a{
padding: 30px 0;
}

#mousikomi_block .dlbt a span{
font-size: 100%;
padding-left: 40px;
height: 40px;
background: url(img/ico_dl_w.png) no-repeat left center;
background-size: auto 30px;
padding-top: 10px;
}

}


@media (max-width: 479px) {
#mousikomi_block p{
text-align: left;
}
}




/*


smp


*/

#smp_title{
text-align: center;
font-size: 120%;
letter-spacing: .1em;
color: #215C60;
padding-top: 35px;
}

#smp_title span{
display: inline-block;
padding-top: 50px;
}


#smp_title span.about1{
background-image: url(img/about/about1/pagemenu1_left.png),url(img/about/about1/pagemenu1_right.png);
background-repeat: no-repeat, no-repeat;
background-position: left top,right top;
background-size: 50px auto,50px auto;
padding: 5px 60px 0;
min-height: 37px;
}


#smp_title span.about2{
background: url(img/about/about1/pagemenu2.png) no-repeat top center;
background-size: 45px auto;
}

#smp_title span.about3{
background: url(img/about/about1/pagemenu3.png) no-repeat top center;
background-size: auto 45px;
}


#smp_title span.club1{
background: url(img/club/club1/pagemenu1.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.club2{
background: url(img/club/club1/pagemenu2.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.kondate{
background: url(img/life/dl/pagemenu1.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.dl{
background: url(img/life/dl/pagemenu2.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.hoiku1{
background: url(img/about/hoiku1/pagemenu1.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.hoiku2{
background: url(img/about/hoiku1/pagemenu2.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.hoiku3{
background: url(img/about/hoiku1/pagemenu3.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.hoiku4{
background: url(img/about/hoiku1/pagemenu4.png) no-repeat top center;
background-size: auto 45px;
}

#smp_title span.hoiku5{
padding-top: 0;
}



/*-----------------------
 ブログ
-----------------------*/
#main_c h2.pagettl {
width: 400px;
top: 50%;
transform: translateY(-50%);
bottom: inherit;
margin: 0;
padding-top: 120px;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 34px;
text-align: center;
line-height: 1.2;
background-repeat: no-repeat;
background-position: top center;
background-size: 120px auto;
}
#main_c h2.blog.pagettl {
background-image: url(./img/blog/pagettl_ico.png);
}
#main_c h2.hoiku.pagettl {
background-image: url(./img/about/hoiku1/pagettl_ico.png);
}
#main_c h2.map.pagettl {
background-image: url(./img/about/map/pagettl_ico.png);
}
#main_c h2.dl.pagettl {
background-image: url(./img/life/dl/pagettl_ico.png);
}
.low_page {
width: 90%;
max-width: 900px;
margin: 0 auto;
padding-top: 100px;
padding-bottom: 100px;
}
.blog {
}
/*-- 共通 --*/
.blog_category {
display: flex;
flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: -2px;
margin-bottom: 5px;
}
.blog_category li {
margin: 2px;
padding: 7px 8px;
font-size: 15px;
font-weight: bold;
text-align: center;
line-height: 1;
background-color: rgba(255,255,255,.8);
border-radius: 3px;
}
.blog_date {
text-align: right;
line-height: 1;
letter-spacing: 1px;
}
/*-- アーカイブ --*/
.blog_archives {
}
.category_tab {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 800px;
margin: 0 auto 50px;
font-family: "Zen Maru Gothic", sans-serif;
}
.category_tab_li {
width: 200px;
margin: 5px;
}
.category_tab_li br {
display: none;
}
.category_tab_li a {
display: block;
padding: 15px 5px;
font-weight: bold;
text-align: center;
text-decoration: none;
line-height: 1.1;
background-color: #D7F9FB;
border-radius: 8px;
}
.category_tab_li.current a {
color: #fff;
background-color: #3193A0;
}
.blog_list {
display: flex;
flex-wrap: wrap;
margin: -12px;
}
.blog_list_li {
position: relative;
width: calc(50% - 24px);
margin: 12px;
padding: 20px;
border: 2px solid #ccc;
}
.blog_list_li::before {
z-index: 1;
position: absolute;
width: 70px;
padding: 10px;
content: "More";
bottom: 0;
right: 0;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 15px;
font-weight: bold;
text-align: center;
line-height: 1;
letter-spacing: 1px;
color: #fff;
background-color: #3193A0;
border-radius: 10px 0 0 0;
}
.blog_list_li>a {
z-index: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blog_list_box {
}
.blog_date {
margin-bottom: 10px;
font-size: 15px;
line-height: 1;
}
.blog_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow: ellipsis;
margin-bottom: 15px;
font-size: 18px;
line-height: 1.4;
}
.blog_list_box_in1 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
text-overflow: ellipsis;
margin-bottom: 20px;
letter-spacing: 0;
line-height: 1.4;
}
.blog_list_box_in2 {
position: relative;
}
.blog_list_box_img {
overflow: hidden;
aspect-ratio: 4 / 3;
background-image: url(./img/blog/icatch.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 10px;
}
.blog_list_box_img img {
object-fit: cover;
aspect-ratio: 4 / 3;
width: 100%;
}
.blog_list_li .blog_category {
position: absolute;
bottom: 10px;
left: 10px;
margin-bottom: 0;
}
.blog_list_li .blog_category li {
background-color: rgba(255,255,255,.8);
}
/*-- ページャー --*/
.wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 50px;
line-height: 1;
}
.wp-pagenavi a {
text-decoration: none;
}
.wp-pagenavi .pages {
margin-right: 10px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin: 2px;
padding: 0;
background-color: #f1f1f1;
border-radius: 100%;
}
.wp-pagenavi .current {
font-weight: bold;
color: #fff;
background-color: #3193A0;
}
.wp-pagenavi .nextpostslink {
margin-left: 10px;
font-size: 2.0rem;
}
/*-- シングルページ --*/
.blog_single_box {
margin-bottom: 3em;
}
.blog_single .blog_date {
margin-bottom: 15px;
}
.blog_single_title{
margin: 0 auto 30px;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 24px;
}
.post_in {
margin-top: 30px;
}
.post_in h1 {
margin-top: 0;
margin-bottom: 1em;
padding: 15px 20px;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 24px;
background-color: #D7F9FB;
border-radius: 10px;
}
.post_in h2 {
margin-top: 0;
margin-bottom: 1em;
padding: 8px 15px;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 22px;
background-color: #ebf0f0;
}
.post_in h3 {
width: fit-content;
margin-top: 0;
margin-bottom: 1em;
padding-bottom: 4px;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 20px;
color: #029ea6;
border-bottom: 3px solid #0cc7d1;
}
.post_in h4 {
margin-bottom: .5em;
}
.post_in h5 {
margin-bottom: .5em;
}
.post_in h6 {
margin-bottom: .5em;
}
.post_in img {
width: 100%;
max-width: 800px;
margin: 2em auto 2em;
border-radius: 10px;
}
.post_in p a {
text-decoration: underline;
}
.post_in ul,
.post_in ol {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1.5em;
}
.post_in ul li {
list-style: disc;
}
.post_in ol li {
list-style: decimal;
}
.post_dl_btn {
}
.post_dl_btn a {
}
/*-- singleページャー --*/
.single_pager {
z-index: 1;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: bold;
letter-spacing: 0;
}
.single_pager_prev,
.single_pager_next {
overflow: hidden;
width: calc((100% - 180px) / 2);
max-width: 300px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
}
.single_pager_prev a,
.single_pager_next a {
position: relative;
display: block;
width: fit-content;
padding: 0 15px;
color: #029ea6;
text-decoration: none;
}
.single_pager_next a {
margin-left: auto;
}
.single_pager_prev a::before,
.single_pager_next a::before {
position: absolute;
content: "";
width: 5px;
height: 5px;
top: 9px;
transform: rotate(45deg);
}
.single_pager_prev a::before {
left: 1px;
border-bottom: 2px solid;
border-left: 2px solid;
}
.single_pager_next a::before {
right: 1px;
border-top: 2px solid;
border-right: 2px solid;
}
.single_pager_return {
width: 180px;
font-weight: bold;
text-align: center;
background-color: #D7F9FB;
border-radius: 100px;
}
.single_pager_return a {
display: block;
padding: 12px 5px;
text-decoration: none;
}
@media (max-width:1000px) {
	#main_c h2.pagettl {
	width: 190px;
	padding-top: 80px;
	font-size: 28px;
	left: 75%;
	background-size: 80px auto;
	}
	.low_page {
	width: calc(100% - 60px);
	max-width: 708px;
	}
	.category_tab {
	max-width: 600px;
	}
	.category_tab_li {
	width: 150px;
	margin: 4px;
	font-size: 15px;
	}
	.category_tab_li a {
	padding: 12px 5px;
	}
	.blog_list_li {
	padding: 15px;
	}
	.blog_list_li::before {
	width: 50px;
	padding: 9px;
	font-size: 13px;
	}
	.blog_list_box_in1 {
	}
	.blog_date {
	font-size: 15px;
	}
	.blog_list_ttl {
	font-size: 16px;
	}
	.blog_list_txt {
	font-size: 14px;
	}
	.blog_list_box_in2 {
	}
	.blog_single_title {
	font-size: 22px;
	}
	.post_in h1 {
	font-size: 22px;
	}
	.post_in h2 {
	font-size: 20px;
	}
	.post_in h3 {
	font-size: 18px;
	}
	.single_pager_prev,
	.single_pager_next {
	width: 230px;
	}
}
@media (min-width:768px) {
	/*-- hover */
	.category_tab_li:hover a {
	color: #fff;
	background-color: #3193A0;
	transition: background-color .3s;
	}
	.blog_side_col_list li a:hover {
	opacity: .5;
	transition: .3s;
	}
	.blog_list_li:hover {
	opacity: .6;
	transition: .3s;
	}
	.wp-pagenavi .page:hover {
	font-weight: bold;
	color: #fff;
	background-color: #3193A0;
	transition: .3s;
	}
	.single_pager_prev a:hover,
	.single_pager_next a:hover {
	opacity: .5;
	transition: .3s;
	}
	.single_pager_return:hover {
	background-color: #3193A0;
	transition: background-color .3s;
	}
	.single_pager_return:hover a {
	color: #fff;
	}
}
@media (max-width:767px) {
	#main_c h2.pagettl {
	position: relative;
	width: 190px;
	top: inherit;
	bottom: inherit;
	left: inherit;
	right: inherit;
	transform: inherit;
	margin: -30px auto 0;
	padding-top: 60px;
	font-size: 22px;
	background-size: 60px auto;
	}
	.low_page {
	width: calc(100% - 30px);
	max-width: 330px;
	padding-top: 60px;
	padding-bottom: 60px;
	}
	.category_tab {
	margin-bottom: 40px;
	}
	.category_tab_li {
	width: 100px;
	margin: 2px;
	font-size: 12px;
	}
	.category_tab_li br {
	display: block;
	}
	.category_tab_li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0;
	border-radius: 6px;
	}
	.blog_list {
	display: block;
	margin: 0;
	}
	.blog_list_li {
	width: 100%;
	margin: 0;
	padding: 10px;
	border-width: 1px;
	}
	.blog_list_li + .blog_list_li {
	margin-top: 20px;
	}
	.blog_list_li::before {
	width: 50px;
	padding: 7px;
	font-size: 13px;
	}
	.blog_list_box {
	display: block;
	padding: 0;
	}
	.blog_list_box_in1 {
	width: 100%;
	}
	.blog_date {
	margin-bottom: 10px;
	font-size: 12px;
	}
	.blog_list_ttl {
	margin-bottom: 10px;
	font-size: 14px;
	}
	.blog_list_box_in1 {
	font-size: 12px;
	-webkit-line-clamp: 5px
	}
	.blog_list_box_in2 {
	}
	.blog_list_box_img img {
	}
	.blog_list_li .blog_category {
	bottom: 5px;
	left: 5px;
	}
	.blog_category li {
	margin: 2px;
	padding: 5px;
	font-size: 12px;
	border-radius: 2px;
	}
	.wp-pagenavi {
	font-size: 12px;
	}
	.blog_single_title {
	font-size: 17px;
	}
	.post_in {
	font-size: 14px;
	}
	.post_in h1 {
	font-size: 17px;
	}
	.post_in h2 {
	font-size: 16px;
	}
	.post_in h3 {
	font-size: 15px;
	}
	.single_pager {
	display: block;
	font-size: 13px;
	}
	.single_pager_prev,
	.single_pager_next {
	width: 100%;
	max-width: 100%;
	}
	.single_pager_return {
	margin: 15px auto;
	}
	.single_pager_return a {
	padding: 8px 5px;
	}
}


/*-----------------------
 topお知らせ追加
-----------------------*/
.mv_news {
z-index: 2;
position: absolute;
display: flex;
align-items: center;
width: 500px;
bottom: 120px;
right: 0;
padding: 30px;
font-weight: 500;
background-color: #D7F9FB;
border-radius: 20px 0 0 20px;
}
.mv_news a {
z-index: 2;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.mv_news_wrap {
}
.mv_news_ttl {
position: absolute;
top: -15px;
right: 20px;
font-family: "Zen Maru Gothic", sans-serif;
font-size: 18px;
padding: 5px 30px;
letter-spacing: 1px;
color: #fff;
background-color: #029ea6;
border-radius: 100px;
}
.mv_news_date {
margin-bottom: 10px;
line-height: 1;
letter-spacing: 1px;
}
.mv_news_txt {
position: relative;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
text-overflow: ellipsis;
padding-right: 30px;
font-weight: bold;
line-height: 1.4;
}
.mv_news_txt::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 2px;
margin-top: -3px;
border-style: solid;
border-color: #029ea6;
border-width: 3px 3px 0 0;
transform: rotate(45deg);
}
.top_news {
padding-top: 50px;
padding-bottom: 150px;
}
.top_news_wrap {
max-width: 1420px;
margin: auto;
}
.top_news_ttl {
margin-bottom: 40px;
padding-top: 90px;
font-size: 32px;
text-align: center;
background-image: url(./img/blog/pagettl_ico.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 80px auto;
}
.top_news_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -12px;
}
.top_news_list_in {
position: relative;
width: calc(25% - 24px);
margin: 0 12px;
}
.top_news_list_in a {
z-index: 1;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.top_news_list_img {
position: relative;
margin-bottom: 20px;
}
.blog_list_box_img_in {
overflow: hidden;
border-radius: 10px;
}
.blog_list_box_img_in img {
object-fit: cover;
aspect-ratio: 3 / 2;
width: 100%;
}
.top_news_list_img .blog_category {
position: absolute;
top: 10px;
right: 10px;
}
.top_news_list_box {
}
.top_news_list_date {
margin-bottom: 10px;
font-size: 15px;
text-align: right;
letter-spacing: 1px;
}
.top_news_list_ttl {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
position: relative;
margin-bottom: 10px;
text-overflow: ellipsis;
}
.top_news_list_txt {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
text-overflow: ellipsis;
}
.top_news_more {
margin-top: 30px;
}
.top_news_more a {
position: relative;
display: block;
width: fit-content;
margin-left: auto;
padding-right: 20px;
font-weight: bold;
text-decoration: none;
color: #029ea6;
}
.top_news_more a::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 0;
margin-top: -5px;
border-style: solid;
border-color: #029ea6;
border-width: 3px 3px 0 0;
transform: rotate(45deg);
}
@media (max-width: 1800px) {
	.mv_news {
	bottom: 60px;
	}
}
@media (max-width:1480px) {
	.top_news {
	padding-top: 30px;
	padding-bottom: 100px;
	}
	.top_news_wrap {
	max-width: 650px;
	}
	.top_news_list {
	margin: -20px;
	}
	.top_news_list_in {
	width: calc(50% - 24px);
	margin: 20px 12px;
	}
}
@media (max-width:1400px) {
	.mv_news {
	border-radius: 10px 0 0 10px;
	}
}
@media (max-width:959px) {
	.mv_news {
	position: relative;
	bottom: inherit;
	right: inherit;
	margin: auto;
	padding: 20px;
	border-radius: 10px;
	}
	.mv_news_ttl {
	font-size: 13px;
	}
	.mv_news_date {
	font-size: 15px;
	}
	.mv_news_txt {
	font-size: 14px;
	}
	.top_news_list_date {
	font-size: 13px;
	}
	.top_news_list_ttl {
	font-size: 14px;
	}
	.top_news_list_txt {
	font-size: 13px;
	}
	.top_news_more {
	font-size: 14px;
	}
}
@media (min-width:768px) {
	/* hover */
	.mv_news:hover {
	background-color: #9edee1;
	transition: .3s;
	}
	.top_news_more:hover {
	opacity: .5;
	transition: .3s;
	}
	.top_news_list_in:hover .blog_list_box_img_in img {
	transform: scale(1.1, 1.1);
	transition: .5s;
	}
	.top_news_list_in:hover .xx,
	.top_news_list_in:hover .xx,
	.top_news_list_in:hover .top_news_list_box {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.mv_news {
	max-width: 330px;
	border-radius: 8px;
	}
	.mv_news_ttl {
	font-size: 14px;
	}
	.mv_news_date {
	margin-bottom: 5px;
	font-size: 14px;
	}
	.mv_news_txt {
	padding-right: 20px;
	-webkit-line-clamp: 2;
	}
	.mv_news_txt::before {
	border-width: 2px 2px 0 0;
	}
	.top_news {
	padding: 20px 15px 60px 15px;
	}
	.top_news_wrap {
	max-width: 330px;
	}
	.top_news_ttl {
	margin-bottom: 30px;
	padding-top: 70px;
	font-size: 20px;
	background-size: 60px auto;
	}
	.top_news_list {
	margin: -12px -6px;
	}
	.top_news_list_in {
	width: calc(50% - 12px);
	margin: 12px 6px;
	}
	.top_news_list_img {
	margin-bottom: 10px;
	}
	.top_news_list_img .blog_category {
	top: 5px;
	right: 5px;
	}
	.top_news_list_img .blog_category li {
	font-size: 11px;
	}
	.top_news_list_date {
	margin-bottom: 5px;
	font-size: 12px;
	}
	.top_news_list_ttl {
	margin-bottom: 5px;
	font-size: 14px;
	}
	.top_news_list_txt {
	font-size: 12px;
	}
	.top_news_more a {
	padding-right: 15px;
	font-size: 13px;
	}
	.top_news_more a::before {
	border-width: 2px 2px 0 0;
	}
}

/*-----------------------
ヘッダー
-----------------------*/
header{
display: flex;
width: 100%;
max-width: 1920px;
height: 190px;
position: fixed;
background-color: #D7F9FB;
z-index: 100;
}
header:before{
content: " ";
display: block;
top: 0;
left: 0;
width: 100%;
height: 60px;
position: absolute;
z-index: 10;
background: -moz-linear-gradient(left, #91C1C3 24%, #2A94A1 50%); 
background: -webkit-linear-gradient(left, #91C1C3 24%, #2A94A1 50%); 
background: linear-gradient(to right, #91C1C3 24%, #2A94A1 50%); 
z-index: 1;
}
header h1{
width: 340px;
padding: 20px;
background: -moz-linear-gradient(left, #A3F5FF, #D7F9FB 100%); 
background: -webkit-linear-gradient(left, #A3F5FF, #D7F9FB 100%); 
background: linear-gradient(to right, #A3F5FF, #D7F9FB 100%); 
position: relative;
z-index: 2;
}
header h1 a {
display: block;
width: 100%;
height: 100%;
}
header h1 img{
object-fit: contain;
object-position: left center;
width: 100%;
height: 100%;
}
#head_center{
width: calc(100% - 340px);
position: relative;
z-index: 2;
padding-right: 280px;
}
#head_top{
width: 100%;
height: 60px;
display: flex;
align-items: center;
}
#head_top_tel{
width: 260px;
padding-left: 40px;
}
#head_top_tel a {
}
#head_top_tel a img {
width: 220px;
}
#head_top p{
width: calc(100% - 260px - 250px);
color: #fff;
padding-left: 40px;
}
#head_top_recruit{
position: relative;
width: 250px;
margin-left: 40px;
}
#head_top_recruit a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 40px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-color: #1F7880;
color: #fff;
font-weight: 700;
font-size: 100%;
letter-spacing: .1em;
line-height: 1.0;
text-align: center;
text-decoration: none;
}
#head_top_recruit a span{
display: inline-block;
padding-left: 28px;
background: url(img/head_ico_recruit.png) no-repeat 0 0;
background-size: 21px auto;
min-height: 21px;
padding-top: 3px;
}
#head_contact{
position: absolute;
width: 240px;
top: 0;
right: 20px;
z-index: 2;
}
#head_contact:hover {
}
#head_contact img{
margin: 10px auto 0;
}
#menu{
margin-top: 10px;
color: #fff;
}
#menu > ul {
display: flex;
justify-content: center;
}
#menu > ul > li{
position: relative;
width: 190px;
border-right: 2px solid #A5E0F2;
text-align: center;
}
#menu > ul > li:last-child{
border-right: 0 !important;
}
#menu > ul > li > a,
#menu > ul > li > span{
display: block;
height: 100px;
width: 100%;
color: #1F1F1F;
text-decoration: none;
font-size: 110%;
line-height: 1.0;
letter-spacing: .05em;
font-weight: 600;
padding-top: 80px;
background-repeat: no-repeat;
background-position: top 15px center;
background-size: 65px auto;
}
#menu > ul > li:nth-child(1) > a,
#menu > ul > li:nth-child(1) > span {
background-image: url(./img/menu_img1.png);
}
#menu > ul > li:nth-child(2) > a,
#menu > ul > li:nth-child(2) > span{
background-image: url(./img/menu_img2.png);
}
#menu > ul > li:nth-child(3) > a,
#menu > ul > li:nth-child(3) > span{
background-image: url(./img/menu_img3.png);
}
#menu > ul > li:nth-child(4) > a,
#menu > ul > li:nth-child(4) > span{
background-image: url(./img/menu_img4.png);
}
#menu > ul > li:nth-child(5) > a,
#menu > ul > li:nth-child(5) > span{
background-image: url(./img/menu_img5.png);
}
#menu > ul > li:nth-child(6) > a,
#menu > ul > li:nth-child(6) > span {
background-image: url(./img/menu_img6.png);
}
#menu > ul > li:hover > a,
#menu > ul > li:hover > span {
transition: transform .4s cubic-bezier(.22,1,.36,1);
}

#menu > ul > li:hover > a,
#menu > ul > li:hover > span {
transform: scale(1.05);
color: #1F7880;
}
.submenu{
position: absolute;
width: 190px;
z-index: 100000000000000;
top: 100%;
left: 50%;
transform: translateX(-50%);
display: none;
}
.submenu li{
font-size: 90%;
font-weight: bold;
text-align: center;
line-height: 1.2;
background-color: #2A94A1;
}
.submenu li:hover {
background-color: #10a9d8;
transition: .3s;
}
.submenu li a{
display: flex;
align-items: center;
justify-content: center;
height: 60px;
padding-left: 5px;
padding-right: 5px;
}
.submenu li + li {
border-top: 1px solid #D7F9FB;
}
.submenu a{
color: #fff;
text-decoration: none;
}
header#scrollhead.is-animation{
height: 90px;
-webkit-transition: .3s;
transition: .3s;
}
header#scrollhead.is-animation:before{
height: 40px;
-webkit-transition: .3s;
transition: .3s;
}
header#scrollhead.is-animation h1{
-webkit-transition: .3s;
transition: .3s;
position: relative;
z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
padding: 10px 20px;
}
header#scrollhead.is-animation h1 img{
}
header#scrollhead.is-animation #head_center{
position: relative;
z-index: 2;
}
header#scrollhead.is-animation #head_top{
width: 100%;
height: 40px;
}
header#scrollhead.is-animation #head_top_tel{
width: 200px;
}
header#scrollhead.is-animation #head_top p{
width: calc(100% - 400px);
font-size: 80%;
}
header#scrollhead.is-animation #head_top_recruit{
width: 200px;
}
header#scrollhead.is-animation #head_top_recruit a{
height: 30px;
font-size: 90%;
padding-top: 8px;
}
header#scrollhead.is-animation #head_top_recruit a span{
padding-left: 20px;
background: url(img/head_ico_recruit.png) no-repeat 0 0;
background-size: 15px auto;
min-height: 21px;
padding-top: 0;
}
header#scrollhead.is-animation #head_contact{
}
header#scrollhead.is-animation #menu{
height: 80px;
margin-top: 3px;
}
header#scrollhead.is-animation #menu > ul > li > a,
header#scrollhead.is-animation #menu > ul > li > span{
display: flex;
align-items: center;
justify-content: center;
height: 40px;
text-decoration: none;
font-size: 95%;
padding-top: 0;
background-image: inherit;
}
@media (max-width: 1439px) {
	header {
	height: 140px;
	}
	header h1 {
	width: 250px;
	padding: 15px;
	}
	#head_center {
	width: calc(100% - 250px);
	padding-right: 260px;
	}
	#head_top_tel {
	width: 200px;
	padding-left: 20px;
	}
	#head_top p {
	width: calc(100% - 400px);
	font-size: 15px;
	padding-left: 30px;
	}
	#head_top_recruit {
	width: 200px;
	}
	#head_contact {
	right: 10px;
	}
	#menu > ul > li {
	}
	#menu > ul > li > a, #menu > ul > li > span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding-top: 0;
	font-size: 15px;
	background-image: inherit !important;
	}
	.submenu h3 {
	font-size: 13px;
	}
	.submenu h3 a {
	height: 50px;
	}
}
@media (max-width: 1259px) {
	header {
	height: 65px !important;
	}
	header:before {
	height: 65px !important;
	}
	header h1 {
	width: 200px;
	background: transparent;
	}
	header h1 a {
	display: block;
	position: absolute;
	width: 200px;
	height: 130px;
	top: 0;
	left: 0;
	padding: 10px;
	background: linear-gradient(to right, #A3F5FF, #D7F9FB 100%);
	}
	#head_center {
	display: block;
	width: calc(100% - 200px);
	height: 65px !important;
	padding-right: 0 !important;
	}
	#head_top {
	width: 100% !important;
	height: 65px !important;
	padding-left: 20px;
	}
	#head_top_tel {
	padding-left: 0;
	}
	#head_top_tel a img {
	width: 200px !important;
	}
	#head_top p {
	display: none;
	}
	#head_top_recruit {
	display: none;
	}
	#head_contact {
	display: none;
	}
	#menu {
	display: none;
	}
	.menu-trigger_container{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
	display: block;
	}
	.menu-trigger{
	display: block;
	width: 66px;
	height: 60px;
	transition: all .4s;
	cursor: pointer;
	}
	.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: fixed;
	}
	.menu-trigger div{
	width: 28px;
	height: 44px;
	margin-left: 19px;
	position: relative;
	}
	.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
	top: 20px;
	}
	.menu-trigger span:nth-of-type(2) {
	top: 30px;
	}
	.menu-trigger span:nth-of-type(3) {
	top: 40px;
	}
	.menu-trigger.active span{
	background-color: #FEF81A;
	}
	.menu-trigger.active span:nth-of-type(1) {
	width: 40%;
	-webkit-transform: translate3d(2px, 4px, 0) rotate(45deg);
	transform: translate3d(2px, 4px, 0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	transform: translate3d(0, 0, 0) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	width: 40%;
	-webkit-transform: translate3d(16px, -3px, 0) rotate(45deg);
	transform: translate3d(16px, -3px, 0) rotate(45deg);
	}
	#footer_in{
	z-index: 100;
	position: fixed;
	overflow-y: auto;
	display: none;
	width: 98%;
	max-width: 600px;
	top: 70px;
	bottom: 5px;
	right: 1%;
	margin: 0;
	padding: 20px 20px 80px 20px;
	background: -moz-linear-gradient(top, #148D9E, #61BAC8 100%); 
	background: -webkit-linear-gradient(top, #148D9E, #61BAC8 100%); 
	background: linear-gradient(to bottom, #148D9E, #61BAC8 100%); 
	}
	.footer_in_wrap {
	display: block;
	}
	.footer_in_box {
	display: flex;
	width: 100%;
	padding: 0;
	border-width: 0 !important;
	}
	.footer_in_box_in {
	width: calc(50%);
	padding: 20px;
	}
	footer h3,
	footer h3:first-child {
	padding-top: 0;
	padding-bottom: 15px;
	line-height: 1.3;
	}
	.foot_li1 li {
	margin-bottom: 0;
	}
	.foot_li1 li + li {
	margin-top: 10px;
	}
	.foot_li2 a:before {
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	background-size: 8px auto;
	}
	#footer_4 {
	}
	.foot_li3 li {
	padding-bottom: 10px;
	}
	#smp_foot {
	display: none !important;
	}
}
@media (max-width: 1023px) {
}
@media (max-width: 767px) {
	header {
	height: 55px !important;
	}
	header:before {
	height: 55px !important;
	}
	header h1 {
	width: 120px;
	}
	header h1 a {
	width: 120px;
	height: 80px;
	padding: 5px;
	}
	#head_center {
	width: calc(100% - 120px);
	height: 55px !important;
	}
	#head_top {
	height: 55px !important;
	padding-left: 20px;
	}
	#head_top_tel a img {
	width: 150px !important;
	}
	.menu-trigger_container {
	top: -5px;
	right: -5px;
	}
	#footer_in {
	max-width: 280px;
	padding: 10px 20px 80px 20px;
	}
	.footer_in_wrap {
	}
	.footer_in_box {
	display: block;
	}
	.footer_in_box_in {
	width: 100%;
	padding: 0;
	}
	footer h3,
	footer h3:first-child {
	padding-top: 20px;
	padding-bottom: 5px;
	}
	.foot_li1 li {
	margin-bottom: 5px;
	}
	#footer_4 {
	margin-top: 20px;
	}
	.foot_li3 li {
	padding-bottom: 10px;
	}
}


/* 下層メイン上 */
/* main上 */
#main_c{
padding-top: 190px;
}
@media (max-width: 1439px) {
	#main_c{
	padding-top: 140px;
	}
}
@media (max-width: 1259px) {
	#main_c{
	padding-top: 65px;
	}
}
@media (max-width: 767px) {
	#main_c{
	padding-top: 55px;
	}
}

/*cf7*/
.wpcf7-spinner{display:none !important;}

.contact .wpcf7 form.sent .wpcf7-response-output {
width: fit-content;
max-width: calc(100% - 30px);
margin: 0 auto 50px;
padding: 20px;
font-size: 20px;
font-weight: bold;
text-align: center;
}
@media (max-width: 767px) {
	.contact .wpcf7 form.sent .wpcf7-response-output {
	padding: 20px 10px;
	font-size: 16px;
	}
}

/* プライバシーポリシー */
.privacy_box {
overflow-x: hidden;
overflow-y: auto;
width: calc(100% - 30px);
max-width: 1000px;
height: 400px;
margin: 20px auto;
padding: 20px;
background-color: #fff;
}
.privacy_box::-webkit-scrollbar {
width: 8px;
background-color: #f1f1f1;
}
.privacy_box::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 100px;
}
.privacy_ttl {
margin-bottom: 1em;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.privacy_txt1 {
margin-top: 2em;
margin-bottom: 5px;
font-weight: bold;
}
.privacy_check {
width: calc(100% - 15px);
margin: 20px auto;
text-align: center;
}
.privacy_check .wpcf7-list-item {
margin: 0;
}

