@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

p, li, th, td {
    font-size: 16px;
	line-height: 140%;
    color: #222;
	font-feature-settings: "pkna";
    letter-spacing: 0.02em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul {
	list-style-type: none;
}


h1 {
	font-size: 26px;
    line-height: 150%;
    font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	color: #222;
    font-feature-settings: "pkna";
    letter-spacing: 0.02em;
}





h4 {

}

h5 {
	font-size: 25px;
    line-height: 100%;
    font-weight: 500;
	font-family:'Noto Serif JP', serif;
	color: #FF8989;
    margin: 0 auto 20px;
    position: relative;
    display: inline-block;
    padding: 0 70px;
}

h5:before, h5:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #FF8989;
}

h5:before {
    left: 0;
}

h5:after {
    right: 0;
}

h6 {
	font-size: 24px;
    line-height: 130%;
    font-weight: 500;
	font-family:'Noto Serif JP', serif;
    color: #FF8989;
    margin-bottom: 7px;
    letter-spacing: 0.02em;
}

.container {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}



/*ヘッダー*/



.header {
	background-color: #FF8989;
	height: 100px;
}


.top_namebox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}    
    
.top_namebox p.corporation {
    font-size: 14px; 
    line-height: 100%;
    color: #fff;
    margin-right: 10px;
}
    
.top_namebox p.Nursery_name {
    font-size: 17px; 
    line-height: 100%;
    color: #fff;
    font-weight: bolder;
}



.mainSPL {
    position: relative;
    width: 100%;
}    
    
.mainSP_name_en {
    font-size: 25px;
    line-height: 100%;
    font-family: 'Bad Script', cursive;
    font-weight: 300;
    color: #ffff00;
    position: absolute;
    top: 35px;
    right: 30%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    opacity: 1;
}    

.mainSP_name_jp {
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

h3 {
    font-size: 40px;
    line-height: 100%;
    font-weight: bolder;
	font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}


.contents {
    width: 100%;
    background: #ddd;
}    
    
.contents_in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

.contents p.c_main {
    font-size: 15px;
    line-height: 130%;
    font-weight: bolder;
    margin: 0 10px;
    text-align: center;
}
    
.contents span.c_21 {
    font-size: 14px;
    font-weight: lighter;
    white-space: pre;
    margin: 0 5px;
}



.mainimg {
    position: relative;
    max-width: 1200px;
    height: 500px;
    text-align: center;
    margin: 0 auto 20px;
}

.mainimg img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    text-align: center;
    overflow:hidden;
}

.maintext {
	position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%) translateX(-20%);
    -webkit- transform: translateY(-50%) translateX(-20%);
	margin: 0 auto;
	padding: 25px 25px 30px;
	background-color: rgba(255,255,255,0.8);
}


/* 各ブロック */

.inner {
    max-width: 800px;
    margin: 0 auto;
}


.inner p {
	font-size: 16px;
    line-height: 170%;
	text-align: justify;
}


/* profile */

.p_box {
    border: solid 1px #222;
    box-sizing: border-box;
    margin: 0 10px;
}

.p_p {
    font-size: 25px;
    line-height: 100%;
    font-weight: lighter;
    font-family: 'Noto Sans JP', sans-serif;
    background: #eee;
    padding: 5px 10px;
}

.p_txt p {
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    padding: 10px;
	font-size: 16px;
    line-height: 160%;
	text-align: justify;
}


/* インタビュー */

.message {
    padding-top: 30px;
}

.l_border {
    border-left: solid 2px #FF8989;
    padding: 7px 0 9px;
    margin: 0 10px 15px;
}

h2 {
	font-size: 32px;
    line-height: 100%;
    font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	color: #FF8989;
    text-align: left;
	margin: 0 0 0 10px;
    vertical-align: middle;
}

.inteview_box {
    margin: 0 10px;
}

p.interviewer {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 5px;
}

p.interviewer .thin {
    font-weight: lighter;
}

p.interviewee {
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 15px;
}


.private {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff0fa;
}

p.private_title {
    font-size: 30px;
    line-height: 140%;
    font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	color: #FF8989;
    text-align: left;
    border-left: solid 2px #FF8989;
    padding-left: 10px;
	margin: 0 0 15px;
    font-feature-settings: "palt";
    letter-spacing: -0.02em;
}

.message img {
    width: calc(100% - 20px);
    margin: 0 10px;
} 

.private img {
    width: 100%;
}




/*フッター*/

.footer {
	background: #FF8989;
	padding-top: 30px;
	padding-bottom: 80px;
    text-align: center;
}

.footer-inner {
    max-width: 800px;
	margin: 0 auto;
}

.footer-inner p {
	color: #fff;
	text-align: left;
    line-height: 200%;
}

.f-info {
	display: block;
    margin: 0 10px;
}    
    
.f-ad {
    text-align: left;
    display: inline-block;
}


.f_title {
    display: inline-block;
    position: relative;
    font-weight: bolder;
    padding: 0 0 7px;
    margin: 0 0 25px;
}

.f_title:before {
  content: '';
  position: absolute;
  bottom: -5px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 4px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background: #fff; /*下線の色*/
}

.ft01:before {
  left: 17%;
}

.ft02:before {
  left: 26%;
}



.f-link-in {
    margin-top: 20px;    
}

.f-link-in a {
    font-size: 15px;
    color: #FF8989;
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #FF8989;
    box-sizing: border-box;
}

.f-link-in a i {
    margin-left: 5px;
}


p.copyright {
    line-height: 140%;
    text-align: center;
    margin:30px 10px 0;
}




/* 固定フッター */	
#footerfixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
	z-index: 9999;
    display: flex;
    justify-content: space-between;
}

#footerfixed .pdays {
    width: calc(33.3333% - 16.6666px);
    height: 50px;
    background: #FF8989;
    border-top: solid #FFF 1pt;
    border-right: solid #FFF 1pt;
	box-sizing: border-box;
    display: table;
}

#footerfixed .plast {
    border-right: 0pt;
    width: 50px;
}

#footerfixed a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

#footerfixed .pdays p {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    font-weight: 300;
    text-align: center;
    font-feature-settings: "pkna";
    letter-spacing: 0.02em;
}

.tel-link-none {
    pointer-events: none;
}



/* ######## 599px以上 ######## */
@media screen and (min-width: 599px){
    
.link {
    padding-top: 40px;
	padding-bottom: 40px;
}
    
.linkitem {
    display: flex;
    justify-content: space-between;
}
    
.linkL {
	width: calc(33.3333% - 15px);
    margin: 0 5px 0 10px;
} 

.linkM {
	width: calc(33.3333% - 15px);
    margin: 0 5px 0;
}

.linkR {
	width: calc(33.3333% - 15px);
    margin: 0 10px 0 5px;
}
    
}

/* ######## 649px以下 ######## */
@media screen and (max-width: 649px){
    
h1 {
	font-size: 17px;
    line-height: 150%;
    margin: 10px;
    font-weight: bold;
}    

.mainimg {
    position: relative;
    max-width: 1200px;
    height: 350px;
    text-align: center;
}

.mainimg img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    text-align: center;
    overflow:hidden;
}

.maintext {
    position: absolute;
    top: calc(100% - 80px);
    left: 0;
    transform: translateY(0%) translateX(0%);
    -webkit- transform: translateY(0%) translateX(0%);
    width: 100%;
    height: 80px;
	padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_p {
    font-size: 20px;
}    
    
}

/* ######## 768px以上 ######## */
@media screen and (min-width: 768px){
    
h6 {
    font-size: ;
    line-height: 130%;
    margin-bottom: 5px;
}    
		
/* 各ブロック */

.message {
    padding-top: 40px;
}


    
/* profile */

.p_box {
    display: table;
    margin: 0 20px;
}

.p_p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.p_txt {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
}
    
.l_border {
    border-left: solid 2px #FF8989;
    padding: 10px 0 12px;
    margin: 0 20px -10px;
}

h2 {
	font-size: 40px;
    line-height: 100%;
    font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	color: #FF8989;
    text-align: left;
	margin: 0 15px;
    vertical-align: middle;
}

.inteview_box {
    margin: 0 20px;
}
    
.message img {
    width: calc(100% - 40px);
    margin: 0 20px;
}     
    
.private {
    width: 760px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

p.private_title {
    font-size: 32px;
    line-height: 150%;
	margin: 0 0 -10px;
}

.private_box {
    display: table;
    margin: 0 20px;
}

.private_t {
    display: table-cell;
    width: 50%;
    padding-right: 20px;
}

.private_p {
    display: table-cell;
    vertical-align: middle;
}
    
.private_p img {
} 

.private img {
    width: 100%;
}


.link a:hover {
	background-color: #fff0fa;
}    
 
.link a.now:hover {
	background-color: #FF8989;
} 
    
    
/*フッター*/

.footer {
	padding-top: 40px;
	padding-bottom: 90px;
    text-align: left;
}
    
.f-info {
    margin: 0 20px;
}       

.f-ad-in {
    white-space: nowrap;
}
    
.f-link-in a {
    transition: all 0.1s;
}

.f-link-in a:hover {
    color: #fff;
    background: #FF8989;
    border: solid 1px #fff;
}    

}





/* ######## 1000x以上 ######## */
@media screen and (min-width: 1000px){

/*ヘッダー*/
.headerTop {
	background-color: #FF8989;
}
    
.header_in {
    height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_namebox {
    display: block;

    margin: 0 10px;
    padding: 0;
}      
    
.top_namebox p.corporation {
    font-size: 16px; 
    margin-bottom: 7px;
}
    
.top_namebox p.Nursery_name {
    font-size: 22px; 
}

h3 {
    font-size: 45px;
    line-height: 150%;
}


.h_title {

}
    
    
.mainSPL {
    position: relative;
}    
    
.mainSP_name_en {
    font-size: 22px;
    line-height: 100%;
    font-family: 'Bad Script', cursive;
    font-weight: 300;
    color: #ffff00;
    position: absolute;
    top: -20px;
    right: 0;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    opacity: 1;
}    

.h_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
}
    
.h_goweb {
	width: 100px;
    margin: 0 5px 0 10px;
    display: table;
} 

.h_goboss {
	width: 100px;
    margin: 0 5px 0;
    display: table;
}

.h_goinfo {
	width: 100px;
    margin: 0 10px 0 5px;
    display: table;
}
    
.h_link a {
    font-size: 15px;
    line-height: 130%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background-color: #FF8989;
    outline: 1px solid #fff;
    outline-offset: -1px;
    height: 40px;
	padding: 10px 5px;
    display: table-cell;
    vertical-align: middle;
	transition: all 0.1s linear;
}
    
.h_link a:hover {
    background-color: #ff7dc8;

}    

.h_link a.h_now {
    color: #FF8989;
    background-color: #fff;
}
    
.contents {
    width: 100%;
    background: #ddd;
}    
    
.contents_in {
    max-width: 1200px;
    margin: 0 auto;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contents p.c_main {
    font-size: 16px;
    line-height: 100%;
    font-weight: bolder;
    margin: 0 10px;
}
    
.contents p.c_21 {
    font-size: 15px;
    line-height: 100%;
    font-weight: lighter;
    margin: 0 10px;
} 
    
    
/* 各ブロック */

.message {
    padding-top: 50px;
}

.private {
    margin-top: 50px;
}
            
 p.interviewee {
    line-height: 175%;
    margin-bottom: 15px;
}
    
.private p.interviewee {
    margin-bottom: 0;
}


/* 次はどこだ */

.link {
    padding-top: 0;
	padding-bottom: 30px;
}
    
.linkitem {
    margin: 0 10px;
}    

.link .inner p {
    text-align: center;
}

.linkL, .linkM {
    margin: 0 10px 15px;
}

.linkR {
    margin: 0 10px 0;
}

.link a {
	display: block;
    background-color: #fff;
    outline: 1px solid #FF8989;
    outline-offset: -1px;
	padding: 15px 5px;
	transition: all 0.1s linear;
}

.l_name {
	font-size: 17px;
    line-height: 100%;
	font-weight: bolder;
    font-family: 'Noto Sans JP', sans-serif;
	color: #FF8989;
}

.l_name i {
	margin-right: 5px;
}

.link a.now {
    display: block;
    background-color: #FF8989;
	padding: 15px 5px;
	transition: all 0.1s linear;
}

.link .l_now {
	color: #fff;
}
    

/*フッター*/

.footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
    
    

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}

#page-top a {
    width: 60px;
    height: 60px;
    line-height: 60px;
	background: #fff0fa;
	text-align: center;
	display: block;
	transition: all 0.1s linear;	
}

#page-top i {
	font-size: 25px;
	color: #FF8989;
}
  
}
   
    


@media print {
.headerMenu {
	position: absolute;
}

}


/* ######## 1px以上 ######## */
@media screen and (min-width: 1px){
.yesPC649 {
	display: none !important;
}

.yesSP649 {
	display: block !important;
}
    
.yesPC768 {
	display: none !important;
}

.yesSP768 {
	display: block !important;
}

.yesPC769 {
	display: none !important;
}

.yesSP769 {
	display: block !important;
}


.yesPC1000 {
	display: none !important;
}

.yesSP1000 {
	display: block !important;
}
}

/* ######## 599px以下 ######## */
@media screen and (max-width: 599px){

.yesPC599 {
	display: none !important;
}

.yesSP599 {
	display: block !important;
} 
}

/* ######## 649px以上 ######## */
@media screen and (min-width: 649px){
.yesPC649 {
	display: block !important;
}

.yesSP649 {
	display: none !important;
}
}

/* ######## 768px以上 ######## */
@media screen and (min-width: 768px){
.yesPC768 {
	display: block !important;
}

.yesSP768 {
	display: none !important;
} 
}

/* ######## 769px以上 ######## */
@media screen and (min-width: 769px){
.yesPC769 {
	display: block !important;
}

.yesSP769 {
	display: none !important;
} 
}

/* ######## 1000px以上 ######## */
@media screen and (min-width: 1000px){
.yesPC1000 {
	display: block !important;
}

.yesSP1000 {
	display: none !important;
} 
}