@charset "utf-8";
/* CSS Document */

#home .photo-cover {
	background-color: #f6ff00;
}
#home #header {
	background-image: url(../img/img19.jpg);
}

#concept .photo-cover {
	background-color: #7144b4;
}
#concept #header {
	background-image: url(../img/img15.jpg);
}

#lifea .photo-cover {
	background-color: #0c2e87;
}
#lifea #header {
	background-image: url(../img/img14.jpg);
}
#voice #header {
	background-image: url(../img/img20.jpg);
}
#facility #header {
	background-image: url(../img/img21.jpg);
}

#index_title {
  background-image: url(../img/index_logo.png);
  background-repeat: no-repeat;
  width: auto;
  max-width: 800px;
  height: 110px;
  margin: 40px auto 40px;
}

#information {
	background-image: url(../img/index_info_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
  background-position: center;
	margin: 60px 0 80px;
  padding: 60px 40px;
}
#information ul li {
	margin: 2px auto;
	display: block;
	text-align: center;
}
#information ul li span {
	padding: 8px 30px;
	font-size: 1.2em;
	display: inline-block;
	text-align: center;
	/*line-height: 110%;*/
}


a.index_link {
	display: inline-block;
	padding: 10px 50px 10px 20px;
	border: 1px solid #666;
	color: #666;
	font-size: 1em;
	font-family: 'Noto Serif SC', serif;
	margin: 20px 0;
	
	background-image: url(../img/index_linl_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size: 28px;
}

.daily_info {
	margin: 0 auto 40px auto;
	padding: 20px;
	max-width: 600px;
	width: 70%;
	display: block;
	background-color: #FFD955;
	font-size: 110%;
	line-height: 160%;
	text-align: center;
}

a.arrow2 {
	background-image: url(../img/index_linl_arrow2.png) !important;
	background-size: 10px !important;
	background-position: center right 25px !important;
}


/*  */

.title_cloud {
  margin: 120px 0 80px 0;
}
.title_cloud img {
  width: 600px;
  margin: 0 auto;
  display: block;
}

.concept-box {
	width: 700px;
	margin: 100px auto;
}
.concept-box-phrase {
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}
.concept-box-read {
  background-position: left;
  background-size: 200px;
  background-repeat: no-repeat;
  padding-left: 260px;
  height: 200px;
  margin: 0 auto;
  
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}
.concept-box-read p.copy {
  width: auto;
}

.co01 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_1_pc.png);
}
.co01 .concept-box-read {
  background-image: url(../img/concept_illust_1.png);
}

.co02 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_2_pc.png);
}
.co02 .concept-box-read {
  background-image: url(../img/concept_illust_2.png);
}

.co03 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_3_pc.png);
}
.co03 .concept-box-read {
  background-image: url(../img/concept_illust_3.png);
}

.co04 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_4_pc.png);
}
.co04 .concept-box-read {
  background-image: url(../img/concept_illust_4.png);
}

/* 20230202 ad */
.photo_narabi {
  width: 1000px;
  margin: 100px auto 160px;
}
.photo_kumi {
  float: left;
  margin-right: 40px;
  width: 306px;
}
.photo_kumi h4 {
  width: 100%;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.kjy h4 {background-image:url("../img/kjy_title.png");}
.oti h4 {background-image:url("../img/oti_title.png");}
.onr h4 {background-image:url("../img/onr_title.png");}

.photo_kumi p {
  font-size: 12px;
  margin-top: 3px;
  text-align: right;
}
.photo_kumi:last-child {
  margin-right: 0;
}
.photo_kumi ul li {
  float: left;
  display: block;
  background-color: antiquewhite;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo_kumi ul li:first-child {
  width: 305px;
  height: 350px;
  margin-bottom: 5px;
}
.photo_kumi ul li:nth-child(2),
.photo_kumi ul li:nth-child(3) {
  width: 150px;
  height: 170px;
}
.photo_kumi ul li:nth-child(2) {
  margin-right: 5px;
}

.kjy ul li:nth-child(1){background-image: url("../img/photo1.jpg");}
.kjy ul li:nth-child(2){background-image: url("../img/photo2.jpg");}
.kjy ul li:nth-child(3){background-image: url("../img/photo4.jpg");}

.oti ul li:nth-child(1){background-image:url("../img/oti_1.jpg")}
.oti ul li:nth-child(2){background-image:url("../img/oti_2.jpg")}
.oti ul li:nth-child(3){background-image:url("../img/oti_3.jpg")}

.onr ul li:nth-child(1){background-image:url("../img/onr_1.jpg")}
.onr ul li:nth-child(2){background-image:url("../img/onr_2.jpg")}
.onr ul li:nth-child(3){background-image:url("../img/onr_3.jpg")}



/*  */

.copy-box-right,
.copy-box-left {
	width: 1000px;
	margin: 100px auto;
}
.copy-box-right .photo-image { float: right; }
.copy-box-right .copy-space  { float: left; }

.copy-box-left .photo-image  { float: left; }
.copy-box-left .copy-space   { float: right; }

.photo-image {
	width: 500px;
	height: 283px;
	position: relative;
	z-index: 0;
	top: 0;
}
.photo-image .photo {
	width: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
	top: 0;
	transform: rotate( 3deg );
}
.photo-cover {
	width: 500px;
	position: absolute;
	z-index: 1;
	top: 0;
	transform: rotate( -3deg );
}
.photo-image .photo:before,
.photo-image .photo-cover:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の100%に固定 */
}
.copy-box-right .copy-space p.copy { text-align:right; }
.copy-box-left .copy-space p.copy { text-align:left; }

p.copy {
	font-family: 'Noto Serif SC', serif;
	font-size: 1em;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	margin: 20px 0;
	width: 450px;
}
.copy-space {
	height: 283px;
 	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center;
 	align-items: center;
}

.img01 { background-image: url(../img/img01.jpg); }
.img02 { background-image: url(../img/img02.jpg); }
.img03 { background-image: url(../img/img03.jpg); }
.img04 { background-image: url(../img/img04.jpg); }
.img05 { background-image: url(../img/img05.jpg); }
.img06 { background-image: url(../img/img06.jpg); }
.img07 { background-image: url(../img/img07.jpg); }
.img08 { background-image: url(../img/img08.jpg); }
.img09 { background-image: url(../img/img09.jpg); }
.img10 { background-image: url(../img/img10.jpg); }
.img11 { background-image: url(../img/img11.jpg); }
.img12 { background-image: url(../img/img12.jpg); }
.img13 { background-image: url(../img/img13.jpg); }
.img14 { background-image: url(../img/img14.jpg); }
.img15 { background-image: url(../img/img15.jpg); }
.img16 { background-image: url(../img/img16.jpg); }
.img17 { background-image: url(../img/img17.jpg); }
.img18 { background-image: url(../img/img18.jpg); }
.img19 { background-image: url(../img/img19.jpg); }
.img20 { background-image: url(../img/img20.jpg); }

/*--  --*/

ul#facility_list {
	width: 960px;
	margin: 0 auto 50px auto;
}
ul#facility_list li {
	display: block;
	width: 300px;
	font-size: 0.8em;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
ul#facility_list li:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の100%に固定 */
}
ul#facility_list li:nth-child(3n) {
	margin-right: 0;
}
ul#facility_list li:nth-child(1) {
	background-image: url(../img/facility03.jpg);
}
ul#facility_list li:nth-child(2) {
	background-image: url(../img/facility04.jpg);
}
ul#facility_list li:nth-child(3) {
	background-image: url(../img/facility05.jpg);
}
ul#facility_list li:nth-child(4) {
	background-image: url(../img/facility06.jpg);
}
ul#facility_list li:nth-child(5) {
	background-image: url(../img/facility07.jpg);
}
ul#facility_list li:nth-child(6) {
	background-image: url(../img/facility08.jpg);
}
ul#facility_list li:nth-child(7) {
	background-image: url(../img/facility09.jpg);
}
ul#facility_list li:nth-child(8) {
	background-image: url(../img/facility10.jpg);
}
ul#facility_list li:nth-child(9) {
	background-image: url(../img/facility11.jpg);
}
ul#facility_list li:nth-child(10) {
	background-image: url(../img/facility12.jpg);
}
ul#facility_list li:nth-child(11) {
	background-image: url(../img/facility13.jpg);
}
ul#facility_list li:nth-child(12) {
	background-image: url(../img/facility14.jpg);
}
ul#facility_list li:nth-child(13) {
	background-image: url(../img/facility15.jpg);
}

/* add 20200419 */

.photo_title {
  background-image: url(../img/photo_title.png);
  width: 375px;
  height: 81px;
  margin: 40px auto;
}
ul.photo_list {
  width: 1000px;
  margin: 40px auto 100px;
}
ul.photo_list li {
  width: 495px;
  height: 330px;
  float: left;
  margin-bottom: 10px;
}
ul.photo_list li:nth-child(even) {
  margin-left: 10px;
}
ul.photo_list li:nth-child(1) {
  background-image:url(../img/photo1.jpg);
}
ul.photo_list li:nth-child(2) {
  background-image:url(../img/photo2.jpg);
}
ul.photo_list li:nth-child(3) {
  background-image:url(../img/photo3.jpg);
}
ul.photo_list li:nth-child(4) {
  background-image:url(../img/photo4.jpg);
}

.facility_bs,
.facility_sn,
.facility_ss {
  width: 1000px;
  margin: 60px auto;
}

.facility_bs .photo-list,
.facility_sn .photo-list,
.facility_ss .photo-list {
  width: 590px;
}
.facility_bs .photo-list li,
.facility_sn .photo-list li,
.facility_ss .photo-list li {
  float: left;
  width: 290px;
  height: 199px;
  margin-bottom: 10px;
}

.facility_bs .photo-list li:nth-child(even),
.facility_sn .photo-list li:nth-child(even),
.facility_ss .photo-list li:nth-child(even) {
  margin-right: 10px;
}

.facility_bs .photo-list li:nth-child(1) {
	background-image: url(../img/facility_bs_01.jpg);
  width: 590px;
  height: 390px;
}
.facility_bs .photo-list li:nth-child(2) {
	background-image: url(../img/facility_bs_02.jpg);
}
.facility_bs .photo-list li:nth-child(3) {
	background-image: url(../img/facility_bs_03.jpg);
}

.facility_sn .photo-list li:nth-child(1) {
	background-image: url(../img/facility_sn_01.jpg);
  width: 590px;
  height: 390px;
}
.facility_sn .photo-list li:nth-child(2) {
	background-image: url(../img/facility_sn_02.jpg);
}
.facility_sn .photo-list li:nth-child(3) {
	background-image: url(../img/facility_sn_03.jpg);
}

.facility_ss .photo-list li:nth-child(1) {
	background-image: url(../img/facility_ss_01.jpg);
  width: 590px;
  height: 340px;
  display: none;
}
.facility_ss .photo-list li:nth-child(2) {
	background-image: url(../img/facility_ss_02.jpg);
}
.facility_ss .photo-list li:nth-child(3) {
	background-image: url(../img/facility_ss_03.jpg);
}
.facility_ss .photo-list li:nth-child(4) {
	background-image: url(../img/facility_ss_04.jpg);
}
.facility_ss .photo-list li:nth-child(5) {
	background-image: url(../img/facility_ss_05.jpg);
}
.facility_ss .photo-list li:nth-child(6) {
	background-image: url(../img/facility_ss_06.jpg);
  height: 408px;
}
.facility_ss .photo-list li:nth-child(7) .sk_open {
	background-image: url(../img/facility_ss_07.jpg);
  width: 290px;
  height: 199px;
  margin-bottom: 10px;
}
.facility_ss .photo-list li:nth-child(7) .sk_in {
	background-image: url(../img/facility_ss_08.jpg);
  width: 290px;
  height: 199px;
  margin-bottom: 10px;
}
.facility_ss .photo-list li:nth-child(8) {
	background-image: url(../img/facility_ss_09.jpg);
}
.facility_ss .photo-list li:nth-child(9) {
	background-image: url(../img/facility_ss_10.jpg);
}
.numling {
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #efefef;
  color: #000;
  font-size: 0.7em;
}

.facility_bs .title_area,
.facility_sn .title_area,
.facility_ss .title_area {
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 300px;
  width: 410px;
} 
.facility_sn .title_area {
  background-image: url(../img/facility_sn_title.png);
} 
.facility_bs .title_area {
  background-image: url(../img/facility_bs_title.png);
} 
.facility_ss .title_area {
  background-image: url(../img/facility_ss_title.png);
}
.title_area p {
	font-size: 0.9em;
	text-align: center;
  line-height: 1.8em;
	margin: 1em auto 3em auto;
	font-family: 'Noto Serif SC', serif;
  width: 300px;
}
.facility_ss .number {
  background-image: url(../img/facility_ss_number.jpg);
  background-repeat: no-repeat;
  width: 106px;
  height: 187px;
  margin: 20px auto 60px auto;
}
.facility_ss .title_area p {
  text-align: left;
}


#ml_photo,
#ml_photo2 {
	background-color: #4a4040;
	padding: 10px 0;
}
#ml_photo ul,
#ml_photo2 ul {
	max-width: 960px;
	width: 100%;
	margin: 0 auto 50px auto;
}
#ml_photo ul li {
	float: left;
	width: calc(33% - 10px);
	margin: 0 10px 10px 0;
	background-size: cover;
}
#ml_photo ul li:before {
    content:"";
    display: block;
    padding-top: 80%;
}
#ml_photo ul li:nth-child(1) {
	background-image: url(../img/oml01.jpg);
}
#ml_photo ul li:nth-child(2) {
	background-image: url(../img/oml02.jpg);
}
#ml_photo ul li:nth-child(3) {
	background-image: url(../img/oml03.jpg);
}
#ml_photo ul li:nth-child(4) {
	background-image: url(../img/ml04.jpg);
}
#ml_photo ul li:nth-child(5) {
	background-image: url(../img/ml05.jpg);
}

/* add */
#ml_photo2 ul li {
	float: left;
	width: calc(33% - 15px);
	margin: 0 10px 10px 0;
	background-size: cover;
	text-align: right;
    font-size: 70%;
    color: #666;
    padding-right: 5px;
}
#ml_photo2 ul li:before {
    content:"";
    display: block;
    padding-top: 100%;
}
#ml_photo2 ul li:nth-child(1) { background-image: url(../img/ml2_01.jpg); }
#ml_photo2 ul li:nth-child(2) { background-image: url(../img/ml2_02.jpg); }
#ml_photo2 ul li:nth-child(3) { background-image: url(../img/ml2_03.jpg); }
#ml_photo2 ul li:nth-child(4) { background-image: url(../img/ml2_04.jpg); }
#ml_photo2 ul li:nth-child(5) { background-image: url(../img/ml2_05.jpg); }
#ml_photo2 ul li:nth-child(6) { background-image: url(../img/ml2_07.jpg); }
#ml_photo2 ul li:nth-child(7) { background-image: url(../img/ml2_09.jpg); }
#ml_photo2 ul li:nth-child(8) { background-image: url(../img/ml2_11.jpg); }
#ml_photo2 ul li:nth-child(9) { background-image: url(../img/ml2_12.jpg); }
/* add */


#profile {
  width: 900px;
  margin: 0 auto 60px;
	padding: 50px;
  background-image: url(../img/profile_tag.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
#profile h2 {
	font-size: 1.6em;
	text-align: center;
	margin: 1.5em auto 2.5em auto;
	font-family: 'Noto Serif SC', serif;
	font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
#profile .right {
  margin-right: 40px;
}
#profile p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 20px auto;
	font-weight: normal;
	font-family: 'Noto Serif SC', serif;
}
#profile p span {
	font-size: 0.8em;
  line-height: 1.4em;
}
#message {
  width: 900px;
  margin: 0 auto 100px auto;
	padding: 50px;
}
#message .message1 {
  float: left;
  /*width: calc(50% - 30px);*/
  width: calc(100% - 480px);
}
#message .message2 {
  float: right;
  /*width: calc(50% - 30px);*/
  max-width: 430px;
  width: 100%;
  height: 600px;
  background-image: url(../img/la_photo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}

#message p {
	font-size: 0.95em;
	line-height: 1.6em;
  margin-bottom: 20px;
	/*letter-spacing: 0.05em;*/
}
.sign {
	padding-bottom: 90px;
	background-image: url(../img/sign.png);
	background-repeat: no-repeat;
	background-position: bottom right 30px;
}

/* */

.concept_cont {
  background-color: #E9EDF4;
  padding: 60px 0;
  margin-bottom: 60px;
}

.la_worries_left {
  text-align: left;
  max-width: 900px;
  width: auto;
	margin: 10px auto;
}
.la_worries_right {
  text-align: right;
  max-width: 900px;
  width: auto;
	margin: 10px auto;
}
.la_worries_left img,
.la_worries_right img {
width: 500px;
}

/* worries 202301 */

.worries ul {
  max-width: 900px;
  width: auto;
	margin: 10px auto;
}
.worries ul li {
  width: 33%;
  float: left;
  height: 500px;
  background-size:contain;
  background-repeat: no-repeat;
}
.worries ul li.dad {
  background-image:url("../img/la_worries_dad_.png")
}
.worries ul li.mam {
  background-image:url("../img/la_worries_mam_.png")
}
.worries ul li.girl {
  background-image:url("../img/la_worries_girl_.png")
}


/* */
.voice-box-left,
.voice-box-right {
	position: relative;
	z-index: 0;
	top: 0;
	width: 100%;
	max-width: 1000px;
	height: 380px;
	margin: 100px auto;
}
.voice-box-left .voice-image,
.voice-box-right .voice-image {
	width: 600px;
	height: 380px;
	position: absolute;
	z-index: 1;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.voice-box-left .voice-image {
	left: 0;
}
.voice-box-right .voice-image {
	right: 0;
}
.voice-box-left .voice-space-ca,
.voice-box-left .voice-space-parent {
	right: 20px;
	background-position: top right 100px;
}
.voice-box-right .voice-space-ca,
.voice-box-right .voice-space-parent {
	left: 20px;
	background-position: top left 100px;
}
.voice-image {
	width: 600px;
	height: 380px;
}
.voice-space-ca,
.voice-space-parent {
	width: 500px;
	position: absolute;
	z-index: 2;
	top: 10px;
	
	background-repeat: no-repeat;
	padding-top: 40px;
}
.voice-space-ca {
	background-image: url(../img/voice_ca.png);
}
.voice-space-parent {
	background-image: url(../img/voice_parent.png);
}
.voice-space-ca p,
.voice-space-parent p {
	border-style: solid;
	border-width:1px;

	padding: 35px;
	display: block;
	background-color: #fff;
	
	font-family: 'Noto Serif SC', serif;
	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.voice-space-ca p {
	border-color: #e472b0;
}
.voice-space-parent p {
	border-color: #ab7040;
}

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

TUB　タブレット 画面サイズが1000px以下、720以上　

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

@media screen and (min-width:721px) and ( max-width:1000px) {

/*--- COMMON ---*/
.copy-box-right,
.copy-box-left {
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.copy-box-right .photo-image,
.copy-box-right .copy-space,
.copy-box-left .photo-image,
.copy-box-left .copy-space {
	float: none;
}

.photo-image,
.photo-image .photo {
	width: 80% !important;
	height: auto !important;
	transform: rotate( 0 ) !important;
	margin: 0 auto;
}
.photo-cover {
	display: none;
}

.copy-box-right .copy-space p.copy,
.copy-box-left .copy-space p.copy {
	text-align:center !important;
}

p.copy {
	width:auto !important;
	margin: 30px auto;
}
.concept-box-read p.copy {
	margin: 30px 0;
}
.copy-space {
	height: auto;
}


ul#facility_list {
	width: 90%;
}
ul#facility_list li {
	width: calc(33% - 8px) ;
	font-size: 0.7em;
	background-size: 100%;
	margin-right: 15px;
	margin-bottom: 15px;
}

#profile {
  width: 80%;
  padding: 5%;
  margin: 0 auto;
  background-size: 100px;
  text-align: center;
}
#profile .left {
  float: none;
  margin: 0 auto 20px auto;
  text-align: center;
}
#profile .right {
  /*margin-right: 0;*/
  margin: 0 auto;
  float: none;
  display:inline-block;
  width: auto;
  text-align: left;
}

#message {
    width: 80%;
    padding: 5% 5% 80px 5%;
  }
#message .message1,
#message .message2 {
	width: auto;
  float: none;
}
.la_worries_left,
.la_worries_right {
  text-align: center;
  width: auto;
	margin: 10px auto;
}
.la_worries_left img,
.la_worries_right img {
  width: 70%;
  max-width: 500px;
}

.voice-box-left,
.voice-box-right {
	width: 80%;
	position:static;
	height: auto;
	margin: 30px auto;
}
.voice-box-left .voice-image,
.voice-box-right .voice-image {
	width: 70%;
	height: auto;
	position: static;
	top: auto;
	margin: 0 auto;
}
.voice-box-left .voice-image:before,
.voice-box-right .voice-image:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の100%に固定 */
}
.voice-box-left .voice-image {
	left: auto;
}
.voice-box-right .voice-image {
	left: auto;
}
.voice-box-left .voice-space-ca,
.voice-box-left .voice-space-parent {
	right: auto;
	background-position:top center;
}
.voice-box-right .voice-space-ca,
.voice-box-right .voice-space-parent {
	left: auto;
	background-position:top center;
}

.voice-space-ca,
.voice-space-parent {
	width: 100%;
	position: static;
	z-index: 2;
	top: 0;
	margin: 20px auto;
	
	background-repeat: no-repeat;
	padding-top: 40px;
}
.voice-space-ca p,
.voice-space-parent p {
	padding: 15px;

	font-size: 1em;
	line-height: 2em;
	letter-spacing: 0.1em;
}
  
.worries ul li {
  height: 400px;
}

  
/* 20230202 ad */
.photo_narabi {
  width: 100%;
  margin: 60px auto 100px;
}
.photo_kumi {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.photo_kumi ul li:first-child {
  width: 100%;
  height: 250px;
}
.photo_kumi ul li:nth-child(2),
.photo_kumi ul li:nth-child(3) {
  width: 48%;
  height: 120px;
}
.photo_kumi ul li:nth-child(3) {
  float: right;
}
  
}

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

SP　スマホ 画面サイズが720px以下　

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

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

/*--- COMMON ---*/
.copy-box-right,
.copy-box-left {
	width: 100%;
	margin: 40px auto;
	text-align: center;
}
.copy-box-right .photo-image,
.copy-box-right .copy-space,
.copy-box-left .photo-image,
.copy-box-left .copy-space {
	float: none;
}

.photo-image,
.photo-image .photo {
	width: 90% !important;
	height: auto !important;
	transform: rotate( 0 ) !important;
	margin: 0 auto;
}
.photo-cover {
	display: none;
}

.copy-box-right .copy-space p.copy,
.copy-box-left .copy-space p.copy {
	text-align:center !important;
}

p.copy {
	width:auto !important;
	margin: 20px auto 30px auto;
	font-size: 0.8em;
}
.copy-space {
	height: auto;
}

	
#information ul li span {
	padding: 10px 20px;
	background-color: #fff;
	font-size: 0.8em;
}

ul#facility_list {
	width: 90%;
}
ul#facility_list li {
	width: calc(50% - 5px) ;
	font-size: 0.7em;
	background-size: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul#facility_list li:nth-child(3n) {
	margin-right: 10px;
}
ul#facility_list li:nth-child(even) {
	margin-right: 0 !important;
}

#ml_photo,
#ml_photo2 {
	padding: 10px 0 10px 0;
}
#ml_photo ul,
#ml_photo2 ul{
	width: 90%;
	margin: 10px auto 10px auto;
}
#ml_photo ul li:nth-child(1),
#ml_photo ul li:nth-child(2),
#ml_photo ul li:nth-child(3) {
	width: calc(33% - 6px);
}
#ml_photo ul li:nth-child(4),
#ml_photo ul li:nth-child(5) {
	width: calc(50% - 7px);
}
#ml_photo ul li:nth-child(4):before,
#ml_photo ul li:nth-child(5):before {
    padding-top: 130%;
}
#ml_photo ul li:nth-child(3),
#ml_photo ul li:nth-child(5) {
	margin-right: 0;
}

/* add */
#ml_photo2 ul li {
	width: calc(50% - 15px);
}
  
.title_cloud {
  margin: 100px 0 60px 0;
}
.title_cloud img {
  width: 80%;
}
  
/* add */
	
	
#profile {
  width: 80%;
  padding: 5%;
  margin: 0 auto;
  background-size: 100px;
  text-align: center;
}
#profile .left {
  float: none;
  margin: 0 auto 20px auto;
  text-align: center;
}
#profile .right {
  /*margin-right: 0;*/
  margin: 0 auto;
  float: none;
  display:inline-block;
  width: auto;
  text-align: left;
}

#message {
    width: 80%;
    padding: 5% 5% 80px 5%;
  }
#message .message1,
#message .message2 {
	width: auto;
  float: none;
}
.la_worries_left,
.la_worries_right {
  text-align: center;
  width: auto;
	margin: 10px auto;
}
.la_worries_left img,
.la_worries_right img {
  width: 70%;
  max-width: 400px;
}

	
.voice-box-left,
.voice-box-right {
	width: 80%;
	position:static;
	height: auto;
	margin: 30px auto;
}
.voice-box-left .voice-image,
.voice-box-right .voice-image {
	width: 70%;
	height: auto;
	position: static;
	top: auto;
	margin: 0 auto;
}
.voice-box-left .voice-image:before,
.voice-box-right .voice-image:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の100%に固定 */
}
.voice-box-left .voice-image {
	left: auto;
}
.voice-box-right .voice-image {
	left: auto;
}
.voice-box-left .voice-space-ca,
.voice-box-left .voice-space-parent {
	right: auto;
	background-position:top 10px center;
	background-size: 60%;
}
.voice-box-right .voice-space-ca,
.voice-box-right .voice-space-parent {
	left: auto;
	background-position:top 10px center;
	background-size: 60%;
}

.voice-space-ca,
.voice-space-parent {
	width: 100%;
	position: static;
	z-index: 2;
	top: 0;
	margin: 20px auto;
	
	background-repeat: no-repeat;
	padding-top: 40px;
}
.voice-space-ca p,
.voice-space-parent p {
	padding: 15px;

	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

/*--- HOME ---*/
  
#index_title {
  max-width: 450px;
  width: 80%;
  height: 100px;
  margin: 30px auto 0;
  background-image:url(../img/index_logo_sp.png);
  background-size: contain;
  background-position: center;
}
  
/*--- CONCEPT ---*/
  
.concept-box {
	width: auto;
	margin: 60px auto;
}
.concept-box-phrase {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  height: 200px;
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.concept-box-read {
  background-position: top center;
  background-size: 200px;
  background-repeat: no-repeat;
  padding: 200px 0 0;
  margin: 0 auto;
  
 display: -webkit-flex;
 display: flex;
}
.concept-box-read p.copy {
  font-size: 1em;
  text-align: center;
  }
.co01 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_1_sp.png);
}
.co02 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_2_sp.png);
}
.co03 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_3_sp.png);
}
.co04 .concept-box-phrase {
  background-image: url(../img/concept_fukidashi_4_sp.png);
}




/* add 20200419 */

p.sub span.pbr {
  display: block;
  }
  
ul.photo_list {
  width: 90%;
}
ul.photo_list li {
  margin: 10px auto;
  float: none !important;
  background-size: auto;
  background-position: center;
  width: 400px;
  height: 260px;
}
ul.photo_list li:nth-child(even) {
  margin: 10px auto;
}

.facility_bs,
.facility_sn,
.facility_ss {
  width: 90%;
}
.facility_bs .right,
.facility_sn .right,
.facility_ss .right,
.facility_bs .left,
.facility_sn .left,
.facility_ss .left {
  float: none;
  margin: 0 auto;
}
.facility_bs .photo-list,
.facility_sn .photo-list,
.facility_ss .photo-list {
  width: 100%;
}
.facility_bs .photo-list li,
.facility_sn .photo-list li,
.facility_ss .photo-list li {
  float: none !important;
  width: 290px;
  height: 199px;
  margin: 10px auto;
}
.facility_ss .photo-list li:nth-child(7) {
  height: 408px ;
}
.facility_bs .photo-list li:nth-child(even),
.facility_sn .photo-list li:nth-child(even),
.facility_ss .photo-list li:nth-child(even) {
  margin: 10px auto;
}

.facility_bs .photo-list li:nth-child(1),
.facility_sn .photo-list li:nth-child(1),
.facility_ss .photo-list li:nth-child(1) {
  width: 290px;
  height: 199px;
  background-size:cover;
  background-position: center;
}

.facility_bs .title_area,
.facility_sn .title_area,
.facility_ss .title_area {
  width: 300px;
} 
.facility_ss .number {
  display: none;
  }
.title_area p {
  width: 290px;
}

  
/* 20230128 */

.worries ul li {
  width: 100%;
  float: none;
  margin: 20px auto 40px;
  height: 500px;
  background-position: center;
}

  
/* 20230202 ad */
.photo_narabi {
  max-width: 600px;
  width: 80%;
  margin: 60px auto;
}
.photo_kumi {
  float: none;
  margin-right: 0;
  width: 100%;
  margin-bottom: 60px;
}
.photo_kumi ul li {}
.photo_kumi ul li:first-child {
  width: 100%;
  height: 250px;
}
.photo_kumi ul li:nth-child(2),
.photo_kumi ul li:nth-child(3) {
  width: calc( 50% - 2.5px );
  height: 120px;
}
.photo_kumi ul li:nth-child(3) {
  float: right;
}
  
}