/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 04:39:49 */
/*------------------- トップページ -------------------*/
.top_01{
	text-align:center;
	padding:5vh 0 0 0;
}
.top_01 p{
	font-size:1.1em;
	line-height:2.5em;
	font-weight:500;
}

/*内枠*/

.wpcf7-turnstile {
    text-align: center;
}

@media only screen and (max-width: 782px) {
.top_01{
	text-align:left;
	padding:3vh 0 0 0;
	}
	
.top_01 p{
	font-size:1em;
	line-height:2.3em;
	font-weight:500;
}
	
.top_01 br{
		display:none;
	}
}

.top_02{
	padding:5vh 0 0 0;
}

@media only screen and (max-width: 782px) {
.top_02{
	padding:1vh 0 0 0;
	}
}

.top_03{
	padding:8vh 0 ;
	border-top:3px solid #cbb994;
	border-bottom:3px solid #cbb994;
	display:flex;
	justify-content:center;
	flex-direction:column;
}

.top_03 h3{
	margin-bottom:1em;
}

.top_03 span{
	font-size:0.7em;
}

.top_03 p{
	font-size:1.1em;
	line-height:2.3em;
}

.top_03_inner{
	width:70%;
	margin:0 auto;
	text-align:center;
}

@media only screen and (max-width: 782px) {
.top_03{
	padding:5vh 0 ;
}
	
.top_03 h3{
	font-size:2em;
	text-align:left;
}

.top_03_inner{
		width:100%;
	text-align:left;
	}
	
.top_03_inner br{
display:none;		
	}
}

.top_04{
	display:flex;
	align-self: flex-end;
	align-items: center;
	width:100%;
	justify-content:space-around;
	padding:5vh 0 10vh 0;
}

.top_04 h4{
	margin-bottom:0.5em;
}

.top_04 p{
	font-size:1.1em;
	line-height:2.3em;
}

.top_04_left{
	width:45%;
	flex-direction:column;
}

.top_04_right{
	width:45%;
}

.top_04_right img{
	width:100%;
	max-width:100%;
}

@media only screen and (max-width: 782px) {
.top_04{
	flex-direction:column-reverse;
	padding:2vh 0 3vh 0;
}

.top_04 h4{
	margin-bottom:0.5em;
}
	
.top_04_left{
	width:100%;
	margin-top:1.5em;
}
	
.top_04_right{
	width:100%;
}
}

/*新着_プラグインカスタマイズCSS*/
.news_box {
	width:100%;
	margin-top:3vh;
}

ul.lcp_catlist li{
	color:#000000;
	list-style:none;
	padding-top:0.5em;
	padding-bottom:0.7em;
	font-size:1em;
	border-bottom:0.5px dotted #000000;
	margin-top:0.8em;
	letter-spacing:0.1em;
}
ul.lcp_catlist li div{
color:#000000;
margin-top:-1.2em;
margin-left:9em;
}
.news-title {
text-align:left;
font-weight:400;

}
.news-old {
text-align:right;
}
.news-box .text-box a {
line-height:1.3em;
}

/*新着リンク色*/
.news_box a{
    color:#000;
    text-decoration:none;
    padding:0 3px;
    transition: 0.5s;
	font-weight:500;
}

.news_box a:hover{
	background: #EB9393;
	color:#fff;
}

@media only screen and (max-width: 782px) {
ul.lcp_catlist li div{
	margin-top:0.5em;
	margin-left:0;
	line-height:1.5em;
	border-bottom:none;
}
.news-title {
	text-align:left;
}
.news-old {
	text-align:right;
}
.news-box {
	padding-top:50px;
	padding-bottom:50px;
	margin-top:0px;
	margin-bottom:0px;
}
}


/*------------------- 会社概要 -------------------*/
.about_01_small {
	padding:2em;
	border:solid 1px #778899;
}

.about_01_small p{
	font-size:0.9em;
	margin:0;
}

.about_02{
	width:100%;
	margin:2em 0;
	display:flex;
	 align-self: flex-end;
}

.about_02_inner{
	width:50%;
	padding:2em;
}

.about_02_inner_title{
	font-weight:700;
	display:flex;
	border-bottom:2px dotted #778899;
	justify-content:space-between;
	margin-bottom:0.8em;
}

.about_02_inner_title p{
	margin:0;
}

.about_02_inner_txt{
	display:block;
}

@media only screen and (max-width: 782px) {
	.about_02{
		flex-direction:column;
	}
	
	.about_02_inner{
		width:100%;
		padding:0;
	}
}

.about_02_inner img{
	width:100%;
	max-width:100%;
}

/* テーブル会社概要 */
#table01{
	font-size:1.1em;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 1em 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/*テーブル汎用1*/
table{
  border-collapse: collapse;
  width: 100%;
	margin:0 auto;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #556677;
  color: #fff;
	width:30%;
  
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/*------------------- 施設案内 -------------------*/
.fac_01{
	display:flex;
	flex-direction:column;
}

.fac_01_title{
	background-color:#f5b2ac;
	background-image:url('http://sakuraryouen.com.testrs.jp/wp/wp-content/uploads/2023/08/bg_pink.jpg');
	background-size:cover;
	padding:0.3em 1em;
	border-radius:5px;
}

.fac_01_title h4{
	font-size:1.4em;
	margin:0;
}

.fac_01_txt{
	padding:1em;
}

.fac_01_txt p{
	line-height:1.7em;
}

.fac_02{
	width:100%;
}

.fac_02 h4{
	font-size:1.4em;
	margin-bottom:0.5em;
}

.fac_02_inner01{
	display:flex;
	 align-self: flex-end;
	margin-bottom:3em;
	flex-direction:row;
}

.fac_02_inner02{
	display:flex;
	align-self: flex-end;
	margin-bottom:3em;
	flex-direction:row;
}

.fac_02_inner_box{
	width:50%;
	padding:1em;
}

@media only screen and (max-width: 782px) {
.fac_02_inner01{
	flex-direction:column;
}

.fac_02_inner02{
	flex-direction:column-reverse;
}
	
.fac_02_inner_box{
	width:100%;
	padding:0;
}
}

.fac_03{
	width:100%;
	background-image:url('http://sakuraryouen.com.testrs.jp/wp/wp-content/uploads/2023/08/bg_sky.jpg');
	background-size:cover;
	background-color:#c1e4e9;
	padding:5em;
	border-radius:15px;
	margin:0;
}

.fac_03 h3{
	font-size:1.5em;
	margin-bottom:1em;
}

/*数字リスト*/
.fac_03 ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
.fac_03 ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.fac_03 ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #2a4073;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 1em;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

@media only screen and (max-width: 782px) {
.fac_03{
	padding:2em;
}
.fac_03 h3{
	margin-top:1em;
	margin-bottom:1em;
}
}

/*------------------- プラン案内 -------------------*/
.plan_01{
	margin:3em 0 ;
}
.plan_01 h4{
	font-size:2.5em;
	margin-bottom:0.1em;
	text-align:center;
	line-height:1.4em;
}
.plan_01_inner{
	width:100%;
	margin:0 auto;
}
span.plan_01{
	font-size:0.7em;
}
.plan_01 p{
	font-size:0.7em;
	text-align:center;
	margin-bottom:4em;
	line-height:1.6em;
}

.plan_02{
	width:100%;
}

.plan_02_title{
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	border-bottom:3px solid #000;
	padding-bottom:0.5em;
	margin:2em 0 1em 0;
}

@media only screen and (max-width: 782px) {
.plan_01 h4{
	font-size:1.7em;
	margin-bottom:0.1em;
	text-align:center;
}
	
.plan_02_but{
	display:none;
	}
}

.plan_02_cat{
	align-self:center;
}

.plan_02_cat h4{
	font-size:1.5em;
	margin:0;
}

.plan_02 h5{
	margin:0;
}

span.p_s{
	font-size:0.7em;
}

/*擬似テーブル*/
.kakaku_LR{
  display: flex;
  flex-direction: row;
	width:100%;
	border: solid #000;
	border-width: 1px 0 0 1px;
	text-align:center;
	margin-bottom:2em;
}

.kakaku_L{
	width:30%;
	border: solid #000;
	border-width: 0 1px 1px 0;
	background:#FFFFFF;
	padding:0.5em;
  display: grid;
  place-items: center;
}
.kakaku_R{
	width:70%;
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
}

.kakaku_inner_b{
	width:33.3%;
	border: solid #000;
	border-width: 0 1px 1px 0;
	background:#FFFFFF;
	padding:0.5em;
  display: grid;
  place-items: center;
	font-weight:bold;
}

.kakaku_inner{
	width:33.3%;
	border: solid #000;
	border-width: 0 1px 1px 0;
	background:#FFFFFF;
	padding:0.5em;
  display: grid;
  place-items: center;
}

@media only screen and (max-width: 782px) {
.kakaku_LR{
  flex-direction: column;
}
.kakaku_L{
	width:100%;
	}
.kakaku_R{
	width:100%;
}
}

/*------------------- よくある質問 -------------------*/

.faq_01{
	width:100%;
}

.faq_01_title{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}

.faq_01_title_q{
	width:60px;
}

.q{
	font-size:2em;
	width:2em;
	height:2em;
	border-radius:50%;
	background-color:#c3d825;
	color:#FFFFFF;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0; 
}

.a{
	font-size:2em;
	width:2em;
	height:2em;
	border-radius:50%;
	background-color:#f5b1aa;
	color:#FFFFFF;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

p.qa{
	font-size:1.3em;
	margin:0;
	line-height:1.8em;
}

.fukidashi {
	position: relative;
	background: #fff;
	border-radius: 0.4em;
	padding:0.8em 1.2em;
	border:1px solid #000000;
	margin-bottom:1em; 
	margin-left:1.3em;
	flex-grow:3;
}

.fukidashi:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 0.75em solid transparent;
	border-right-color: #000000;
	border-left: 0;
	border-bottom: 0;
	margin-top: -0.375em;
	margin-left: -0.75em;
}

.fukidashi_after{
	margin-bottom:2em;
	padding-left:6em;
}

@media only screen and (max-width: 782px) {
.faq_01_title{
	align-items:center;
	align-content:flex-start;
}
	
.faq_01_title_q{
	width:40px;
}

.q{
	font-size:1.7em;
	width:1.7em;
	height:1.7em;
}

.a{
	font-size:1.7em;
	width:1.7em;
	height:1.7em;
}

p.qa{
	font-size:1.3em;
	margin:0;
	line-height:1.7em;
}
	
.fukidashi {
	padding:0.4 0.6em;
}
	
.fukidashi_after{
	margin:0.4em 0 2em 0;
	padding-left:0;
}
}

hr.faq_line{
	border-style: none;
	border-top: 3px dotted #778899;
	margin:2vh 0 4vh 0;
}

/*------------------- コンタクト -------------------*/
/*ContactForm7カスタマイズ*/
.post{
	text-align:center;
	margin:0;
}
.post h3{
	margin-bottom:1em;
}

.post_tel{
	width:80%;
	border:solid 1px #f5b1aa;
	margin:1em auto;
	padding:0.5em;
	font-weight:bold;
}

.send{
	width:100%;
	text-align:center;
	margin:1vh 0 3vh 0;
}

span.send{
	font-size:0.8em;
}

.divscroll{
	overflow:auto;
	width:80%;
	height:20vh;
	padding:2em;
	border:1px solid #000;
	background-color:#FFF;
	color:#000;
	text-align:left;
	line-height: initial;
	font-size:0.8em;
	margin:0 auto 7vh auto;
}

.CF7_table p{
	margin:0;
	line-height:1em;
	font-size:1em;
}

table.CF7_table{
	width:80%;
	margin:0 auto;
	border:0px;
	padding:1em;
}

table.CF7_table tr{
	border: 0;
}

table.CF7_table td{
	border: 0;
	text-align:left;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	width:100%;
	margin:0;
}

.CF7_table ::placeholder {
	color:#000000;
}

/*「必須」文字*/
.CF7_req{
	font-size:.7em;
	padding: 5px;
	background: #f5b1aa;
	color: #fff;
	border-radius: 3px;
	margin-right:.8em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.7em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:.8em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
		width:30%;/*横幅*/
		background-color:#fff;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
.post{
	text-align:left;
}
.post h3{
	font-size:1.7em;
	margin-bottom:1em;
}
.post_tel{
	width:100%;
}
	
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:0em;
		margin:0;
	}
	.CF7_table th{
		background-color:#fef4f4;
		margin:.5em;
	}
.divscroll{
	width:100%;
	}
.send{
	width:100%;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f5b1aa;
	border:0;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:30px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}