/*

追加用CSS　PC表示

*/

.center {
    text-align: center;
}

.m-top {
    margin-top: 1em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 3em;
}

.p-bottom {
    padding-bottom: 5em;
}
.p-bottom02 {
	padding-bottom: 7em;
}
.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
body {
    background: #fff!important;
    color: #000000;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h1 {
    margin-bottom: 0;
}
a, h1, h2, h3, h4, h5, h6 {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
p {
    color: #000000;
	font-size: 16px;
}
@font-face{ 
  font-family: 'uzura';
  src: url('/wp-includes/fonts/uzura.woff') format('woff'),
url('/wp-includes/fonts/uzura.eot') format('eot');
}


.half {
    width: 48%;
	margin-bottom: 2em;
}
.left70 {
    width: 68%;
	margin-bottom: 2em;
}
.right30 {
    width: 30%;
	margin-bottom: 2em;
}
.left30 {
	width: 30%;
	margin-bottom: 2em;
}
.right70 {
	width: 68%;
	margin-bottom: 2em;
}
.three-flex {
    width: 28%;
    width: -webkit-calc(30% - 1em);
    width: calc(30% - 1em);
	margin-bottom: 2em;
}
a img, .aligncenter {
    margin-bottom: 0;
}
a img:hover {
    opacity: 0.8;
}
img {
    border-radius: 2em;
}
.shortcode {
    margin-top: 50px;
    text-align: left;
}
.widget.widget_categories ul {
    padding: 0;
}
#splash, body.appear .splashbg1, body.appear .splashbg2 {
	background: #ecf4fa!important;
}
#splash_logo img {
    width: 100%;
}
.linkimg img {
    display: inline;
}



/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
.tablepress {
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background: #FFF;
	font-size: 16px;
}
.tablepress tbody td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px;
}
.tablepress tbody td.column-1 {
    background: #ecf4fa;
    text-align: center;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
}
.tablepress tbody td.column-2 {
    line-height:1.7em;
}
.tablepress th, table.defTable01 td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #d9f0f0;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #716a66;
}


/*--------------------------------------------
 * h2
 * -----------------------------------------*/

.title h2 {
    font-size: 2.3em;
    letter-spacing: 0.20em;
    color: #000000;
    font-weight: bold;
    line-height: 1.17em;
    margin: 0 0 5px;
}
.border {
    display: block;
    width: 20%;
    height: 5px;
    background: #3351a1;
    margin: 0 auto;
    /* border-radius: 100% 15px 100% 15px/15px 100% 15px 100%; */
    padding: 1px;
    border-bottom: 0;
}



/*--------------------------------------------
 * h3
 * -----------------------------------------*/
h3.kita-title {
    display: inline-block;
    background: url(/wp-content/uploads/2022/09/h3_bg.png);
    background-size: contain;
    padding: 0.5em 5em;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 2em;
	margin-bottom: 2em;
}



/*--------------------------------------------
 * nav
 * -----------------------------------------*/

.desktop.navigation .nav-content {
    background: none;
    border-bottom: 0;
}

.desktop.navigation .nav-content a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    opacity: .9;
    filter: alpha(opacity=90);
    margin-top: 2px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active {
    color: #1B34B5;
}

nav {
    top: 0;
    width: 100%;
    background: #fff;
    opacity: 1.0;
    border-bottom: 0;
    padding: 7px 0px 0px;
    z-index: 999;
}


.navigation.desktop ul.nav li:last-of-type a:after {
    content: none;
}

.desktop.navigation .nav-content li {
	margin-right: 20px;
    line-height: 40px;
}
.navigation.desktop ul.nav li:last-of-type a:after {
    content: none;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li a {
    color: #3a8138;
}

.desktop.navigation .nav-content .nav li ul.dropdown-menu li a:hover {
    color: #f785ad;
}

.navigation.desktop ul.nav .dropdown-menu li a:after {
    content: none;
}

.navigation.desktop ul.nav li a:after {
    content: "";
    height: 22px;
    vertical-align: middle;
    display: inline-block;
    /* border-right: solid 1px #c1c1c1; */
    /* padding-left: 20px; */
}
.desktop.navigation .nav-content li {
	padding-right: 30px;
	margin-right: 30px;
	line-height: 40px;
	border-right: 4px dotted #83afcd;
}

.desktop.navigation .nav-content li:last-of-type {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

.desktop.navigation .nav-content li img {
	/*max-width: 50px;*/
	max-width: 40px;
	margin-bottom: 0;
}
.desktop.navigation .nav-content {
    padding: 0.5em 0;
}




/*--------------------------------------------
 * mobilenav
 * -----------------------------------------*/

.icon-bar {
	display: block;
	float: left;
	width: 100%;
	height: 5px;
	margin-top: 5px;
	background: #1b34b5;
}

.mobile.navigation {
	width: 100%;
	margin: 0;
}

.mobile.navigation .nav-content a {
	display: block;
	color: #000;
	width: 95%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.mobile.navigation .nav-content li {
	border-top: solid 1px #d4d4d4;
	width: 31%;
	margin-bottom: 10px;
}

.mobile.navigation .nav-content .nav {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	background-repeat: repeat;
	padding: 5px 10px 20px;
}

.mobile.navigation .nav-content li {
    display: block;
    width: 30%;
    padding-top: 0px;
    text-align: center;
    background: #ecf4fa;
    margin: 5px;
    border-radius: 13px;
	border-top: 0;
}
.mobile.navigation .nav-content li:nth-of-type(3n) {
	border-right: none;
}

.mobile.navigation .nav-content li img {
    max-width: 50px;
    margin: 0 auto 3px;
}



/*--------------------------------------------
 * slider
 * -----------------------------------------*/
.n2-ss-item-content {
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff!important;
}



/*--------------------------------------------
 * news
 * -----------------------------------------*/
section#news {
    padding-bottom: 0;
}
.news-block01 {
    margin-bottom: 7em;
}
section#news .panel {
    /* border: solid 1em #c8c3c0; */
    padding: 2em;
    background: url(/wp-content/uploads/2022/09/yellow_bg.png);
    border-radius: 2em;
	margin-bottom: 3em;
}
section#news .tab-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section#news .tab {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    border: none;
    width: 50%;
    margin: 0;
    border-radius: 25px 25px 0 0;
    font-weight: bold;
    background-color: #d1e3e5;
    color: #99918c;
    padding: 20px 0 20px 0;
    font-size: 18px;
}
section#news .tab.is-active:after {
	display: none;
}
section#news .tab.is-active,
section#news .tab:hover {
  background: #52b9c3;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

section#news .tab.tab-A {
  background-color: #f5ffa9;
}
section#news .tab.tab-B {
  background-color: #f5ffa9;
}
section#news .tab.tab-A.is-active, section#news .tab.tab-A:hover {
  background-color: #ffb3b4;
}
section#news .tab.tab-B.is-active, section#news .tab.tab-B:hover {
  background-color: #f7bdbd;
}
dl.topics dd, dd.list-item {
    width: 100%;
    padding: 15px;
}

section#news.content {
    text-align: left;
}
dl.topics.clearfix {
    width: 100%;
    margin: 0 auto;
}
dl.topics dd, dd.list-item {
	width: 80%;
    padding: 10px 10px 3px 10px;
    border-bottom: dashed 1px #957b6e;
	margin: 0 auto 15px;
}
dl.topics dd.list-item>span, dd.list-item span.news, dd.list-item span {
    background: #ffbfa4;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    font-weight: 900;
    margin-top: 0;
}
dl.topics dd span a, dd.list-item span a {
    color: #fff;
    font-weight: bold;
    font-size: 15px
}
section#news dd.list-item span.news a:hover, section#news dd.list-item span a:hover {
	color: #fff;
}
dl.topics dd time, dd.list-item time {
    display: inline-block;
    color: #959595;
    margin-right: 10px;
    font-size: 15px
}
dd.list-item a {
    color: #000;
    font-size: 18px;
}
dd.list-item a:hover {
    color: #39b44c;
}

a.Link {
    display: inline-block;
    width: 220px;
    text-align: center;
    background-color: #ffbfa4;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold !important;
    margin-top: 10px;
}
a.Link02 {
    display: inline-block;
    width: 220px;
    text-align: center;
    background-color: #59ddee;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold !important;
    margin-top: 10px;
}
a.Link02 {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.news-more-btn:hover {
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

.news-more-btn02:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.news-block02 .left70, .news-block02 .right30 {
    padding: 2em;
}



/*--------------------------------------------
 * postsingle
 * -----------------------------------------*/
.blog .post:first-of-type {
    margin-top: 0px;
}
.sub-header h2 {
    font-size: 3em!important;
    position: absolute;
    color: #000;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.post-title h2, .post-title h2 {
    color: #000!important;
    font-weight: bold!important;
}
.post-title a {
    color: #606364!important;
    font-weight: bold!important;
}
.post-meta a {
    color: #6adbff !important;
}
.sidebar h3 {
    text-align: center;
    padding: 10px;
    background: #6adbff;
	border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
	font-size: 18px;
}
.cat-item a, .recentcomments a {
    color: #424242 !important;
    font-weight: 400;
}
.widget ul li {
    font-size: 16px;
}
.widget ul li a {
    color: #424242;
}
.cat-item, .recentcomments {
    font-size: 1em;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
ul.pager.flex li a {
    color: #ff7fb8;
}

/*----------------- SNS ---------------*/
.news-block02 {
    background: url(/wp-content/uploads/2022/09/wave_bg.png), #fffff5;
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 10em 0 3em;
}

/*----------------- link ---------------*/
section#link {
    padding: 5em 0;
    background-color: #ffeeee;
    background-image: radial-gradient(#ffdfdf 9%, transparent 12%), radial-gradient(#ffdfdf 9%, transparent 12%);
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
}
section#link .shortcode.clearfix {
    margin-top: 0;
}
section#link .title h2, section#link .border {
    display: none;
}
ul.link-list li {
    margin: 2em auto;
    background: #ffffff;
    box-shadow: 0px 0px 0px 8px #ffffff;
    border: solid 3px #63ca73;
    width: 30%;
}
ul.link-list li a{
    display: block;
    height: 100%;
    width: 100%
}
ul.link-list li:hover {
    opacity: 0.8;
}
h4.link-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 60px;
}


/*----------------- menu ---------------*/
section#menu {
    padding: 5em 0;
}
section#menu .title h2, section#menu .border {
    display: none;
}
ul.menu-list {
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
ul.menu-list li {
    width: 48%;
    border: solid 3px #24d7ff;
    position: relative;
    margin-bottom: 3em;
    background: #fff;
}
.menu-left, .menu-right {
    width: 50%;
}
.menu-left img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 0;
}
.menu-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-title-inner h4 {
	width: 100%;
	font-weight: bold;
	font-size: 19px;
	color: #2c2c2c;
	text-align: center;
	line-height: 1.75em;
	margin-bottom: 0;
	padding: 0 15px;
}
.link-over {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0);
}
.link-over:hover {
    background-color: rgba(255, 255, 255, 0.3);
}



/*--------------------------------------------
 * about
 * -----------------------------------------*/

/*----------------- greet ---------------*/
section#greet {
    padding-bottom: 5em;
}
.greet-box p {
    font-size: 18px;
}

/*----------------- chara ---------------*/
section.chara-wrap {
    padding: 8em 0 5em;
    background: url(/wp-content/uploads/2022/09/wave_bg02.png), url(/wp-content/uploads/2022/09/wave_bg02-1.png), url(/wp-content/uploads/2022/09/bg_body.jpg);
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: 0 0, 0 100%, 0 0;
}
.chara-block01 {
    margin-bottom: 7em;
}
ul.goal-list li {
    width: 30%;
}
ul.goal-list li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 2em;
}
ul.goal-list li p {
    background: #d8f5ed;
    border-radius: 1em;
    padding: 1em;
    margin-top: 1em;
    font-size: 17px;
}
ul.goal-list li:nth-child(2) p {
    background: #ffd9da;
}
ul.goal-list li:last-child p {
    background: #d6eeff;
}
.chara-block02 img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin-bottom: 2em;
}
.chara-block02 p {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}

/*----------------- three ---------------*/
section.three-wrap {
    padding: 7em 0 3em;
}
section.three-wrap .flex .left30 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 2em;
}

/*----------------- nursery ---------------*/
section.nursery-wrap {
    padding: 7em 0 3em;
}
.nursery-box {
    -ms-flex-pack: distribute;
	justify-content: space-around;
}
.nursery-in-box {
    width: 48%;
    padding: 1em;
    margin-bottom: 2em;
}
h4.nursery-title {
    position: relative;
    padding: 0 0 0.2em 2em;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    border-bottom: dashed 3px #ccc;
}
h4.nursery-title:before {
    font-family: "Font Awesome 5 pro";
    content: "\f890";
    font-weight: 900;
    position: absolute;
    font-size: 1.5em;
    left: 0;
    top: -6px;
    color: #ffef5a;
    font-weight: 900;
}
.flex.nursery-in-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 2em;
}


/*--------------------------------------------
 * preschool
 * -----------------------------------------*/
section#preschool {
    padding-top: 50px;
}
/*----------------- aboutpre ---------------*/
section.aboutpre-wrap {
    padding-bottom: 100px;
}
.aboutpre-box {
	background: url(/wp-content/uploads/2022/09/bg_body.jpg);
    padding: 4em;
    border-radius: 2em;
}
.aboutpre-box .left30, .aboutpre-box .right70 {
    margin-bottom: 0;
}
.aboutpre-box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.8em;
}

/*----------------- infopre ---------------*/
section#infopre {
	padding-top: 0;
}
section#infopre .title h2, section#infopre .border {
    display: none;
}


/*--------------------------------------------
 * life
 * -----------------------------------------*/
section#life {
    padding-top: 0;
}
section#life .shortcode.clearfix {
    margin-top: 0;
}
/*----------------- flow ---------------*/
section.flow-wrap {
    background: url(/wp-content/uploads/2022/10/wave_bg03.png), #f0fcff;
    background-repeat: repeat-x;
    background-position: 0 100%;
    padding: 8em 0;
}
section.kagai-wrap {
    padding-bottom: 100px;
}
section#life ul.tab-group {
    width: 70%;
    margin: 0 auto;
}
section#life .tab-group {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
}
section#life .tab {
    flex-grow: 1;
    padding: 10px;
    list-style: none;
    margin: 0 2em 4em 2em;
    background: #fffff5;
    border: solid 1px #8fcce0;
    text-align: center;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    color: #8fcce0;
    border-radius: 30px;
    position: relative;

}
section#life .panel-group {
	border-top: none; 
}
section#life .tab.is-active {
    background: url(/wp-content/uploads/2022/09/h3_bg.png);
    background-size: contain;
	color: #fff;
    transition: all 0.2s ease-out;
    border-radius: 30px;
}
section#life .tab.is-active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: calc(50% - 7px);
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: #8fcce0 transparent transparent;
}


/*---------------day---------------*/

section#life .tablepress tbody td.column-1 {
    width: 15%;
    background: #ecf4fa;
    text-align: center;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px;
}
section#life .tablepress tbody td.column-2 {
    border-right: 0!important;
    vertical-align: middle;
}
section#life .tablepress td.column-3 {
    width: 30%;
}
section#life .tablepress img {
    border-radius: 15px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/*---------------year---------------*/
.year_flow {
    margin-bottom: 3em;
}
.fa-calendar:before {
    content: "\f133";
    margin-right: 0.5em;
}
.year_flow_item p span {
    font-size: 12px;
}
.year_flow.flex.width1600{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.year_flow_item {
	width: 48%;
    text-align: center;
    margin-bottom: 2em;
    border: solid 6px #ffa7ce;
    padding: 1em 0.5em;
    background: #fff;
	padding: 0.5em;
	border-radius: 20px;
}
.year_flow_item {
    border: solid 3px #ffa7ce;
}
.year_flow_item:nth-child(2) {
    border: solid 3px #3dccc4;
}
.year_flow_item:nth-child(3) {
    border: solid 3px #ffcc7e;
}
.year_flow_item:last-child {
    border: solid 3px #a0cbec;
}
.sp_flex_left img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.year_flow_item ul {
    font-size: 14px;
    padding-top: 0.6em;
    font-weight: bold;
}
.br_year {
    background: rgba(255, 255, 255, 0.63);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px 15px 0px;
    margin-bottom: 30px;
    width: 600px;
    border: 4.5px dotted #acdc37;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
p.in_box_b {
    margin: 10px 0 20px;
    font-size: 18px;
}
p.in_box_b strong {
    color: #acdc37;
    font-size: 24px;
}

.sp_flex_left {
	width: 100%;
    padding: 0.5em;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.order_2 {
    order: 2;
}


/*---------------activite---------------*/
p.kosumo-title {
	color: #3e3e3e;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    border-bottom: dotted #ccc 4px;
    text-align: center;
}
ul.kagai-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
ul.kagai-list li {
    width: 48%;
	padding: 1em;
}
h4.kagai-title {
    background: #ffb9b9;
    text-align: center;
    padding: 0.5em;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5em;
    border-radius: 10px;
    color: #fff;
}
ul.kagai-list li img {
    border-radius: 2em;
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 1em;
}


/*--------------------------------------------
 * guide
 * -----------------------------------------*/
section#guide {
    padding-top: 1em;
    padding-bottom: 0;
}
section.guide-wrap {
    padding: 3em 0 6em;
}

.guide-box p {
    text-align: center;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: bold;
}

/*---------------buss---------------*/
section.buss-wrap {
    padding: 8em 0 5em;
    background: url(/wp-content/uploads/2022/09/wave_bg02.png), url(/wp-content/uploads/2022/09/wave_bg02-1.png), url(/wp-content/uploads/2022/09/bg_body.jpg);
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: 0 0, 0 100%, 0 0;
}



/*---------------care---------------*/
section.care-wrap {
    margin: 8em 0;
}
.care-box p {
    margin-bottom: 0;
}

/*---------------guideflow---------------*/
section.guideflow-wrap {
    padding: 8em 0 3em;
    background: #ecf4fa;
}
.service-flow .guideflow {
    position: relative;
    padding: 1em 2em 1.5em 2em;
    margin: 2em auto;
    background: #fff;
    color: #ffffff;
    font-weight: bold;
    /*width: fit-content;*/
    text-align: center;
    font-size: 25px;
    border-radius: 15px;
	width: 45%;
}
.service-flow .guideflow:first-child {
    margin-top: 0;
}
.service-flow .guideflow:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin-left: -24px;
    border: 24px solid transparent;
    border-top: 14px solid #fff;
    width: 0;
    height: 0;
}
.service-flow .guideflow:last-child:after {
    display: none;
}
.service-flow .guideflow p {
    margin: 0; 
    padding: 0;
    line-height: 2em;
	font-size: 19px;
}
.guideflow a {
    border-radius: 30px;
    padding: 0.5em 2em;
    text-align: center;
    margin: 0 auto;
    background: #67b046;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin: 15px auto 5px;
	font-size: 16px;
}
.guideflow a:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-0.1875em);
}
p.guideflow {
    font-size: 23px;
    font-weight: bold;
    color: #67b046;
}
p.fguideflowlow_title span {
    margin-right: 0.5em;
    color: #fff700;
}
p.guideflow {
    color: #67b046;
}
.guideflow img {
    border-radius: 0;
}

/*--------------------------------------------
 * member
 * -----------------------------------------*/
section#blog-category li.cat-item.cat-item-22 {
    display: none;
}



/*--------------------------------------------
 * contact
 * -----------------------------------------*/
.linkimg img {
    margin: 0 auto;
    border-radius: 0;
}
table.defTable01 th, table.defTable01 td {
    vertical-align: middle;
    padding: 24px 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background: #fff;
}
table.defTable01 th {
    width: 25%;
    background: #d9f0f0;
    color: #378099;
    font-weight: bold;
}
table.defTable01 th span {
    font-size: 0.75rem;
    background: #ff71b0;
    padding: 0.1rem 0.6rem;
    margin-left: 10px;
    font-weight: 300;
    border-radius: 50px;
    color: #fff;
}
table.defTable01 td.tel_area input {
    width: 30%;
}
table.defTable01 td.cen.last {
    background: none;
}
table.defTable01 .privacyBox h4 {
    margin: 20px 0 10px;
    padding: 0 0 0 0.35rem;
    border-left: 4px solid #ff71b0;
    border-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
}
table.defTable01 td.cen input {
    padding: 1.25rem 2rem;
    color: #fff;
    width: 300px;
	max-width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.035rem;
    background: #ff95c1;
    cursor: pointer;
    border: 2px solid #ff95c1;
    border-radius: 6px;
    margin-top: 30px;
    -webkit-appearance: none;
}
table.defTable01.mt50 th a {
    color: #000;
    font-weight: bold;
}
.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.tdin_01 {
    width: 62%;
    margin: 0 auto;
    border: 1px solid #a8a8a8;
    padding: 1rem;
}
.more {
    position: relative;
	z-index: 1;
}
.more a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* Ã£Æ’ÂªÃ£Æ’Â³Ã£â€šÂ¯Ã¨Â¦ÂÃ§Â´Â Ã£ÂÂ®Ã©â€¡ÂÃ£ÂÂªÃ£â€šÅ Ã£ÂÂ®Ã£Æ’â„¢Ã£Æ’Â¼Ã£â€šÂ¹Ã©Â â€ Ã¥ÂºÂÃ¦Å’â€¡Ã¥Â®Å¡ */
}

#thanks .width1400 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.75em;
}

#thanks p {
    font-size: 18px;
    line-height: 1.75em;
}


/*--------------------------------------------
 * footer
 * -----------------------------------------*/
footer#footer {
	background: #fffff5;
}
footer#footer .content {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
}
.footer-nav {
    background: #fffff5;
}
.footer-nav img {
    display: none;
}
.footer-nav .nav li a {
    color: #000;
	font-weight: bold;
}
.footer-nav .nav li a:hover {
    color: #1B34B5;
}
.footer-nav .nav li:after {
    content: "|";
    margin: 10px;
    color: #83afcd;
}
.f-logo {
    margin: 2em auto;
}
.footer_box {
    margin: 2em 0 0;
}
.footer_address a {
    color: #000!important;
}
.fa-map-marked-alt:before {
    content: "\f5a0";
	color: #1B34B5;
}
.fa-phone-alt:before {
    content: "\f879";
	color: #1B34B5;
}
.copyright {
    background: #1B34B5;
    margin-bottom: 0;
	margin-top: 15px;
}
.copyright a {
    color: #fff;
}


/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
.lb-back-to-top {
	position: fixed;
	background: url(/wp-content/uploads/2022/09/pagetop.png)no-repeat;
	text-indent: -9999px;
	width: 50px;
    height: 50px;
	bottom: 3em;
	right: 2em;
	padding: 1em;
	border: none;
	transition: .3s;
    z-index: 999;
}
.lb-back-to-top:hover {
	background-color: transparent;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

/*プ2024-1-31修正ー-----------------------
 * ------------------------------------------*/
section#news .tab-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

.news-more-btn {
    display: none;
}

.logo-img img {
    max-width: 380px;
}

.desktop.navigation .nav-content li img {
    /* max-width: 50px; */
    max-width: 30px;
    margin-bottom: 0;
}

*/
/*プライバシーポリシー-----------------------
 * ------------------------------------------*/
.privacyBox {padding:0 10px 70px;}
.privacyBox section{text-align: left;padding: 60px 0 60px;}


.privacyBox p{line-height: 180%;}
.privacyBox ul.ullist01{margin:10px 0px;}
.privacyBox ul.ullist01 li{
	margin: 0px 0px 0px 1.5em;
	line-height: 200%;
	list-style:disc;
	}

.privacyBox .ttl-01{
	margin:60px 0 20px;
	padding: 10px 0 10px 0;
	color:#333;
	font-size:1.5rem;
	font-weight:bold;
	text-align: left;
	border-bottom: 4px solid #edede8;
	line-height: 180%;
	position: relative;
	letter-spacing: 0.05em;
	}
.privacyBox .ttl-01::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #f4bca6;
	bottom: -4px;
	width:10%;
	display: block;
	left: 0;
	}
.privacyBox .ttl-01 span{
	color: #ec8861;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-left:10px;
	display: inline;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	}
.privacyBox .ttl-01.ttl_top{margin: 0 0 20px;}

.privacyBox .wc_h3_01{text-align: center; line-height: 150%;}
.privacyBox .wc_h3_01 span{text-transform: uppercase;letter-spacing: 0;}
dl.topics dd.list-item>span, dd.list-item span.news, dd.list-item span {
        display: none;
}

dl.topics dd time, dd.list-item time {
        display: none;
}
body.archive .sub-header,
body.single .sub-header{
        display: none;
}

section.blog .side-content {
        display: none;
}
.post-title .post-meta {
        display: none;
}

.youtube01 {
   margin-bottom: 72px;
    text-align: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube01 iframe {
    width: 100%;
    height: 100%;
}