@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
	font-size:16px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	line-height:160%;
	color:#666;
}
@media only screen and (max-width: 1024px){
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
		font-size:14px;
	}
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	/display:inline;
	/zoom:1;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.columnreverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rowreverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.itemcenter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemend {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*align-content*/

.contentstart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.contentcenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contentend {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

/*align-self*/

.selfstart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.selfcenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.selfend {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

/* 見たまま編集バリデーション */

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
	width: 100%;
}

.flex>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*trimming関連*/
.trimmingInner {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clear{
clear:both;
}
img{
	vertical-align:top;
	border:none;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	opacity:0.6;
	text-decoration: none;
}
a[href*="tel"] {
	pointer-events: none;
}
ul{
	list-style:none;
}
#wrapper{
	min-width:1030px;
	overflow:hidden;
	position:relative;
}
[data-element-id][data-uk-slideshow]:hover:before {
	content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}

[data-collection-list-content]:hover:before {
	content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
	display: block;
	line-height: 1.8;
	font-weight: bold;
	color: red;
	clear: both;
	background: #4c4c4c;
	padding: 5px;
	text-align: left;
	position: absolute;
	letter-spacing: 1px;
	z-index: 1000;
	font-size: 12px;
	width: 100%;
}
/* メインビジュアル */

.mainimg {
	position: relative;
	overflow: hidden;
}
.mainimg img {
	width: 100%;
}
.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}
.mainimg .uk-slidenav-position:after {
	padding-top: 36%;
	content: '';
	display: block;
}
.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}


@media only screen and (max-width: 1024px){
	#wrapper{
		min-width:300px;
	}
	img{
		max-width:100%;
		height:auto;
	}
	a[href*="tel"] {
		pointer-events: initial !important;
	}
}
#header{
	max-width:1030px;
	margin-left:auto;
	margin-right:auto;
}
#header h1{
	font-weight:normal;
	font-size:12px;
	padding:12px 0 15px 0;
}
#header h2{
	float:left;
	padding:0 0 15px 0;
	width: 350px;
}
#header h2 img{
	width: 100%;
}
#header .right{
	float:right;
	width:500px;
	padding:0 0 15px 0;
}
#header .right dt{
	display:inline-block !important;
	line-height:1;
	font-size:16px;
	padding:0 17px 0 0;
}
#header .right dd{
	line-height:1;
	display:inline-block !important;
	font-size:36px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	
}
#header .right dd img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:10px;
}
#header .right dl{
	padding-bottom:10px;
}
#header .right p{
	font-size:14px;
}
#header .right p img{
	
}
@media only screen and (max-width: 1024px){
	#header{
		width:95%;
	}
	#header .right{
		float:none;
		margin:0 auto;
	}
	#header h2{
		float:none;
		text-align:center;
		margin: auto;
	}
	#header h1{
		padding-right:60px;
	}
}
@media only screen and (max-width: 599px){
	#header .right{
		width:auto;
	}
	#header .right dt{
		display:block !important;
		padding-right:0;
		font-size:14px;
	}
	#header .right dl{
		text-align:center;
	}
	#header .right dd{
		font-size:30px;
	}
	#header .right p .add{
		display:block;
		padding-top:10px;
	}
	#header h2{
		width:90%;
		margin:0 auto;
	}
}
#gnav{
	background:#fcc7cf;
	width:100%;
	height:auto;
	z-index:100;
}

#gnav ul{
	max-width:1030px;
	margin:0 auto;
	
}
#gnav p{
	display:none;
}
	#gnav li.sp[data-element-id]{
		display: block;
	}
#gnav li:first-child{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #fff;
}
#gnav li{
	float:left;
	width:85px;
	height:auto;
	text-align:center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-right:1px solid #fff;
}
#gnav li:first-child a{
	height:56px;
	padding-top:24px;
}
#gnav li a{
	display:block;
	line-height:80px;
	font-size:18px;
	color:#fff;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
}

#gnav li ul li{
	padding:0;
	display: block;
	width: 100%;
	line-height:80px;
}
#gnav li ul{
	background-color:#fcc7cf;
	position:absolute;
	display:none;
	z-index:2;
	width: 189px;
}
#gnav li ul[data-element-id]{
  position: static;
	display:block;

}
#gnav li ul li a{
	display:block;
	min-width:130px;
	color:#FFFFFF;	
	font-size:14px;
	text-align:center;
	padding:5px 0;
	height: 30px;
	line-height: 30px;
}
#gnav li ul li:first-child a{
	display: block;
  min-width: 130px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  height: 30px;
  line-height: 30px;
}
#gnav li ul li+li{
	border-top:1px solid #FFF;
}
#gnav li:hover ul{
	display:block;
}
#gnav li .b{
    display: block;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
}

#gnav li.st a,#gnav li a:hover{
	background:#ffaeba;
	opacity:1;
}
#gnav li+li{
	width:189px;
}
#gnav.fixed{
	position:fixed;
	top:0;
	right:0;
}
#gnav.fixed[data-element-id]{
	position:static !important;
	top:0;
	margin-top: 0;
}
#gnav li.sp{
	display: none;
}
.btm{
	margin-bottom:80px;
}
@media only screen and (max-width: 1024px){
	.btm{
	margin-bottom:0;
	}
	
	#gnav li.pc{display:none !important;}
	
	#gnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 210px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(210px);
	-ms-transform: translateX(210px);
	transform: translateX(210px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	
    }
#gnav li.sp {
    display: block;
}
	#gnav li.menunav{
		display:block !important;
		border:none;
	}
	#gnav.fixed{
		top: 0;
    right: 0;
		left:auto;
		width:210px;
		border:none;
		z-index:101;
		padding-top:0;
		padding-bottom:0;
	}
	#gnav ul li{
		float:none;
		width:auto;
		text-align:left;
	}
	#gnav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#fcc7cf;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #fcc7cf;
		-moz-box-shadow:0px 0px 0px 2px #fcc7cf;
		-webkit-box-shadow:0px 0px 0px 2px #fcc7cf;
	}

	#gnav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #fff;
		padding:0;
		margin-top:0;
		display:block !important;
	}
	#gnav ul li a{
		height:auto;
		display:block;
		padding:8px 0 8px 10px;
		font-size:16px;
		line-height:160%;
	}
	#gnav li:first-child a{
		padding-top:10px;
		height:auto;
		padding-bottom:10px;
		text-align:center;
		padding-right:10px;
	}

	#gnav li:first-child{
		border-left:none;
	}
	#gnav.action{
		-webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav p span.n{
		display: block;
		background: #fff;
		height: 2px;
		width: 26px;
		text-indent: -9999px;
		padding: 0;
		top: 50%;
		left: 6px;
		margin-top: -1px;
		position: absolute;
    }
	#gnav p span.n:before{
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: -8px;
		left: 0;
    }
	#gnav p span.n:after{
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 8px;
		left: 0;
    }
	#gnav.action p span.n{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition:ease .10s;
		transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 -ms-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav ul{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #ffaeba;
		padding:0;
	}
	
	#gnav li + li{
		border-left:none;
	}
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
}

.sidenav{
	position:fixed;
	top:245px;
	right:0;
	width:86px;
	height:auto;
	text-align:center;
	z-index: 2;
}
.sidenav strong{
	display:block;
	color:#fff;
	line-height:140%;
	padding-top:5px;
}
.sidenav a{
	display:block;
	height:136px;
}
.sidenav li:first-child a{
	display:block;
	background:#b2f6f8;
}
.sidenav li:last-child a{
	background:#9be3ff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:34px;
}
.sidenav li:last-child a strong{
	padding-top:14px;
}
.sidenav li:first-child a .t{
	font-weight:bold;
	font-size:12px;
	color:#fff;
	padding:12px 0 0 0;
	display:block;
}
@media only screen and (max-width: 1024px){
	.sidenav{
		position:relative;
		right:auto;
		top:auto;
		width:100%;
	}
	.sidenav li:last-child a{
		padding-top:25px;
	}
	.sidenav strong br{
		display:none;
	}
	.sidenav li{
		/* float:left; */
		width: 100%;
	}
	.sidenav a{
		height:100px;
	}
	.sidenav li:first-child a .t{
		padding-top:5px;
	}
}
#footer .imgs{
	max-width:1030px;
	margin:0 auto;
}
#footer .imgs ul{
	width:1604px;
	height:auto;
	margin-left:-287px;
}
#footer .imgs li{
	float:left;
}
#footer .map iframe{
  width: 100%;
}
#footer .footinfo{
	max-width:1024px;
	margin:0 auto;
	padding:60px 0 45px 0;
}
#footer .footinfo .tit{
	float:left;
	width:320px;
	height:auto;
}
#footer .footinfo .time{
	float:right;
	width:620px;
	height:auto;
}
#footer .footinfo h3{
	padding:0 0 15px 0;
}
#footer .footinfo h3 img{
	width: 100%;
}

#footer .footinfo .tit p{
	font-size:16px;
	padding:0 0 0 0;
}
#footer .footinfo .tit dt{
	font-size:16px;
}
#footer .footinfo .tit dt+dd{
	font-size:35px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height:120%;
	padding:0 0 3px 0;
}
#footer .footinfo .tit dt+dd img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:10px;
}
#footer .footinfo .tit dd+dd{
	text-align:center;
	text-decoration:underline;
	font-size:14px;
}
#footer .time table{
	width:100%;
	height:auto;
	border-collapse:collapse;
	border-left:1px solid #fcc7cf;
	border-right:1px solid #fcc7cf;
	margin-bottom:9px;
}
#footer .time th{
	width:180px;
	border-bottom:1px solid #fcc7cf;
	font-size:22px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	height:60px;
}
#footer .time  td{
	width:70px;
	text-align:center;
	border-bottom:1px solid #fcc7cf;
	font-size:29px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	color:#ffaeba;
}
#footer .time thead th{
	color:#fff;
	background:#fcc7cf;
}
#footer .time thead td{
	color:#fff;
	background:#fcc7cf;
	font-size:21px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
}
#footer .time td.off{
	font-size:24px;
}
#footer .time p{
	padding:0 0 20px 0;
	font-size:14px;
}
@media only screen and (max-width: 1024px){
	#footer .footinfo h3 img{
		width: 50%;
	}
	#footer .footinfo .tit{
		float:none;
		text-align:center;
		width:auto;
		padding-bottom:20px;
	}
	#footer .footinfo .tit dt + dd{
		font-size:30spx;
	}
	#footer .footinfo .tit p{
		font-size:14px;
	}
	#footer .footinfo .time{
		float:none;
		max-width:620px;
		margin:0 auto;
		width:auto;
	}
	#footer .footinfo{
		width:95%;
	}
	
}
@media only screen and (max-width: 599px){
	#footer .footinfo h3 img{
		width: 80%;
	}
	#footer .time th{
		font-size:14px;
		height:35px;
	}
	#footer .time thead td{
		font-size:14px;
	}
	#footer .time td{
		font-size:18px;
	}
	#footer .time td.off{
		font-size:14px;
	}
}
#footer .footnav{
	background:#fcc7cf;
	text-align:center;
}
#footer .footnav .inner{
	max-width:1030px;
	margin:0 auto;
	padding:25px 0 25px 0;
}
#footer .footnav .inner p{
	color:#fff;
	font-size:14px;
}
#footer .footnav .inner p a{
	color:#fff;
	display:inline-block !important;
}
.copy{
	font-size:12px;
	color:#fff;
	padding:0 0 26px 0;
}
.totop{
	position:fixed;
	z-index:90;
	right:10px;
	bottom:10px;
}
@media only screen and (max-width: 1024px){
	#footer .footnav .inner{
		width:95%;
	}
}
@media only screen and (max-width: 599px){
	.totop{
		width:60px;
	}
	#footer .footnav{
		padding-bottom:50px;
	}
}
/* ##### pcで3分割のグリッド ##### */
.gr333,
.gr332,
.gr331,
.gr322,
.gr321,
.gr311 {
	width: 29%;
	margin: 0 2% 6% 2%;
}
@media only screen and (max-width: 1024px) {
	.bkimg {
		position: relative;
	}

	.bkimg img {
		min-width: initial !important;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 28px;
		margin-bottom: 40px;
	}

	h4 {
		font-size: 20px;
	}

	.fs20 {
		font-size: 18px;
	}

	.fs22 {
		font-size: 20px;
	}

	.fs24 {
		font-size: 20px;
	}

	.fs26 {
		font-size: 22px;
	}

	.fs28 {
		font-size: 22px;
	}

	.fs30 {
		font-size: 24px;
	}

	.fs32 {
		font-size: 24px;
	}

	.fs34 {
		font-size: 26px;
	}

	.fs36 {
		font-size: 26px;
	}

	.fs38 {
		font-size: 28px;
	}

	.fs40 {
		font-size: 28px;
	}

	.fs42 {
		font-size: 30px;
	}

	.fs44 {
		font-size: 30px;
	}

	.fs46 {
		font-size: 32px;
	}

	a[href*="tel"] {
		pointer-events: initial !important;
	}

	.flex {
		max-width: 768px;
		margin: 0 auto;
	}

	.flexc {
		max-width: 768px;
		margin: 0 auto;
	}

	.flexs {
		max-width: 768px;
		margin: 0 auto;
	}

	.flexb {
		max-width: 768px;
		margin: 0 auto;
	}

	/* カラム */

	/* ##### タブレッドで5分割のグリッド ##### */
	.gr655,
	.gr654,
	.gr653,
	.gr652,
	.gr651 {
		width: 16%;
	}

	/* ##### タブレッドで4分割のグリッド ##### */
	.gr644,
	.gr643,
	.gr642,
	.gr641,
	.gr544,
	.gr543,
	.gr542,
	.gr541 {
		width: 21%;
	}

	/* ##### タブレッドで3分割のグリッド ##### */
	.gr633,
	.gr632,
	.gr631,
	.gr533,
	.gr532,
	.gr531,
	.gr433,
	.gr432,
	.gr431 {
		width: 29%;
	}

	/* ##### タブレッドで2分割のグリッド ##### */
	.gr622,
	.gr621,
	.gr522,
	.gr521,
	.gr422,
	.gr421,
	.gr322,
	.gr321 {
		width: 46%;
	}

	/* ##### タブレッドで1分割のグリッド ##### */
	.gr611,
	.gr511,
	.gr411,
	.gr311,
	.gr211 {
		width: 96%;
	}
}


@media only screen and (max-width: 599px) {
	

	.flex {
		max-width: 450px;
	}

	.flexc {
		max-width: 450px;
	}

	.flexs {
		max-width: 450px;
	}

	.flexb {
		max-width: 450px;
	}

	/* カラム */

	/* ##### スマホで5分割のグリッド ##### */
	.gr665 {
		width: 16%;
	}

	/* ##### スマホで4分割のグリッド ##### */
	.gr664,
	.gr654,
	.gr554 {
		width: 21%;
	}

	/* ##### スマホで3分割のグリッド ##### */
	.gr663,
	.gr653,
	.gr643,
	.gr633,
	.gr553,
	.gr543,
	.gr533,
	.gr443,
	.gr433 {
		width: 29%;
	}

	/* ##### スマホで2分割のグリッド ##### */
	.gr662,
	.gr652,
	.gr642,
	.gr632,
	.gr622,
	.gr552,
	.gr542,
	.gr532,
	.gr522,
	.gr442,
	.gr432,
	.gr422,
	.gr332,
	.gr322 {
		width: 46%;
	}

	/* ##### スマホで1分割のグリッド ##### */
	.gr661,
	.gr651,
	.gr641,
	.gr631,
	.gr621,
	.gr611,
	.gr551,
	.gr541,
	.gr531,
	.gr521,
	.gr511,
	.gr441,
	.gr431,
	.gr421,
	.gr411,
	.gr331,
	.gr321,
	.gr311,
	.gr221,
	.gr211 {
		width: 96%;
	}

}
/*home*/
.pic img{
	width: 100%;
}
.mainimg img{
	width: 100%;
}
.home1{
	padding: 50px 0 70px 0;
}
.home1 .g{
	color: #21a937;
}
.home1 h3{
	padding-bottom: 15px;
}
.home1 ul{
	text-align:center;
	letter-spacing: -5px;
}
.home1 ul li{
	width: 296px;
	display: inline-block !important;
	margin: 0 30px 40px 30px;
	padding-bottom: 10px;
	letter-spacing: 0;
	border: 2px solid #21a937;
}
.home1 ul li img{
	padding-bottom: 10px;
}
.home1 ul li p{
	font-size: 24px;
}
.home1 ul li p .g{
	display: block;
}
.home1 .more{
	text-align: center;
}
.home1 .more a{
	width: 700px;
}
.home2{
	background-color: #fffbe5;
	position: relative;
	padding: 30px 0 30px 0;
	overflow: hidden;
}
.home2 .pic{
	position: absolute;
	right: 0;
	top:0;
	width: 30%;
	opacity: 0.5;
}
.home2 .inn{
	/* width: 80%; */
	margin: auto;
	position: relative;
	z-index: 1;
  width: 95%;
  max-width: 1000px;
}
.home2 .inn .picb{
	width: 388px;
	float: left;
}
.home2 .inn .picb img{
	width: 100%;
}
.home2 .inn h3{
	text-align: left;
	padding-bottom: 20px;
}
.home2 .inn .tbox {
    padding-left: 0;
    max-width: 65%;
    margin: 0 auto;
}
.home2.fff {
    background-color: #fff;
}
.home2.fff .picb {
    width: 100%;
    float: none;
}
.home2.fff .picb ul {
    max-width: 660px;
    margin: 0 auto;
}
.home2.fff .picb ul li{
    width: 48%;
    padding-right: 1%;
    padding-left: 1%;
    margin: 40px auto 30px auto;
}
.home2.fff .picb .pic {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    opacity: 1;
}
.home3{
	padding: 50px 0 60px 0;
	text-align: center;
}
.home3 .inner{
	width: 95%;
	margin: auto;
	max-width: 1000px;
}
.home3 h3{
	padding-bottom: 30px;
}
.home3 ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.home3 .col_3{
	width: 30%;
	margin: 0 1.5%;
	margin-bottom: 3%;
}
.home3 .col_2{
	width: 23%;
	margin: 0 1.5%;
	margin-bottom: 3%;
}
.home3 .txt_box .ttl{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}
.home3 .c_green{
	border: 5px solid #e1fbf2;
}
.home3 .c_pink{
	border: 5px solid #f9e7e7;
}
.home3 .c_purple{
	border: 5px solid #dedef6;
}
.home3 .c_blue{
	border: 5px solid #e5f1ef;
}
.home3 .c_beige{
	border: 5px solid #fdedde;
}
.home3 .c_yellow{
	border: 5px solid #fffbe2;
}
.home3 .c_brown{
	border: 5px solid #fdeddd;
}
.home3 .txt_box .btn{
	width: 95%;
	max-width: 200px;
	border: 1px solid #000;
	text-align: center;
	border-radius: 50px;
	margin: auto;
	font-size: 12px;
	padding: 5px 0;
	margin-top: 10px;
}
.home3 .txt_box .btn a{
	display: block;
	width: 100%;
}
.home3 .txt_box .btn a:after{
	content: "→";
	display:inline-block;
	padding-left: 10px;
	margin-right: -10px;
}
.home4{
	background-color: #d3eec6;
	position: relative;
	overflow: hidden;
}
.home4 .pic1{
	position: absolute;
	left: 0;
	top: 0;
	z-index:0; 
}
.home4 .pic2{
	position: absolute;
	right: 0;
	top: 0;
	z-index:0; 
}
.home4 .tbox{
	text-align: center;
	padding: 50px 0 30px 0;
	position: relative;
	z-index: 1;
}
.home4 .tbox h3{
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height: 54px;
	margin-bottom: 15px;
}
.home4 .tbox h3 .n{
	display: inline-block !important;
	width: 480px;
	background-color: #00a940;
	vertical-align: top;
	border-top:3px solid #008238;
	border-bottom: 4px solid #008238;
	margin-top: 1px;
}
.home4 .tbox h3:before{
	content: url(/import/tenant_1/133.167.36.187/ai_html/images/top/ribbon_01.png);
	margin-left: -48px;
}
.home4 .tbox h3:after{
	content: url(/import/tenant_1/133.167.36.187/ai_html/images/top/ribbon_02.png);
	margin-right: -48px;
}
.home4 .tbox h3+p{
	font-size: 20px;
	padding-bottom: 10px;
}
.home4 .tbox p{
	padding-bottom: 20px;
}
.home4 .tbox .t{
	text-decoration: underline;
	padding-bottom: 0;
}
.home4 a{
	position: relative;
	z-index: 3;
	display: block;
	background-color: #00a940;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height: 60px;
	height: 60px;
}
.home4 a img{
	vertical-align: middle;
	margin-left: 15px;
}
.home5{
	padding: 70px 0 50px 0;
}
.home5 .tit{
	text-align: center;
	padding-bottom: 40px;
}
.home5 .tit h3{
	display: inline-block !important;
	position: relative;
	text-align: left;
}
.home5 h3 .g{
	color: #ff90a1;
	font-size: 140%;
}
.home5 h3 .t{
	font-size: 36px;
}
.home5 h3:after{
	content: url(/import/tenant_1/133.167.36.187/ai_html/images/top/icon_05.png);
	position: absolute;
	right: 0;
	top:-45px;
}
.home5 .tbox h4{
	font-size: 32px;
	color: #ff90a1;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 15px;
}
.home5 .tbox h4 .num{
	display: inline-block !important;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #21a937;
	border-radius: 50%;
	margin-right: 15px;
}
.home5 .tbox h4+p{
	padding-bottom: 35px;
}
.home5 .clearfix{
	padding-bottom: 40px;
}
.home5 .whitening1{
	padding-bottom: 0;
}
.home5 .box{
	width: 301px;
	float: left;
	margin-right: 50px;
}
.home5 .box:nth-of-type(3n){
	margin-right: 0;
}
.home5 .box h4{
	font-size: 26px;
}
.home5 .box .tbox h4 .num{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin-right: 5px;
	letter-spacing: 0;
}
.home5 .box .more a{
	width: 100%;
}
.home5 .box .more a:after{
	content: url(/import/tenant_1/133.167.36.187/ai_html/images/top/home5mk.gif);
	right: 10%;
	top:20px;
}
.home5 .box .tbox h4.ss{
	letter-spacing: -2px;
}
.home6 a{
	display: block;
	position: relative;
	width: 100%;
	height: 120px;
	line-height: 120px;
	background-color: #8fc31f;
	text-align: center;
	color: #fff;
	font-size: 21px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	overflow: hidden;
}
.home6 a img{
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 10px;
}
.home6 a .pic{
	display: block;
	position: absolute;
	top:0;
	left: 0;
}
.home6 a .pic img{
	max-width:none;
	width: 1430px;
	height: 121px;
	opacity: 0.25;
	margin: 0;
}
.home7 {
	padding: 60px 0;
}
.home7 .box{
	width: 450px;
	float: left;
	border-bottom: 2px solid #fbc3e6;
	margin-bottom: 20px;
}
.home7 h4{
	margin-bottom: 35px;
}
.home7 .tit{
	position: relative;
}
.home7 .tit a{
	position: absolute;
	right: 0;
	top:10px;
}
.home7 .box+.box{
	float: right;
}
.home7 ul{
	padding: 0 16px;
}
.home7 li{
	border-bottom: 1px dashed #ababab;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.home7 li:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
}
.home7 li .d{
	color: #fbc3e6;
	display: block;
}
.home7 a{
	display: block;
}
.home7 a:before{
	content: "＞";
	font-size: 10px;
	color: #fbc3e6;
	padding-right: 5px;
	display: inline-block !important;
	vertical-align: top;
}
.home8 {
	padding-bottom: 40px;
}
.home8 ul{
	letter-spacing: -5px;
	text-align: center;
}
.home8 ul li{
	width: 300px;
	margin: 0 32px 20px 32px;
	display: inline-block !important;
	letter-spacing: 0;
}
.home8 ul li a{
	display: block;
}
@media only screen and (max-width: 1024px){
	.home1 .more a{
		width: 90%;
	}
	.home2 .pic{
	bottom:0;
	top:auto;
}
	.home1 .more a:after{
		content: "";
	}
	.home2 .inn{
		margin-left: 0;
		width: 95%;
		margin: 0 auto;
	}
	.home2 .inn .tbox {
    max-width: 95%;
}
	.home5 .tbox{
		text-align: center;
	}
	.home5 .more{
		text-align: center;
	}
	.home5 .box{
		float: none;
		display: inline-block !important;
		margin: 0 25px 35px 25px;
	}
	.home5 .inn{
		text-align: center;
	}
	.home5 {
		padding-bottom: 30px;
	}
	.home5 .tbox h4{
		font-size: 23px;
	}
	.home5 .box h4{
		font-size: 20px;
	}
	.home7 .box,.home7 .box+.box{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.home7 {
		padding-bottom: 0;
	}
	.home2 .inn .picb {
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.home2 .inn .tbox {
		padding-left: 0px;
	}
	.home2{
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 599px){
  .home2.fff .picb ul {
    max-width: 95%;
}
.home3 ul{
	display: block;
}
.home3 .col_3{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10%;
	display: inline-block;
}
.home3 .col_2{
	width: 46%;
	margin: 0 1.5%;
	margin-bottom: 3%;
	display: inline-block;
}
.home4 .pic1{
	position: relative;
	width: 50%;
	float: left;
}
.home4 .pic2{
	position: relative;
	width: 50%;
	float: right;
}

.home4 .tbox h3:before{
	content: "";
}
.home4 .tbox h3:after{
	content: "";
}
.home4 .tbox h3 .n{
	width: 100%;
}
.home5 h3:after{
	position: relative;
	top:auto;
	display: block;
	width: 100%;
	text-align: center;
}
.home5 .tit h3{
	font-size: 100%;
}
}
/*下層共通*/
.subtit{
	background-image:url(/import/tenant_1/133.167.36.187/ai_html/images/tit.jpg), url(/import/tenant_1/133.167.36.187/ai_html/images/tit2.jpg);
	background-position:0 0, right 0;
	background-repeat:no-repeat;
	background-color:#f8f8d6;
	min-height:200px;
	margin-bottom:50px;
}
.subtit h2{
	text-align:center;
	font-size:30px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:bold;
	color:#fff;
	padding-top:74px;
	text-shadow:0 0 10px #000;
}

.h3s{
	text-align:center;
	font-weight:normal;
	font-size:30px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.w03{
	width: 95%;
	max-width:1030px;
	margin:0 auto;
}
@media only screen and (max-width: 1024px){
	.subtit{
		padding-left:100px;
		padding-right:100px;
		width:100%;
		margin-left:-100px;
	}
	.subtit h2{
		font-size:24px;
	}
	.h3s{
		font-size:24px;
	}
	.w03{
		width:95%;
	}
		.home5 .tit {
	  padding-bottom: 0;
	}
}
.more a{
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	background-color: #fcc7cf;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	margin: auto;
}
.more1 a:after{
	content:url(/import/tenant_1/133.167.36.187/ai_html/images/top/icon_01.png);
	display: block;
	position: absolute;
	right: 18%;
	top:16px;
}
.more2 a:after{
	content:url(/import/tenant_1/133.167.36.187/ai_html/images/top/icon_02.png);
	display: block;
	position: absolute;
	left: 18%;
	top:16px;
}
@media only screen and (max-width: 599px){
  .home5 {
    padding: 0 0 50px 0;
  }
	.more{
		text-align: center;
	}
	.more a{
		width: 95%;
		margin: 0 auto;
	}
	.more a:after{
		content: "";
	}

}
/*featurea*/

.featurea1 h3 strong{
	font-size:48px;
	color:#21a937;
}
.featurea1 h3{
	padding:0 0 40px 0;
}
.featurea1 .box h4{
	text-align:center;
	font-size:24px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:normal;
	border-bottom:2px solid #21a937;
	margin-bottom:30px;
}
.featurea1 .box .pic{
	text-align:center;
	padding:0 0 30px 0;
}
.featurea1 .box p{
	text-align:center;
	padding:0 0 20px 0;
}
.featurea1 .box{
	padding-bottom:20px;
}
.featurea1{
	padding-bottom:50px;
}
.pic .w{
	display:inline-block !important;
	position:relative;
	width: 100%;
}
.pic .w img{
	position:relative;
	z-index:1;
}
.pic .w:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:#f7ebef;
	top:10px;
	left:10px;
}
@media only screen and (max-width: 1024px){
	.featurea1 .box h4{
		font-size:20px;
	}
}
/*fee1*/
.fee1 h3 {
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: normal;
    border-bottom: 2px solid #21a937;
    margin-bottom: 30px;
}
.fee1 .table1 .tt dt{
	width:33.33%;
	float:left;
	background:#21a937;
	color:#fff;
	text-align:center;
	padding:5px 0 1005px 0;
	margin-bottom:-1000px;
}
.fee1 .table1 .tt dd{
	width:33.33%;
	float:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#21a937;
	padding:5px 0 1005px 0;
	margin-bottom:-1000px;
	color:#fff;
	text-align:center;
}
.fee1 .table1 dt{
	width:33.33%;
	float:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:3px 5px 1003px 5px;
	background:#d3eec6;
	margin-bottom:-1000px;
}
.fee1 .table1 dd{
	width:66.66%;
	float:left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-left:1px solid #56be67;
}
.fee1 .table1 dd dt{
	width:50%;
	padding:3px 5px 1003px 5px;
	background:none;
}
.fee1 .table1 dd dd{
	width:50%;
	padding:3px 5px;
	text-align:right;
}
.fee1 .table1{
	border:1px solid #56be67;
	border-bottom:none;
	width:1028px;
	height:auto;
}
.fee1 dl{
	overflow:hidden;
	border-bottom:1px solid #56be67;
}
.fee1 dl dl{
	border-bottom:none;
	width:auto;
}
.fee1 dl dl+dl{
	border-top:1px solid #56be67;
}
.fee1 .box{
	padding-bottom:40px;
}
.fee1 .table2 {
	letter-spacing:-6px;
    border: 1px solid #56be67;
    border-bottom: none;
}
.fee1 .table2 .tt dt {
	letter-spacing:0;
    width: 66.66%;
	display:inline-block !important;
    background: #21a937;
    color: #fff;
    text-align: center;
    padding: 5px 0 1005px 0;
    margin-bottom: -1000px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
}
.fee1 .table2 .tt dd{
    width: 33.33%;
    display:inline-block !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #21a937;
    padding: 5px 0 1005px 0;
    margin-bottom: -1000px;
    color: #fff;
    text-align: center;
	vertical-align:middle;
	letter-spacing:0;
	box-sizing:border-box;
}
.fee1 .table2 dt{
	width:66.66%;
	letter-spacing:0;
	display:inline-block !important;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-right: 1px solid #56be67;
	padding: 3px 5px 3px 5px;
}
.fee1 .table2 dd{
	width:33.33%;
	letter-spacing:0;
	display:inline-block !important;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 3px 5px 3px 5px;
	text-align:right;
}
.fee1 .table2 dt .m{
	color:#21a937;
	padding-right:0.25em;
}
.fee1 .next{
	text-align:center;
	padding:0 0 30px 0;
}

.fee1  .table2 li{
	text-indent:-1.25em;
	padding-left:1.25em;
}
.fee1  .table3 dt{
	border:none;
	width:50%;
}
.fee1  .table3 dd{
	width:50%;
	border-left:1px solid #56be67;
}
.fee1  .table3 .tt dt{
	width:50%;
}
.fee1  .table3 .tt dd{
	width:50%;
}
.fee1 .txt{
	padding:20px 0 0 0;
}
.fee1 .txt p{
	padding:0 0 20px 0;
}

.bk1{
	background:#fffbe5;
	width: 100%;
}
.fee2{
	padding:45px 0 60px 0;
}
.fee2 h3{
	padding:0 0 30px 0;
}
.fee2 p{
	padding:0 0 20px 0;
}
.fee2 .txt{
	border:1px solid #21a937;
	background:#fff;
	padding:20px 16px 10px 16px;
	margin-top:20px;
}
.fee2 .txt h4{
	font-size:22px;
	color:#21a937;
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px){
	.fee1 .waku{
		overflow-x:auto;
	}
}
/*shinbi*/
.shinbi1 .tbox{
	width:50%;
	height:auto;
}
.lp .pic{
	float: left;
	width: 45%;
}
.lp .tbox{
	float:right;
}
.shinbi1{
	padding:0 0 50px 0;
}
.shinbi1 .pic{
	padding:0 0 20px 0;
}
.shinbi1 .tbox p{
	padding:0 0 20px 0;
}
.shinbi2{
	padding:50px 0 20px 0;
}
.shinbi2 h3{
	padding:0 0 30px 0;
}
.shinbi2 p{
	padding:0 0 20px 0;
}
.shinbi2 .wrap{
	padding:20px 0 0 0;
	letter-spacing:-6px;
	width:1110px;
}
.shinbi2 .box{
	display:inline-block !important;
	vertical-align:top;
	letter-spacing:0;
	max-width:475px;
	width:48%;
	padding:0 80px 20px 0;
	text-align:left;
}
.shinbi2 .pic{
	text-align:center;
	padding-bottom:30px;
}
.shinbi2 h4{
	text-align:center;
	font-size:22px;
	color:#21a937;
	padding:0 0 10px 0;
}
.shinbi3{
	padding:50px 0 30px 0;
}
.shinbi3 h3{
	padding:0 0 30px 0;
}
.shinbi3 p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 1024px){
	
	.shinbi2 .wrap{
		width:auto;
	}
	.shinbi2 .box{
		padding-left:1%;
		padding-right:1%;
	}
	.shinbi2 h4{
		font-size:18px;
	}
}
@media only screen and (max-width: 599px){
   .lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
} 
	.lp .pic{
		float:none;
		text-align:center;
		width: 80%;
		margin: auto;
	}
	.lp .tbox{
	  margin-top: 20px;
		float:none;
		width:auto !important;
	}
	.shinbi2 .box{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}
/*inlay*/
.inlay1{
	padding:50px 0 0 0;
}
.inlay1 h3{
	padding:0 0 30px 0;
}
.h4l{
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: normal;
	border-bottom: 2px solid #fbc3e6;
    margin-bottom: 30px;
}
.inlay1 p{
	padding:0 0 20px 0;
}
.inlay1 .box{
	padding:0 0 20px 0;
}
.inlay1 .wrap{
    padding: 0 0 30px 0;
    letter-spacing: -6px;
    width: 100%;
    height: auto;
}
.inlay1 dl{
  clear: both;
/*	max-width:320px;*/
	padding:0 33px 30px 0;
	vertical-align:top;
	display:inline-block;
	letter-spacing:0;
	width:30%;
}
.inlay1 dl.w46 {
  width: 46%;
}
.inlay1 dd.pic{
	width: 80%;
	margin: auto;
}
.inlay1 dt{
	text-align:center;
	color:#ff90a1;
	font-size:22px;
	padding:25px 0 5px 0;
	font-weight:bold;
}
.inlay1 dl.w100 {
    width: 100%;
    max-width: 100%;
}
.inlay1 dl.w100 dd.pic {
    margin: 0 4% 0 0;
    width: 30%;
}
.inlay1 dl.w100 dd {
    width: 61%;
    float: left;
    margin: 0 2.5% 0 2.5%;
}
	.inlay1 dl.w100 dl {
    padding-bottom: 0;
}
.inlay1 dl.w100 dd dl {
     width: 100%;
}
.inlay1 dl.w100 dd dl dd {
     width: 100%;
          float: none;
           margin:0 ;    
}
@media only screen and (max-width: 1024px){
	.h4l{
		font-size:20px;
	}
	.inlay1 dt{
		font-size:15px;
	}
	.inlay1 .wrap{
		width:auto;
	}
	.inlay1 dl{
		padding-left:1%;
		padding-right:1%;
	}
}
@media only screen and (max-width: 599px){
	.inlay1 dl{
		width: 100%;
		margin: auto;
		padding: 0;
		display: block;
		margin-bottom: 20px;
	}

	.implant1 dl {
		/* max-width: 475px; */
		width: 48%;
		padding-right: 0;
	}
	.inlay1 dl.w100 dd {
    width: 100%;
    float: none;
    margin: 0;
}
.inlay1 dl.w100 {
    max-width: none;
}
.inlay1 dl.w100 dd.pic {
    margin: 0 auto 10px auto;
    width: 80%;
    float: none;
}
.inlay1 dl.w100 dd dl dd {
    width: 100%;
    float: none;
    margin: 0;
}
.inlay1 dl.w46 {
    width: 100%;
}
.inlay1 dl.w100 dd dl {
    margin-bottom: 0;
}
}
/*whitening*/
.whitening1 .txt{
	border:1px solid #ff90a1;
	padding:25px 19px 5px 19px;
	margin-bottom:40px;
}
.whitening1 p{
	padding:0 0 20px 0;
	width: 100%;
}
.whitening1 .tbox{
	width:50%;
	height:auto;
}
.whitening1 h3{
	font-size:32px;
	color:#ff90a1;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight:normal;
	padding:0 0 20px 0;
	line-height:140%;
}
.whitening1{
	padding:0 0 50px 0;
}
.whitening2{
	padding:50px 0 30px 0;
}
.whitening2 h4 {
    font-size: 24px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: normal;
	border-bottom: 2px solid #ff90a1;
    margin-bottom: 30px;
	position:relative;
	padding-left:40px;
	min-height:36px;
}
.whitening2 .box{
/*	max-width:475px;*/
	width:46%;
	height:auto;
	padding:0 40px 0 0;
	letter-spacing:0;
	vertical-align:top;
	display:inline-block !important;
}
.whitening2 .wrap{
	letter-spacing:-5px;
	width:1070px;
}
.whitening2 .pic{
	text-align:center;
	padding:0 0 30px 0;
}
.whitening2 h4 img{
	margin-right:14px;
	margin-top:-5px;
	position:absolute;
	top:0;
	left:0;
}
.whitening2 p{
	padding:0 0 20px 0;
}
.whitening3{
	padding:50px 0 30px 0;
}
.whitening3 dl{
/*	max-width:320px;*/
	width:29%;
	height:auto;
	display:inline-block;
	letter-spacing:0;
	vertical-align:top;
	padding:0 1.5% 20px;
}
.whitening3 .wrap{
    padding: 20px 0 0 0;
    letter-spacing: 0;
    width: 1024px;
    height: auto;
}
.whitening3 h3{
	padding:0 0 30px 0;
}
.whitening3 p{
	padding:0 0 20px 0;
}
.whitening3 .pic{
	text-align:center;
	padding-bottom:20px;
	width:80%;
	margin: auto;
}
.whitening3 .pic .trimmingInner{
	border-radius:50%;
	border:#ff90a1 2px solid;
}
.whitening3 dt{
	font-size:22px;
	font-weight:bold;
	color:#ff90a1;
	text-align:center;
	padding:0 0 5px 0;
}

.whitening4 h4{
	text-align:left;
	min-height:36px;
	padding-left:40px;
	position:relative;
}
.whitening4 h4 img{
	margin-right:14px;
	position:absolute;
	top:0;
	left:0;
}
.whitening4{
	padding-bottom:20px;
}
@media only screen and (max-width: 1024px){
	.whitening1 h3{
		font-size:24px;
	}
	.whitening2 .wrap{
		width:auto;
	}
	.whitening2 .box{
		padding-left:1%;
		padding-right:1%;
	}
	.whitening2 h4,.whitening4 h4{
		font-size:18px;
	}
	.whitening3 .wrap{
		width:100%;
	}
	.whitening3 dl{
/*
		padding-left:1%;
		padding-right:1%;
*/
	}
	.whitening3 dt{
		font-size:18px;
	}
	.whitening2 .pic{
		width: 80%;
		margin: auto;
	}
}
@media only screen and (max-width: 599px){
	.whitening3 dl{
		width:48%;
	}
}
@media only screen and (max-width: 599px){
	.whitening2 .box{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}
@media only screen and (max-width: 599px){
	.whitening3 dl{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}

/*implant*/
.implant1 .wrap{
	width: 95%;
	max-width:1110px;
	margin: auto;
}
.implant1 dl{
/*	max-width:475px;*/
	width:49%;
/*	padding-right:80px;*/
	padding: 0;
}
.implant1 .pic .trimmingInner{
	border-radius: 0;
}
@media only screen and (max-width: 1024px){
	
	.implant1 .wrap{
		width:auto;
	}
}
@media only screen and (max-width: 599px){
	.implant1 dl{
		width:80%;	
		padding: 0;
		display: block;
		margin: auto;
		margin-bottom: 10%;
/*
		padding-left:1%;
		padding-right:1%;
*/
	}
}

.implant2{
	padding:50px 0 25px 0;
}
.implant2 h3{
	padding-bottom:30px;
}
.implant2 p{
	padding:0 0 20px 0;
}
.implant2 h4{
	text-align:left;
	min-height:40px;
	position:relative;
	padding-left:45px;
}
.implant2 h4 .n{
	font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style:italic;
	font-size:40px;
	color:#ff90a1;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
}
.rp .pic{
	float:right;
}
.rp .tbox{
	float:left;
}
.implant2 .tbox{
	width:60%;

}
.implant2 .pic{
	width:35%;
}
.implant2 .box{
	padding-bottom:15px;
}
@media only screen and (max-width: 599px){
	.rp .pic{
		float:none;
		text-align:center;
		width:80%;
		margin: auto;
	}
	.rp .tbox{
		width:100%;
		float:none;
	}
}
.pmtc .bk1 .shinbi1{
	padding-top:50px;
}
.pmtc .bk1 .shinbi1 h3{
	padding-bottom:30px;
}
.nayami1{
	border:1px solid #21a937;
	padding:20px 20px 20px 20px;
	margin-bottom:60px;
}
.nayami1 dt{
	font-size:22px;
	font-weight:bold;
	color:#21a937;
	padding:0 0 20px 0;
}
.nayami1 dd{
	padding:0 0 8px 1.25em;
	text-indent: -1.25em;
}
.nayami1 dd .m{
    color: #21a937;
    padding-right: 0.25em;
}
@media only screen and (max-width: 1024px){
	.nayami1 dt{
		font-size:18px;
	}
	.nayami1{
		padding-left:2.05%;
		padding-right:2.5%;
	}
}

.implant2 li{
	padding:0 0 8px 1.25em;
	text-indent: -1.25em;
}
.implant2 li .m{
    color: #21a937;
    padding-right: 0.25em;
}
.implant2 ul{
	padding-bottom:15px;
}
/*about*/

.about1 h3{
	padding-bottom:30px;
}
.about1 .time{
	width: 95%;
	margin: auto;
}
.about1 .tbox{
	width:50%;
	height:auto;
}
.about1 .tbox h4{
    font-size: 32px;
	color: #ff90a1;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: normal;
    padding: 0 0 20px 0;
    line-height: 140%;
}
.about1 p{
	padding:0 0 20px 0;
}
.about1 .lp{
	padding-bottom:50px;
	width: 95%;
	margin: auto;
}
.about1 table{
	width:65%;
	margin: auto;
	height:auto;
	border-collapse:collapse;
	border-right: 1px solid #ff90a1;
	border-left: 1px solid #ff90a1;
	float:left;
	margin-bottom:20px;
}
.about1 td{
    width: 70px;
    text-align: center;
	border-bottom: 1px solid #ff90a1;
    font-size: 29px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	color: #ff90a1;
}
.about1 th {
    width: 180px;
	border-bottom: 1px solid #ff90a1;
    font-size: 22px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    height: 60px;
}
.about1 td.off {
    font-size: 24px;
}
.about1 thead td {
    color: #fff;
	background: #ff90a1;
    font-size: 21px;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight: bold;
}
.about1 thead th {
    color: #fff;
	background: #ff90a1;
}
.about1 .time p{
	width:320px;
	height:auto;
	float:right;
}
.about1 {
	padding-bottom:50px;
}
.mb30{
	margin-bottom: 30px;
}
@media only screen and (max-width: 1024px){
	.about1 .tbox h4{
		font-size:24px;
	}
	.about1 table{
		float:none;
		width: 80%;
		margin: auto;
	}
	.about1 .time p{
		float:none;
		width:80%;
		margin: auto;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 599px){
	.about1 table{
		width:100%;
	}
	.about1 .time p{
		width:100%;
	}
}
@media only screen and (max-width: 599px){
	.about1 .time th {
		font-size: 14px;
		height: 35px;
	}
	.about1 .time td{
		font-size: 18px;
	}
	.about1 td.off{
			font-size: 14px;
	}
	.about1 .time thead td {
		font-size:14px;
	}
}


.about2{
	padding:50px 0 40px 0;
}
.about2 h3{
	padding:0 0 30px 0;
}
.about2 .tbox{
	width:50%;
	height:auto;
}
.about2 .table dl{
	border-bottom:1px dotted #ababab;
	padding:16px 0;
}
.about2 .table dt{
	float:left;
	font-weight:bold;
}
.about2 .table dt .m{
	font-weight:normal;
	color:#ff90a1;
	padding-right:0.25em;
}
.about2 .table dd{
	padding:0 0 0 155px;
}
.about2 p{
	padding:0 0 20px 0;
}
.about2 .table{
	padding-bottom:50px;
}
.about2 li{
	text-align:center;
	padding:0 0 20px 0;
}
.about2 li a{
	display:block;
	background:#ff90a1;
	font-size:18px;
	color:#fff;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height:52px;
}
@media only screen and (max-width: 1024px){
	.about2 ul{
		max-width:475px;
		margin:0 auto;
	}
}

.about .inlay1  h4 .n {
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-style: italic;
    font-size: 40px;
    color: #21a937;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.about .inlay1 h4 {
    text-align: left;
    min-height: 40px;
    position: relative;
    padding-left: 45px;
}
.about .inlay1 .pic{
	text-align:center;
}

.bkg{
	background:#fffbe5;
	padding-bottom: 7%;
}
.about3{
	text-align:center;
	padding:50px 0 10px 0;
}
.about3 h3{
	padding:0 0 45px 0;
}
.about3 .text_left{
	text-align: left;
}
.about3 .tbox{
	width:70%;
	height:auto;
	text-align:left;
}
.about3 .pic{
	display:inline-block !important;
	width: 28%;
/*   border:2px solid #fbc3e6; */
	background:#fff;
	margin-bottom:20px;
}
.about3 .pic strong{
	display:block;
	color:#21a937;
	font-size:24px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	line-height:46px;
}
.about3 .lp.w33 {
    width: 31.3%;
    margin: 0 1% 40px 1%;
}
.about3 .lp.w33 .pic {
    width: 100%;
    margin-bottom: 40px;
    float: none;
}
.about3 .lp.w33 .tbox {
    width: 100%;
    float: none;
}
.about3 .lp.w33 .pic {
    width: 100%;
    margin-bottom: 30px;
    float: none;
}
.about3 h4{
/*
	background-image:url(/import/tenant_1/133.167.36.187/ai_html/images/about/ribbon_01.png), url(/import/tenant_1/133.167.36.187/ai_html/images/about/ribbon_02.png), url(/import/tenant_1/133.167.36.187/ai_html/images/about/titm.png);
	background-position:0 0, right 0,0 0;
	background-repeat:no-repeat, no-repeat, repeat-x;
*/
	text-align:center;
	max-width:530px;
	margin:0 auto;
	font-size:30px;
	font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	color:#ff90a1;
	line-height:63px;
	padding:0 0 40px 0;
}
.about3 .tbox p{
	padding:0 0 20px 0;
}
.about3 .tbox .box{
	padding-bottom:25px;
}

.about3 .tbox .box_bg0{
  background: #F8F8D6;
  padding: 2% 6%;
  -webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
border-radius: 15px 15px 0 0 / 15px 15px 0 0;
}

.about3 .tbox .box_bg1{
  background: #F7F2C8;
  padding: 2% 6%;
  -webkit-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0 / 15px 15px 0 0;
border-radius: 15px 15px 0 0 / 15px 15px 0 0;
margin-top: -15px;
}
.about3 .tbox .box_bg2{
  background: #F4E1A6;
  padding: 2% 6%;
  border-radius: 15px;
  margin-top: -15px;
}
.about3 .table dt{
	float:left;
	width: 15%;
}
.about3 .table dd{
  float: left;
	width: 85%;
}
.about3 .table dl{
	padding:0 0 10px 0;
}
.about3 .table{
	padding-bottom:10px;
}
.about3 .w48{
	width: 48%;
	margin: 0 1% 40px 1%; 
}
.about .whitening3 dt+dd{
	padding-bottom:20px;
}
.about .whitening3 dd.table{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-height:123px;
	padding:15px 18px 10px 18px;
	border:2px solid #fbc3e6;
	margin-bottom:30px;
}
.about .whitening3 dd.table dl{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	display:flex;
}
.about .whitening3 dd.table dt+dd{
	min-height:0;
	padding:0 0 0 0;
	font-size:12px;
}
.about .whitening3 dd.table dt{
	width: 22%;
	color:#fff;
	font-size:12px;
	color:#333;
	font-weight:normal;
}
.about .whitening3 dd.table dd{
	width: 75%;
}
.about .whitening3 .sec2{
	padding-top:0;
}
.about .whitening3 .sec2 .pic img{
	border-color:#91c423;
}
.about .whitening3 .sec2 dt{
	color:#91c423;
}
.about .whitening3 .sec2 dt+dd{
	line-height:140%;
}
.about .whitening3 .sec2 dd+dd{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-height:127px;
	padding:15px 18px 10px 18px;
	border:2px solid #91c423;
	margin-bottom:30px;
}
.about .whitening3 .sec2 dd+dd dl{
	width:auto;
	padding:0;
	margin:0;
}
.about .whitening3 .sec2 dd+dd dt{
	font-size:16px;
	text-align:left;
}
.about .whitening3 .sec2 dd+dd dd{
	font-size:12px;
	min-height:0 !important;
	padding:0;
}

@media only screen and (max-width: 599px){
  .about3 h3 {
    padding-bottom: 0;
  }
  .about3 h4 {
    padding-bottom: 20px;
  }
	.about3 .table dd{
		padding:0 0 0 0;
	}
	.about3 .table dt{
		float:none;
		font-weight:bold;
	}
	.about3 .pic{
		width: 80%;
		margin: auto;
		margin-top:10%;
	}
	.about3 .lp.w33 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .about3 .staff_list .lp.w33{
    display: block;
  }

}
/*hidden*/
.hidden1{
	padding: 50px 0 60px 0;
}
.hidden1 h3 {
    padding: 0 0 30px 0;
}
.hidden1 .nayami1{
	background-color: #fff;
	margin-bottom: 40px;
}
/*silver*/
.silver1{
	padding: 50px 0 60px 0;
}
.silver1 h3 {
    padding: 0 0 30px 0;
}
/*column*/
.columnwap{
	padding-bottom: 60px;
}
.c-main{
	width: 745px;
	float: right;
}
.c-side{
	width: 215px;
	float: left;
}
.c-list li{
	width: 215px;
	display: inline-block !important;
	position: relative;
	margin-right: 25px;
	margin-bottom: 45px;
	vertical-align: top;
}
/*
.c-list li:nth-of-type(3n){
	margin-right: 0;
}
*/
.c-list li dl{
	position: relative;
	z-index: 1;
	background-color: #fffbe5;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.c-list li:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
	background: #fcc7cf;
    top: 10px;
    left: 10px;
	z-index: 0;
	}
.c-list li dl .p{
	padding-bottom: 10px;
	width: 100%;
}
.c-list li dl .p img{
	width: 100%;
}
.c-list li dl .d{
	font-size: 12px;
	color: #fcc7cf;
}
.c-list li dl dt{
	font-size: 16px;
}
.c-list {
	padding-bottom: 60px;
}
.pagenav{
	letter-spacing: -5px;
	text-align: center;
}
.pagenav a{
	display: inline-block !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px;
	background-color:#d3eec6;
	text-align: center;
	vertical-align: top;
	margin-bottom: 20px;
}
.c-side dt{
	text-align: left;
    min-height: 40px;
    position: relative;
    padding-left: 45px;
}
.c-side dt .n {
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-style: italic;
    font-size: 40px;
    color: #21a937;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.c-side dd{
    padding: 0 0 8px 1.25em;
    text-indent: -1.25em;
}
.c-side dd .m {
	color: #fcc7cf;
    padding-right: 0.25em;
}
.c-side dl{
	padding-bottom: 40px;
}
@media only screen and (max-width: 1024px){
.c-main{
	float: none;
	width: 100%;
	padding-bottom: 40px;
}
.c-side{
	width: 100%;
	float: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-side dl{
	width: 48%;
}
.c-list{
	text-align: center;
}
.c-list li{
	margin-right: 2%;
	margin-left: 2%;
	width: 44%;
}
/*
.c-list li:nth-of-type(3n){
	margin-right: 20px;
}
*/
.c-list li dt,.c-list li dd{
	text-align: left;
}
.pagenav{
	text-align: center;
	}
}
.c-kiji h3{
	text-align: left;
}
.c-kiji h3+p{
	color: #fcc7cf;
	font-weight: bold;
	padding-bottom: 40px;
}
.c-kiji h3+p .d{
	padding-right: 40px;
}
.c-kiji p{
	padding-bottom: 30px;
}
.cd-list{
	padding: 50px 0 0px 0;
}
.cd-list h3{
	padding-bottom: 40px;
}
.cd-list .c-list li dl{
	background-color: #fff;
}
.cd-list .c-list{
	text-align: center;
	max-width: 1020px;
	width: 95%;
	margin: auto;
}
/* .cd-list .c-list li{
  width: 20%;
  margin: 0 2%;
} */
.cd-list .c-list li dt,.c-list li dd{
	text-align: left;
}
.cd-list .c-list li dt{
  font-weight:normal;
  
}
@media only screen and (max-width: 599px){
	.c-side{
		display: block;
	}
	.c-side dl{
		width: 100%;
	}
	.cd-list .c-list li{
		width: 46%;
		margin: 0 1% 5%;
	}
	.c-list{
		width: 90%;
		margin: auto;
		padding-bottom: 5%;
	}
	.c-list li{
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	.pagenav a{
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin: 0 5px;
	}
}

/*faq*/
.faq dt{
	font-size: 24px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	border-bottom: 2px solid #fbc3e6;
	margin-bottom: 30px;
	padding-left: 50px;
	position: relative;
}

.faq dt:before{
	content:"Q.";
	font-size: 40px;
	font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 40px;
	font-style: italic;
	color: #fbc3e6;
	padding-right: 10px;
	position: absolute;
	top: -10px;
	left: 0;
}

.faq dt .t{
	font-size: 40px;
	font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 40px;
	font-style: italic;
	color: #fbc3e6;
	padding-right: 10px;
}

.faq dl{
	padding-bottom: 50px;
}
@media only screen and (max-width: 1024px){
	.faq dt{
		font-size: 18px;
		margin-bottom: 10px;
			padding-left: 30px;
	}
	.faq dt .t{
		font-size: 22px;
	}
	.faq dt:before{
	font-size: 22px;
	top: 0;

}
}
/*voice*/
.voice .box .tbox{
	width: 515px;
}
.voice .box .pic{
	width: 465px;
}
.voice .box{
	padding-bottom: 60px;
}
.voice .pagenav{
	text-align: center;
	padding-top: 30px;
}
.voice1{
	padding-bottom: 60px;
}
@media only screen and (max-width: 1024px){
	.voice .box .tbox{
		padding-bottom: 20px;
	}
	.voice .box .pic{
		width: 100%;
	}
}
.voice1 .more{
	text-align: center;
}
/*free_advice*/
.free1{
	text-align: center;
	padding-bottom: 40px;
}
.free1 h3+p{
	padding-bottom: 20px;
}
.free1 .tel img{
	vertical-align: top;
	margin-top: 10px;
	padding-right: 10px;
	width: 28px;
}
.free1 .tel{
	font-size: 36px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	font-weight: normal;
}
.free2{
	padding-bottom: 60px;
}

.box1{
	border: 1px solid #fbc3e6;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.free2 .g{
	color: #21a937;
	font-weight: normal;
}
.free2 dt{
/*	float: left;*/
	padding-top: 3px;
	font-weight: bold;
}
.free2 dd{
/*	padding-left: 320px;*/
	padding-bottom: 18px;
}
.free2 dl{
	padding: 0 0 0 0;
	border-bottom: 1px solid #fbc3e6;
	margin-bottom: 18px;
}
.free2 .size1{
	width: 390px;
	border: 1px solid #21a937;
}
.free2 .t{
	padding-left: 10px;
}
label{
	padding-right: 20px;
	padding-left: 5px;
}
.free2 select{
	width: 150px;
	border: 1px solid #21a937;
	border-radius: 0;
	height: 30px;
}
.free2 textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #21a937;
}
.formbtn{
    text-align: center;
    letter-spacing: -5px;
    padding-top: 45px;
}
.formbtn li #check{
	width: 480px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
	background:#21a937 url(/import/tenant_1/133.167.36.187/ai_html/images/top/icon_01.png) no-repeat 340px 15px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
}
.free3 .box li{
    padding: 0 0 8px 1.25em;
    text-indent: -1.25em;
	}
.free3 .box li .m {
    color: #21a937;
    padding-right: 0.25em;
}
.free4{
	padding: 50px 0 60px 0;
}
.free4 h3{
	padding-bottom: 30px;
}
.free4 h3+p{
	padding-bottom: 30px;
}
.free4 .inn{
	text-align: center;
	position: relative;
	height: 355px;
	padding-top: 40px;
}
.free4 .inn img{
	position: relative;
	z-index: 0;
}
.free4 .inn li{
	position: absolute;
	width: 308px;
	height: 205px;
	z-index: 2;
}
.free4 .inn li .t{
	display: block;
	padding: 30px 0 0 0;
	width: 276px;
}
.free4 .inn .l1{
	background: url(/import/tenant_1/133.167.36.187/ai_html/images/free_advice/free_advice_04.png) no-repeat;
	left: 100px;
	top:0;
}
.free4 .inn .l2{
	background: url(/import/tenant_1/133.167.36.187/ai_html/images/free_advice/free_advice_05.png) no-repeat;
	right: 0;
	top: 0;
}
.free4 .inn .l2 .t,.free4 .inn .l4 .t{
	float: right;
}
.free4 .inn .l3{
	width: 377px;
	height: 169px;
	background: url(/import/tenant_1/133.167.36.187/ai_html/images/free_advice/free_advice_06.png) no-repeat;
	bottom: 0;
	left: 0;
}
.free4 .inn .l4{
	width: 377px;
	height: 169px;
	background: url(/import/tenant_1/133.167.36.187/ai_html/images/free_advice/free_advice_07.png) no-repeat;
	right: 0;
	bottom: 0;
}
.free5 {
	padding: 50px 0 40px 0;
}
.free5 h3{
	padding-bottom: 30px;
}
.free5 ul{
	text-align: center;
	letter-spacing: -5px;
}
.free5 li{
	display: inline-block !important;
	letter-spacing: 0;
	width: 228px;
	margin: 0 30px 20px 30px;
	background-color: #fff;
	border: 2px solid #21a937;
	vertical-align: top;
}
.free5 a{
	display: block;
}
.free5 a img{
	padding-bottom: 18px;
}
.free5 a .t{
	display: block;
	color: #21a937;
	font-size: 22px;
	line-height: 160%;
	min-height: 80px;
}
.free5 a .t.t2{
	padding-top: 20px;
	min-height: 60px;
}
.free5 a .t .s{
	display: block;
	font-size: 16px;
}
.free6 ul{
	letter-spacing: -5px;
	text-align: center;
}
.free6 li{
	display: inline-block !important;
	margin: 0 40px 20px 40px;
}
.free6{
	padding:40px 0 40px 0;
}
@media only screen and (max-width: 1024px){
	.free2 dt{
		float: none;
	}
	.free2 dd{
		padding-left: 0;
	}
	.free2 .size1{
		width: 100%;
	}
	.free2 .t{
		display: block;
		padding-top: 5px;
	}
	.formbtn li #check{
		width: 80%;
	}
	.free4 .inn{
		height: auto;
		padding-top: 0;
	}
	.free4 .inn li{
		position: relative;
		padding-bottom: 20px;
		height: auto;
		margin: 0 auto;
		margin-bottom: 20px;

	}
	.free4 .inn li .t{
		width: auto;
		padding:15px 0 ; 
	}
	.free4 .inn .l1,.free4 .inn .l2,.free4 .inn .l3,.free4 .inn .l4{
		background:none;
		width: 400px;
		height: auto;
		top:auto;
		left: auto;
		right: auto;
		bottom: auto;
		background-color: #d3eec6;
		border-radius: 50%;
	}
	.free4 .inn .l2 .t,.free4 .inn .l4 .t{
		float: none;
	}
}
@media only screen and (max-width: 599px){
	.free4 .inn .l1,.free4 .inn .l2,.free4 .inn .l3,.free4 .inn .l4{
	width: 95%;
	}
	.free6 li{
		width: 90%;
		margin: 0 0 20px 0;
	}
}

/*Contact*/
.under.contact .contact_form{
	width: 80%;
	margin:auto;
	margin-bottom: 10%;
}
.under.contact dl{
	color:#009089;
	margin-bottom: 40px;
}
.under.contact dt{
	width: 30%;
	color:#000;
}
.under.contact .contact_form span{
	color:#fff;
	display:block;
	margin-left: 0;
	margin-top: 5px;
	padding: 10px;
	border-radius: 8px;
	line-height: 16px;
	width: 90%;
	text-align: left;
}
.under.contact dd{
	width: 65%;
	margin: 0;
}
.under.contact dd input{
	width: 100%;
	border:none;
	background:#eee;
	line-height: 36px;
}
.under.contact dd .col3 input {
	width: 80%;
	border: none;
	background: #eee;
	line-height: 36px;
}
.under.contact dd textarea{
	width: 99%;
	border:none;
	background:#eee;
}
.under.contact .more_btn{
	display:inline-block !important;
	width:160px;
	border:none;
	border-bottom:1px solid #dcdcdc;
	background:#fff;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 2px;
	font-weight: bold;
}
.under.contact .more_btn:after{
	content:"";
	display:block;
	width:30px;
	height:2px;
	background:#5ab38c;
	margin:7px auto 0 auto;
	margin-bottom:-1px;
}
.under.contact .left_b .more_btn{
	padding-right: 15px;
}
.under.contact .right_b .more_btn{
	padding-left: 15px;
}
.under.contact .btn_box {
	width: 160px;
	margin: auto;
	text-align: center;
}
.under.contact .radio_box input{
	display: inline-block;
	width: 30px;
}
.under.contact .nav li{
	width: 48%;
	border:1px solid #000;
	text-align:center;
}
.under.contact .nav p{
	width: 100%;
	line-height: 80px;
	text-align:center;
}
.under.contact .nav a{
	width: 100%;
	display: block;
	line-height: 80px;
}
.under.contact .tel_btn{
	position: relative;
}
.under.contact .tel_btn:before{
	position: absolute;	background:url(#) no-repeat;
	content:"";
	top: 50%;
	margin-top: -18px;
	left: 30px;
	width: 36px;
	height: 29px;
}
.under.contact .reserve_btn{
	position: relative;
}
.under.contact .reserve_btn:after{
	position: absolute;	background:url(#) no-repeat;
	content:"";
	top: 50%;
	margin-top: -10px;
	right: 20px;
	width: 20px;
	height: 19px;
}
.under.contact .text_box{
	width: 80%;
	margin: auto;
	margin-bottom: 20px;
}
.under.contact .birthday .flex div{
	width: 49%;
	display: inline-block;
}
.under.contact.checkpage .birthday .flex div{
	width: auto !important;
}
.under.contact.checkpage .birthday.reserved .flex div div{
	margin-right:10px;
}
.under.contact .birthday .flex input {
	width: 78%;
	margin-right: 10px;
}
@media only screen and (max-width: 1024px){
	.under.contact .contact_form{
		width: 100%;
	}
	.under.contact dl{
	margin-bottom: 20px;
}
	.under.contact .tel_btn{
		position: relative;
	}
	.under.contact .tel_btn:before{
		position: absolute;	background:url(#) no-repeat;
		content:"";
		top: 50%;
		margin-top: -6px;
		left: 10px;
		width: 20px;
		height: 15px;
		background-size: cover;
	}
	.under.contact .reserve_btn{
		position: relative;
	}
	.under.contact .reserve_btn:after{
		position: absolute;	background:url(#) no-repeat;
		content:"";
		top: 50%;
		margin-top: -7px;
		right: 10px;
		width: 17px;
		height: 15px;
		background-size: cover;
	}
	.under.contact .nav p{
		width: 100%;
		line-height: 50px;
		text-align:center;
	}
	.under.contact .nav a{
		width: 100%;
		display: block;
		line-height: 50px;
	}
	.under.contact .text_box{
		width: 100%;
		margin: auto;
		margin-bottom: 5%;
	}
	.gr321{
		width: 29%;
	}
	.under.contact .birthday .flex .fs16 {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 15px;
	}
	.under.contact .birthday .flex input {
		width: 80%;
		margin-right: 10px;
	}
	.under.contact .birthday.reserved .flex input {
		width: 85%;
		margin-right: 0;
	}
}
@media only screen and (max-width: 599px){
	.under.contact .btn_box {
		/* width: 48%; */
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
	}
	.under.contact dt {
		width: 100%;
		color: #000;
	}
	.under.contact dd {
		width: 100%;
	}
	.under.contact dd {
		display: block;
	}
	.under.contact .radio_box label{
		display: inline-block;
	}
	.under.contact .nav li{
		width: 100%;
		border:1px solid #000;
		text-align:center;
		margin-bottom: 10px;
	}
	.under.contact .tel_btn:before{
		background:none;
	}
	.under.contact .reserve_btn:after{
		background:none;
	}
}

/*RECRUIT*/
/*recruit*/
.recruit{
	width: 95%;
	max-width: 1024px;
	margin: auto;
	padding-bottom: 10%;
}
.recruit_info{
	margin-top: 100px;
}
.recruit_info .ttl{
	font-family: 'Roboto', serif; 
	padding-bottom: 25px;
}
.recruit_form .ttl{
	font-family: 'Roboto', serif; 
	padding-bottom: 25px;
}
.recruit_form .inner{
	position: relative;
}
.recruit .inner:before{
	content: "";
	border: 70px solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	width: 0;
	position: absolute;
	top: -221px;
	left: 50%;
	margin-left: -35px; /* 中央寄せに使用*/
}
.recruit .info_box .staff_left{
	width: 70%;
}
.recruit .info_box .staff_left .sub_ttl{
	width: 100%;
	padding-bottom: 15px;
	border-bottom:2px dotted #ccc;
	background:#f3f1ed;
}
.recruit .info_box .staff_left .sub_ttl:before{
	width: 50%;
	content:"";
	display: block;
	height: 1px;
	border-top:1px solid #ccc;
	margin-bottom: 15px;
}
.recruit .info_box .staff_left .text{
	padding: 20px;
}
.recruit .info_box .staff_right{
	width: 30%;
}
.recruit .info_box .staff_right .right img{
	width: 100%;
}
.recruit .content01{
	position: relative;
	overflow: hidden;
	height:100%;
	padding-top: 57%;
}
.recruit .content01 .bg{
	position: absolute;
	left: 0;
	width: 100%;
	height: 735px;
}
.recruit .content01 .text_box{
	z-index: 2;
	position: absolute;
	width: 60%;
	left: 45%;
	top: 30%;
}
.recruit .content01 .text_box .ttl{
	width: 100%;
}
.recruit .info_box2 dl,
.recruit .info_box3 dl{
	margin-bottom: 20px;
}
.recruit .info_box2 dt{
	width: 100%;
	padding-right: 6%;
}
.recruit .info_box3 dt{
	width: 100%;
}
.recruit .info_box2 dt h4{
	background: #ccc;
	display: inline-block;
	padding: 5px 10px;
	min-width: 150px;
	text-align: center;
	border-radius: 10px;
}
.recruit .info_box3 dt h4{
	color: #ccc;
	padding: 5px 0;
}
.recruit .info_box2 dd{
	width:95%;
	padding-left: 5%;
	padding-top: 5%;
	position: relative;
}
.recruit .info_box3 dd{
	width:100%;
	padding-bottom: 5%;
	position: relative;
}
.recruit .info_box2 dd:before{
	content:"";
	width: 2px;
	height: 100%;
	display: block;
	background:#ccc;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit .info_box3 dd:before{
	content:"";
	width: 100%;
	height: 2px;
	display: block;
	background:#ccc;
	position: absolute;
	bottom: 15px;
}
.recruit .info_box3 dd:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid;
	border-color:  transparent transparent #ccc #ccc;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
}
.recruit .info_box3 dl:last-child dd:before{
	content:"";
	display: none;
}
.recruit .info_box3 dl:last-child dd:after{
	content:"";
	display: none;
}
.recruit_info .ttl .common{
	padding-left: 30px;
}
.recruit .info_box .ttl{
	font-family: 'Roboto', serif; 
	padding-bottom: 25px;
}
.recruit .info_box2 .text{
	width: 50%;
}
.recruit .info_box2 .pic{
	height: auto;
	margin-bottom: 15px;
	width: 47%;
}
.recruit .info_box3 .text{
	width: 50%;
}
.recruit .info_box3 .pic{
	height: auto;
	margin-bottom: 15px;
	width: 47%;
}
.recruit .pic1{
	width: 70%;
	margin: auto;
	margin-bottom:10%;
}
.recruit .info_box dl{
	margin-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #ccc;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -ms-flexbox;	
	display: flex;
}
.recruit .info_box dt{
	width: 20%;
	font-weight: bold;
}
.recruit .info_box dd{
	width: 78%
}
.recruit .faq_list {
	border-bottom: 1px solid #777;
}
.recruit .faq_list dt {
	cursor: pointer;
	color:#777;
	font-weight: bold;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 10px;
}
.recruit .faq_list dt:before {
	content:"Q";
	/*	font-family: 'Patua One', cursive;*/
	font-size:36px;
	margin-right: 12px;
	color:#777;
}
.recruit .bar_blue{
	background:#61838f;
	width: 100%;
	line-height:50px;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
.recruit .faq_list dd {
	display: none;
	position: relative;
	color:#777;
	padding: 20px 10px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.recruit .faq_list dd span{
	/*	font-family: 'Patua One', cursive;*/
	font-size:36px;
	color:#cc9999;
	float: left;
	width: 40px;
}
recruit .faq_list dd p{
	float: right;
	width: calc(100% - 40px);
}
.uk-text-danger{
  display: block;
}

@media only screen and (max-width: 599px){
	.recruit .info_box2 .text{
		width: 100%;
		margin-bottom: 10px;
	}
	.recruit .info_box2 .pic{
		height: auto;
		margin-bottom: 20px;
		width: 100%;
	}
	.recruit .info_box3 .text{
		width: 100%;
		margin-bottom: 10px;
	}
	.recruit .info_box3 .pic{
		height: auto;
		margin-bottom: 20px;
		width: 100%;
	}
	.recruit .pic1{
		width: 100%;
		margin: auto;
	}
	.recruit .info_box dt {
		width: 100%;
		min-width: 56px;
	}
	.recruit .info_box dd {
		width: 100%;
	}
	/* .heightLine-ttl{
	  height:auto !important;
	} */
	.c-list .heightLine-ttl{
	  height:auto;
	}
}

.fs22 {
  font-size: 22px;
}
.red {
  color: #f00;
}
.tac {
  text-align: center;
}
.pa_r50 {
  padding-right: 50px;
}
.pa_030 {
  padding: 5px 30px;
}
  
@media only screen and (max-width: 599px){
  .fs22 {
  font-size: 18px;
}
  .pa_r50 {
  padding-right: 30px;
}
  .pa_030 {
  padding: 0 10px;
}
}

/* 2025/03/17 */
.sidenav li.line-banner a {
    background: transparent;
    padding-top: 0;
    height: 100%;
    margin-top: 10px;
}

.sidenav.ver02 {
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1024px){
.sidenav.ver02 {
    top: auto;
    transform: none;
}  
  
.sidenav li.line-banner{
    position: fixed;
    bottom: 110px;
    right: 0;
    z-index: 1;
    width: 70px;
}   
}

@media(max-width:599px){
.sidenav li.line-banner{
    width: 44px;
    bottom: 80px;
}    
}

/*20260617*/

.yoyaku-text a {
  color: #0000ee ;          
  text-decoration: underline ; 
}
