@charset "utf-8";
/* CSS Document */
/*-------------------------------
common
-------------------------------*/
/*iosおまじない　java連動*/
.ios a:hover:after,
.ios a:active:after,
.ios a:focus:after{
		display: none;
}
::selection {
    background: #42b049;
    color: #fff;
}
.ps{
	display: inline-block;
}

.sp{
	display: none;
}
.ps_con{
	display: block;
}
.sp_con{
	display: none;
}
img, video {
	height: auto;
	max-width: 100%;
}
section::after{
	clear: both;
	content:"";
}
ul li{
	list-style: none;
}
#main ol{
	margin-left: 30px;
}
.clear{
	content:"";
	clear: both;
}
/*margin space*/
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mtb60{
	margin-top: 60px;
	margin-bottom: 60px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}
.mb70{
	margin-bottom: 70px;
}
.mb100{
	margin-bottom: 100px;
}
.pad30{
	padding-bottom: 30px;
	padding-top: 30px;
}
.pad40{
	padding-bottom: 40px;
	padding-top: 40px;
}
.padt30{
	padding-top: 30px;
}
.padt40{
	padding-top: 40px;
}
.padb30{
	padding-bottom: 30px;
}
.padb50{
	padding-bottom: 50px;
}
.padb70{
	padding-bottom: 70px;
}
/*fontsize color*/
.fs14{
font-size :14px;
font-size :0.875rem;
}
.fs16{
font-size :16px;
font-size :1rem;
}
.fs18{
font-size :18px;
font-size :1.125rem;
}
.fs20{
font-size :20px;
font-size :1.25rem;
}
.fs26{
font-size :26px;
font-size :1.625rem;
}
.fs28{
font-size :280px;
}
.fc_red{
	color: #E5232A;
}
.fc_blue{
	color: #2473ba;
}
.fc_pink_b{
	color: #ef6066;
	font-weight: bold;
}
.fc_pink02_b{
	color:#f97399;
	font-weight: bold;
}
.fc_green{
	color:#13ac67;
}
a.fc_green{
	color:#13ac67;
}
.bold{
	font-weight: bold;
}
.noto_300{
	font-weight: 300;
}
/*link*/
a img:hover{
	opacity: 0.7;
}
a {
  transition: color .5s;
  text-align-last: none;
}
a:hover {
	text-decoration-color: transparent;
	color:#ef6066;
	text-decoration: underline;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:active,
a:hover {
	color: #ef6066 !important;
	text-decoration: underline;
}


/*position*/
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_normal{
	font-weight: normal;
}
.block_center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
img.img_bottom {
	vertical-align: bottom;
}

/*table*/
/*solidあり*/
table.table-a{
	 border-collapse:  collapse; 
}
table.table-a th{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #f4f2ec;
	width:25%;
	font-weight: normal;
}
table.table-a td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
}


/*solidなし*/
/*company*/
table.table-b{
	width:100%;
}
table.table-b tr{
	border-bottom: 1px solid #c9caca;
}
table.table-b th{
	width:25%;
	padding:0.5em 2em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.table-b td{
	padding:0.5em 2em;
}
#content table.none, #content table.none th, #content table.none td, #content table.none tr{
	border:none !important;
}
#content table.none{
	width:100%;
}
#content table.none td{
	padding:5px  0;
}
table.none td.name01{
	width:30%;
}
table.none td.name02{
	width:20%;
}
table.none td.name03{
	width:25%;
}
table.none td.name04{
	width:25%;
}
table.none td.justify{
	text-align-last: justify;
	text-justify: inter-ideograph;
}
#content table.none02{
	width:80%;
}
#content table.none02, #content table.none02 th, #content table.none02 td, #content table.none02 tr{
	border:none !important;
}
#content table.none02 td, #content table.table-round tbody td table.none02 td{
	padding: 0;
}
dl.table{
	display: table;
	margin:0;
	padding: 0;
}
dl.table dt, dl.table dd{
	vertical-align: middle;
	display: table-cell;
}
dl.table_lead{
	display: table;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
dl.table_lead dt, dl.table_lead dd{
	vertical-align: middle;
	display: table-cell;
}
dl.table_lead dt, dl.table_lead dd.end{
	vertical-align: middle;
	display: table-cell;
	
}
dl.table_lead dd.mid{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
dl.table02{
	display: table;
	margin:0;
	padding: 0;
	width: 100%;
}
dl.table02 dt, dl.table02 dd{
	display: table-cell;
}
dl.table02 dt {
	width:20%;
}
/*button関連*/
/*角丸ボタン*/
.btn {
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
	position: relative;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
	text-align: center;
}
.btn01 {
	padding: 10px 4em ;
     background-color: #fff;
    color: #ef6066 !important;
    border: 1px solid #ef6066;
	
    }
.btn01.slim{
	padding: 10px 2em ;
}
.btn01:hover {
    background-color: #ef6066;
	color: #fff !important;
	border: 1px solid #ef6066;
    }
.btn01::after{
	content: "\f105";
	font-family: "fontawesome";
	margin-left: 10px;
}
.btn01.down::after{
	content: "\f107";
	font-family: "fontawesome";
	margin-left: 10px;
}
.btn02 {
	padding: 0.5em 2em ;
     background-color: #fff;
    color: #ff6633 !important;
    border: 1px solid #fff;
	display: block;
	text-align: center;
    }
.btn02:hover {
    background-color: #ff6633;
	color: #fff !important;
	border: 1px solid #fff;
    }

/*四角ボタン*/
.bn_cv{
	border:1px solid #c1a575;
	color: #c1a575 !important;
	text-align: center;
	padding: 1em 3em;
	-webkit-transition: all .5s;
    transition: all .5s;
}
.bn_cv:hover{
	background: #c1a575;
	color: #fff !important;
	text-decoration: none;
}
.bn_cv02{
	border:1px solid #fff;
	color: #fff !important;
	text-align: center;
	padding: 1em 3em;
	-webkit-transition: all .5s;
    transition: all .5s;
	display: block;
}
.bn_cv02:hover{
	background: #333b59;
	color: #fff !important;
}
/* パンくずリスト */
.bread ul{
	margin-top: 10px;
    list-style: none;
  }
 .bread li{
    display: inline;
  }
.bread li a{
    color: inherit;
    text-decoration: none;
  }
.bread li + li:before{
    content: ">";
    margin:.5em;
  }

/*-------------------------------------
bread
---------------------------------------*/
#breadcrumb {
	clear: both;
	margin: 0 auto;
	width: 100%;
	font-size: 87%;
	list-style: none;
}
#breadcrumb li {
	display: inline-block;
	padding: 15px 0 0 0;
}
#breadcrumb li:hover{
	text-decoration: underline;
}
/*-----------------------------------------------------------*/
/* ページトップへ戻るボタン */
/*-----------------------------------------------------------*/
/* ボタンの領域 */
#re-top {
	position:fixed; /*画面に固定*/
	bottom:50px; /*画面下へ*/
	right:5%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/* ボタン */
.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(20,0,0,0.5); /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:5px;
	padding-top:30px;
	box-sizing:border-box;
}
/* 三角部分 */
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
.re-topB:hover{
	color: #fff;
	background: rgba(51,59,89,0.6);
}



/*-------------------------------
contact
---------------------------------*/
/*お問合せ*/

.formInner input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.formInner input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.formInner input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

.form_w30{width:30% !important;}
.form_w50{width:50% !important;}
.form_w80{width:80% !important;}

.formInner{
	width:100%;
	margin: 10px auto;
}
.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}
#column {
	margin: 0 0 40px 0;
	width: 100%;
	height: 250px;
	overflow: auto;
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding: 20px;
}
#column ol{
	padding-left: 20px;
}

.formInner label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	position: static;
}

.opt {
	background: #3cd7e7;
}
.req {
	background: #e74c3c;
}
.opt, .req {
	margin-right: .5rem;
	color: #fff;
	font-size: .75rem;
	font-weight: 400;
	padding: .125rem .25rem;
	border-radius: .15rem;
}
.formInner input{
	position: static;
}
.formInner input[type="text"], .formInner input[type="password"], .formInner input[type="date"], .formInner input[type="datetime"], input[type="datetime-local"], .formInner input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.formInner input[type="text"], select, textarea, .formInner input[type="email"], textarea {
	border: 3px solid #ccc;
	border-radius: .3rem;
	padding: 6px;
	outline: 0;
}
.formInner input[type="file"], .formInner input[type="text"], select, .formInner input[type="email"], textarea {
	width: 65%;
	cursor: pointer;
}
.formInner input[type="text"]:focus, select:focus, textarea:focus, .formInner input[type="email"]:focus {
	border: solid 3px #1ca8dd;
	background-color: #ddf2fa;
}
textarea{
	min-height:120px;
}
form {
	margin: 30px auto;
}
form dl {
	font-size: .8125rem;
	border-bottom: 1px dotted #bcbcbc;
	margin-bottom: .875rem;
}
form dt {
	font-size: 1rem;
	margin-bottom: 1rem;
}
form dd {
	margin-bottom: 1rem;
}

.formInner input.w250{
	width:25%;
}
.formInner ol li{
	list-style: none;
}
.formInner ol li span{
	display: inline-block;
	vertical-align: middle;
	width:18%;
}
.formInner ol li span.wpcf7-form-control-wrap{
	width: 75%;
}
.formInner ol li span.wpcf7-form-control-wrap.zip{
	width: 50%;
}

/*-------------------------------------------
---------------------------------------------
layout
-------------------------------------------
------------------------------------------*/
/*header*/

ul.head_upper{
	float: right;
	padding-top: 10px;
}
ul.head_upper li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
ul.head_upper li::after{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-left: 10px;
	clear: both;
	color:#ef6066;
}
ul.head_upper::after{
	content: "";
	clear: both;
	display: block;
}
ul.head_upper li img{
	margin-right: 10px;
}
ul.head_upper li span{
	vertical-align: middle;
}
ul.head_upper li .tel{
	color:#000;
	font-size:22px;
}
ul.head_upper li span.eigyo_time{
	font-size:16px;
	vertical-align: baseline;
	margin-left: 10px;
	
}
#masthead .wrap_head {
	position: relative;
	max-width: 1280px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.site-branding-text {
	width: 33%;
	text-align: center;
	align-items: center;
	display: grid;
}
.top_nav {
	width: 67%;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}
.wrap::after {
	clear: both;
	content: "";
	display: block;
}
.wrap.main_contents{
	padding-top: 20px;
}

.one-column #content {
	margin: 0 auto;
	max-width: 1080px;
}
#content.one-col{
	margin: 0 auto;

}
/* =======================================
    ドロワー付きナビゲーション
======================================= */

.contents {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#navTgl:checked ~ .contents {
	transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
}
.open {
	z-index: 9999999;
	width: 48px;
	height: 48px;
	background: #fff;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #000;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	background: indianRed;
	transform: translateX(250px);
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
nav.menu {
	z-index: 1;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	transform: translateX(-100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.menu h2,
nav.menu a {
	color: white;
}
nav.menu h2 {
	text-align: center;
}
nav.menu ul {
	margin: 0;
	padding: 0;
}
nav.menu li {
	font-size: 0.875rem;
	line-height: 1.4;
}
nav.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
nav.menu a {
	display: block;
	padding: 1em 2em;
	text-decoration: inherit;
	transition: background .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav.menu a:hover {
	background: black;
}
#navTgl:checked ~ .menu {
	transform: none;
}


/* :::::: article :::::: */


/* :::::: nav :::::: */
header nav {
	max-width: 647px;
	margin: 0 auto;
}
header nav ul {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: .8em;
	text-align: center;
	white-space: nowrap;
}
header nav li {
	display: flex;
	flex-basis: 20%;
}
header nav li:not(:first-child) {
	border-left: 1px solid rgba(0,0,0,.1);
}
header nav li a {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	color: white;
	text-decoration: inherit;
	background: lightSeaGreen;
	transition: background .3s;
}
header nav li a:hover {
	background: indianRed;
}

/* :::::: change mechanism :::::: */
header nav {
	overflow: hidden;
	transition: height .6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .6s;
}
@media screen and (min-width: 768px) {
	.s_topvan{
		display: none;
	}
	
	.open {
		transform: translateY(-100%);
	}
	header nav {
		height: 3em;
		transition-delay: 0s, .4s;
	}
	
}
@media screen and (max-width: 767px) {
	header nav {
		height: 0;
		opacity: 0;
		pointer-events: none;
		transition-delay: .4s, 0s;
	}

}
/*メインナビゲーションにもともとmenuのクラスがついているので、PCナビと区別するため#naviで括る*/
#navi{
	width:100%;
	margin:0;
}
#navi ul.menu{
  *zoom: 1;
  list-style-type: none;
  max-width: 1200px;
  margin: 0 auto ;
  padding: 0;

}
#navi ul.menu:before, #navi ul.menu:after{
  content: "";
  display: table;
}
#navi ul.menu:after{
  clear: both;
}
#navi ul.menu li {
	position: relative;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
#navi ul.menu li{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#navi ul.menu li + li{
	border-right: 1px solid #ccc;
	border-left: 0;
}
#navi ul.menu li a{
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color:#000;
  font-weight: bold;
	transition: 0.5s;
	text-align: center;
}

#navi ul.menu li p{
	margin-top: 15px ;
	}
#navi ul.menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 20px 0 0 0 ;
  padding: 0;
  width:250px;
visibility: hidden;
    opacity: 0;
}

#navi ul.menu li:hover ul{
	 visibility: visible;
    opacity: 1;
}
#navi ul.menu li ul li{
  width: 100%;
  border: 1px solid #f4f4ec;
 background: #fff;
	margin: 0;

}
#navi ul.menu li ul li::last-child{
  width: 100%;

}
#navi ul.menu li ul li a{
  padding: 12px 15px;

  text-align: left;
  font-size:14px;
  font-weight: normal;

	 transition: .5s;
}

#navi ul.menu li ul.sub-menu li{
  overflow: hidden;
  height: 0;
  transition: .5s;
}
#navi ul.menu li:hover ul.sub-menu li{
  overflow: visible;
  height: 40px;
}
/*-	--------*/

#navi ul{
	text-align: center;
}

#navi ul li{
	display: inline-block;
	list-style: none;
	font-size: 16px;
	font-weight: bold;

}
#navi ul li+li{
	border-left: 0;

}
#normal li ul li.sp{
		display: none !important;
	}

#navi ul li ul li + li {
	border-left: none;
}
@media screen and (max-width: 767px) {
		#navi{
		display: none;
	}
	
}
/*メニューここまで*/
ul{
	margin-left: 0;
}

/*--------------------------------------------
スライドショー各種
-------------------------------------------------------*/
/*----------------------------------------
wideslider　両端の2枚が半透明のスライダー
-------------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.wideslider .pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.wideslider .pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.wideslider .pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

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

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* フェード画面いっぱいスライドショー
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.viewer ul.slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul.slide li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul.slide li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
  

.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*--------------------------------------
サブヘッダー*/
#subimage {
	position: relative;
	width: 100%;
}

#subimage .inner p{ 
	text-align: center; 
	font-size:32px; 
	color: #fff; 
	font-family:  "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo; 
	margin: 0;
	font-weight: bold;
	}
#subimage .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.bg-news, .bg-aiai{
	background: url("image/news_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-aizenbashi, .bg-news-aizen{
	background: url("image/aizenbashi_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-wakakusa, .bg-news-wakakusa{
	background: url("image/wakakusa_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-daikoku, .bg-news-daikoku{
	background: url("image/daikoku_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-nanko, .bg-news-nanko{
	background: url("image/nanko_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-aizenjido{
	background: url("image/aizenjido_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-imaike, .bg-news-imaike{
	background: url("image/imaike_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-nishinari, .bg-schedule, .bg-news-nishinari, .bg-honobono, .bg-airin-news, .bg-nishi_event{
	background: url("image/nishinari_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-recruit, .bg-requirements{
	background: url("image/recruit_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-info{
	background: url("image/info_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-about{
	background: url("image/about_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-boshu{
	background: url("image/boshu_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-contact{
	background: url("image/contact_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.bg-sitemap{
	background: url("image/sitemap_topimg.jpg") no-repeat;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	padding-top: 15.625%;
	height: auto;
}
.entry-meta.date {
	background: #ef6066;
	color: #fff !important;
	border-radius: 5px;
	padding: 3px 5px;
	margin-bottom: 5px;
}
.entry-meta.date a, 
.entry-meta.date:hover{
	color:#fff !important;
}
.time{
	margin-right: 20px;
}
.news_waku li{
	padding:5px 0;
	border-bottom:1px solid #ccc;
}

.newsguide a::after{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-left: 10px;
	clear: both;
	color:#ef6066;
}
.newsguide{
	margin: 10px 0;
	float: right;
}
.newsguide::after{
	content:"";
	clear: both;
}
#main.front {
	padding: 0;
}
.front.page_menu {
	padding: 0 0 30px 0;
}
/*page部分*/


/* =======================================
  ここまで共通
======================================= */


/* =======================================
  ここから各サイトごと
======================================= */
.mainImg{width:100%;
overflow: hidden;
}
.mainImg img{
	vertical-align: top;
}

.topvan{
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 1100px;
	height: 180px;
}

/*topics*/

.topic_waku {
	border-radius: 20px;
	background:#fff;
	margin: 20px 0;
	overflow: hidden;
	padding: 30px 40px;
}


.bn-news, .bn-news-aizenjido, .bn-news-rinpokan, .bn-waiwai-news, .bn-airin-news, .bn-, .bn-aiai{
	background: #ef6066;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-wakakusa{
	background: #add666;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-imaike{
	background: #d1b735;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-nanko{
	background: #239ec9;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-daikoku{
	background: #de7bba;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-aizen{
	background: #ffa73e;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-nishinari, .bn-nishi_event, .bn-honobono{
	background: #3fcdca;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}
.bn-news-rinpokan{
	background: #add666;
	font-size:12px; font-weight: bold;
	color:#fff; text-align: center;  
	padding:0.3em 1em; margin-right: 20px; 
	border-radius: 30px;
}


footer{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#colophon {
	overflow: hidden;
	padding: 0;
}
.foot_flex .tel{
	font-size:45px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, "sans-serif";
}
.foot_flex .tel a{
	color: #fff;
}
.foot_flex p{
	font-size:15px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.foot_flex .tel span{
	font-size:30px;
}
.foot_logo{
	font-size:22px;
	font-weight: bold;
}
.foot_logo span{
	font-size:14px;
	display: block;
	color: #000;
}
address{
	font-style: normal;
	font-size:14px;
}


.foot_cont{
	
	overflow: hidden;

}
.foot_cont dl{
	display: table;
	width:100%;
	margin: 0;
}
.foot_cont dt, #foot_cont dd{
	text-align: center;
	display: table-cell;
	vertical-align: middle;

}

.foot_cont p.lead{
	text-align: center;
	font-weight: bold;
	font-size:26px;
	margin-bottom: 40px;
}
.foot_upper{
	background: #fef6f5;
	padding:30px 0;
}
.foot_cont h2{
	font-size:16px;
	font-weight: bold;
	color:#ef6066;
	margin-bottom: 20px;
}
.foot_cont h2 a{color:#ef6066;}
.foot_cont .tel{
	font-size:32px;
}
.foot_cont .tel::before{

	margin-right: 10px;
}
#footer {
	margin: 0;
	text-align: center;
	padding:30px 0;
	background: #ef6066;
	color:#fff;
}
#footer .flex_center li a{color:#fff;}
#footer .flex_center li a::after{
	content: "\f105";
	font-family: "fontawesome";
	margin-left: 10px;
}
#footer .flex_center li a:hover{color:#fff !important;
text-decoration: underline;}
.copyright{
	text-align: center;
	padding: 0;
}
.copyright ul li{
	display: inline-block;
	border-right: 1px solid #555;
	padding-left: 30px;
	padding-right: 30px;
	
}
.copyright ul li+li{
	border-right: none;
}
.copy{
	font-size: 14px;
}

/*pager*/
.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}


/*titlebar-single.php*/
#content h1.entry-title, #content h2.entry-title {
	margin-bottom: 30px;
	padding: 15px 1em;
	font-size:20px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	position: relative;
	text-align: left;
}
#content h1.entry-title::before, #content h2.entry-title::before, h3.widget-title::before {	
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
}
h3.widget-title{
	margin-bottom: 20px;
	padding: 10px 1em;
	font-size:18px;
	font-weight: bold;
	position: relative;
	text-align: left;
	color:#fff;
	background: #ef6066;
	border-radius:5px;
}
.entry-meta.date {
	color: #000;
	font-size: 12px;
	float: right;
}
.entry-meta::after{
	content:" ";
	clear: both;
	margin-bottom: 10px;
}
#primary .widget-container ul li{
	border-top:1px solid #ededed;
	font-size:14px;
	padding:8px 0;
}

#primary .widget-container ul li::before{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-right:15px;
	color:#ef6066;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 0;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 5%;
	width: 30%;
}

#footer-widget-area .widget-area#third {
	float: left;
	margin-right: 0;
	width: 30%;
}
#footer-widget-area .widget-area ul ul {
	list-style: square;
	margin-left: 0;
}
#footer-widget-area .widget-area ul ul.sub-menu li{
	padding-left: 8px;
}
#footer-widget-area .widget-area ul ul.sub-menu li::before{
	content:"-";
	margin-right: 10px;

}
#footer-widget-area .widget-area a{
	color:#fff;
}
#footer-widget-area .widget-area .widget-container ul li {
	border:none;
	padding:0;
	text-align: left;
	font-size:14px;

}

/*-----------------------------------------------
toppage
-----------------------------*/
#head_grad{
	background: linear-gradient(#fff, #f8f7f3 ) ;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.wrap_white{
	background:#fff;
	padding: 60px 0;
	position: relative;
}

.wrap_gray{
	background: #f5f5f5;
	width: 100%;
	margin: 0;
	padding:60px 0;
}
/*=============================================================

ここから個別

==============================================================*/
/*menu*/
#navi ul.menu li a{
padding:5px 15px;
text-align: center;
transition: 0.5s;
}
#navi ul.menu li a:hover, #navi ul.menu li.current-menu-item a{
	color:#ef6066 !important;
}

.foot_bg_rep{background: url("image/footer.jpg") repeat-x center;
height: 238px; width: 100%;}


.wrap_pink{
	background: url("image/news_bg.png");
	overflow: hidden;
	padding: 60px 0 ;
}
.wrap_pink.pad{
	padding-bottom:80px;
}
.wrap_begue{
	background: url("image/news_g_bg.png");
	overflow: hidden;
	padding: 60px 0 ;
}
.wrap_pink h2, h2.title, #content .wrap_pink h2{
	color:#ef6066;
	font-weight: bold;
	font-size:26px;
	text-align: center;
	margin-bottom: 30px;
}
h2.title span{
	font-size:24px;
	color:#000;
	display: block;
}

 h2.green, #content h2.green, #content .wrap_begue h2{
	color:#13ac67;
	font-weight: bold;
	font-size:26px;
	text-align: center;
}
#content .wrap_begue h2{margin-bottom: 30px;}
h2.green.line::before{
	content:url("image/tlt_left_g.png");
	margin-right: 30px;
}
h2.green.line::after{
	content:url("image/tlt_light_g.png");
	margin-left: 30px;
}
.wrap_dot{
	background: url("image/con2_bg.png");
	padding: 40px 0;
}
.wrap_white .ab_img{
	position: absolute;
	top:-120px;
}
.lead_title{
	color:#000;
	font-size:32px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.lead_title span{
	display: block;
}
figure{
	margin: 20px auto;
	display: block;
	text-align: center;
}
h3.pink, h3.pink{
	color:#ef6066;
	font-weight: bold;
	font-size:20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
h3.pink a, a h3.pink{
	color:#ef6066 !important;
}
h3.green{
	color:#13ac67;
	font-weight: bold;
	font-size:20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
h3.green a{
	color:#13ac67 !important;
}
h3.pink02{
	color:#ef6066;
	font-weight: bold;
	font-size:20px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.mb_size{
	min-height: 60px;
}
#content h3.boshu_tit{
	background: #f47d86;
	color:#fff;
	font-weight: bold;
	font-size:20px;
	padding:0.8em 1.2em;
	border-radius: 10px;
}
#content .wrap_begue h3.boshu_tit, #content h3.boshu_tit_g{
	background: #13ac67;
	color:#fff;
	font-weight: bold;
	font-size:20px;
	padding:0.8em 1.2em;
	border-radius: 10px;
}
/*各園*/
.topic_list li{
	margin-top: 10px;
}
.round_box{
	border-radius: 20px;
	background:#fff;
	overflow: hidden;
	padding:30px 40px;
	margin: 20px 0;
}
ul.heart li{
	border-bottom:2px dotted #f47d86;
	padding:10px 0;
	color:#ef6066;
	font-weight: bold;
}
ul.heart li::before{
	content:"♥";
	margin-right: 10px;
}
ul.heart li span{
	color:#000;
	font-weight: normal;
}
ul.maru li::before, ul li.icon_maru::before{
	content:"●";
	margin-right: 10px;
	color:#ef6066;
}

#content table.table-round {
  border: 0px solid #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
	overflow: hidden;
}
#content table.table-round {
	background:#fff;
}
#content table.table-round thead th,
#content table.table-round tbody th,
#content table.table-round tbody td {
  padding: 1em 2em;
  border-bottom: 1px solid #fce7e4;
}
#content table.table-round.green thead th,
#content table.table-round.green tbody th,
#content table.table-round.green tbody td {
  padding: 1em 2em;
  border-bottom: 1px solid #cdf7e3;
}
#content table.table-round thead th, #content table.table-round tbody th {
  background-color: #f47d86;
	color:#fff;
	font-size:16px;
	width:25%;
}
#content table.table-round.green thead th, #content table.table-round.green tbody th {
  background-color: #13ac67;
	color:#fff;
	font-size:16px;
}
#content table.table-round tbody th {
  background-color: #f47d86;
	vertical-align: top;
}
#content table.table-round.green tbody th {
  background-color: #13ac67;
	vertical-align: top;
}
#content table.table-round thead th + th,
#content table.table-round tbody td {
  border-left: 1px solid #fce7e4;
}
#content table.table-round.green thead th + th,
#content table.table-round.green tbody td {
  border-left: 1px solid #cdf7e3;
}
#content table.table-round tbody tr:last-child th,
table.table-round tbody tr:last-child td {
  border-bottom: none;
}
#content table.table-round thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}
#content table.table-round thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}
#content table.table-round tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
#content table.table-round tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}
#content table.table-x, #content table.table-x th, #content table.table-x td{
	border: none;
}
#content table.table-x tr{
	border-bottom: 1px solid #fce7e4;
}
#content .wrap_begue table.table-x tr,
#content table.table-x.table-g tr{
	border-bottom: 1px solid #dcede2;
}
#content table.table-x th{
	width:20%;
	font-size:16px;
	font-weight: bold;
	padding: 8px 10px;
}
#content table.table-x td{
	padding: 8px 10px;
}
/*recruit*/
img.align_right{
	float: right;
	margin-left: 20px;
}
img.align_left{
	float: left;
	margin-right: 20px;
}
img.align_right02{
	float: right;
	margin-left: 20px;
}
img.align_left02{
	float: left;
	margin-right: 20px;
}
.rec_box{

	clear: both;
	overflow: hidden;
	padding: 20px 0;
}
.dot_line{
	border-bottom: 2px dotted #f47d86;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.rec_time{
	border-radius: 30px;
	text-align: center;
	background: #ef6066;
	padding:0.3em 0;
	width:180px;
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-weight: bold;
}
.pink_title{
	font-weight: bold;
	color:#ef6066;
	font-size:20px;
	vertical-align: middle;
	display: inline-block;
}
span.pink_title{
		margin-left: 30px;
}
.pink_round{
	border-radius: 20px;
	padding:2em;
	background: #fef6f5;
	overflow: hidden;
}
.fukuri_flex{
	display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.fukuri01{
	width:30%;
}
.fukuri02{
	width:65%;
}
.voice h3{
	background:#f47d86;
	color:#fff;
	font-weight: bold;
	font-size:20px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding:15px;
}
.voice h4{
	font-weight: bold;
	font-size:16px;
	margin-bottom: 30px;
}
.voice li{
	margin-bottom: 30px;
}
.voice{
	border-bottom:2px dotted #f47d86;
	margin-bottom: 30px;
}
/*about*/
.line_dot{
	border-bottom:2px dotted #f47d86;
	margin-bottom: 20px;
	padding-top:20px;
}
ul.pink_list li{
	margin-bottom: 20px;
	color:#f47d86;
	font-weight: bold;
	text-indent:-1em;
padding-left:1em;
padding-top:0;}
.att{
	padding-left: 1em;
	text-indent: -1em;
}
ul.line_green li{
	border-bottom: 1px solid #cdf7e3;
	padding: 5px 0;
}

.flex_loop{
		display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.flex_loop li{
	width:48%;
	margin-right: 2%;
}
ul.flex_loop li::nth-child(2n){
	margin-right: 0;
}
ul.flex_loop li img{
	display: block;
	text-align: center;
	margin: 10px auto;
}
#content h1.entry-title, #content h2.entry-title {
	margin-bottom: 30px;
	padding: 15px 1em;
	font-size: 20px;
	font-weight: bold;
	border-top: 3px solid #f47d86;
	border-bottom: 1px solid #eee;
	position: relative;
	text-align: left;
	margin-top:20px;
}
#content h3.paper{
	padding: 15px 0.5em;
	font-weight: bold;
	border-top: 3px solid #f47d86;
	border-bottom: 1px solid #eee;
}
#rec_menu ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#rec_menu ul li{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.flex.item_center{
align-items: center;
}