@charset "utf-8";
/* CSS Document */

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
.inquiry .contact_formp {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
     /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
   font-family:"メイリオ",Meiryo,"メイリオ",Meiryo,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #000000;
}


/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 30px;
}
.fs12 {
	font-size: 12px;
}

.fs14 {
	font-size: 16px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 30px;
}

.fs22 {
	font-size: 22px;
}

.fs24 {
	font-size: 24px;
}

.fs26 {
	font-size: 26px;
}

.fs28 {
	font-size: 28px;
}

.fs30 {
	font-size: 30px;
}

.fs32 {
	font-size: 32px;
}

.fs34 {
	font-size: 34px;
}

.fs36 {
	font-size: 36px;
}

.fs38 {
	font-size: 38px;
}

.fs40 {
	font-size: 40px;
}

.fs42 {
	font-size: 42px;
}

.fs44 {
	font-size: 44px;
}

.fs46 {
	font-size: 46px;
}

.bold {
	font-weight: bold;
}
.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}
.min {
	   font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}
/*トリミング*/

.trimmingInner {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*横並び用*/

.gr211 {
	width: 47%;
	margin-bottom: 4%;
}

.gr321 {
	width: 30%;
	margin-bottom: 4%;
	margin-right: 3%;
}

.gr422 {
	width: 22%;
	margin-bottom: 4%;
}

.gr532 {
	width: 17%;
	margin-bottom: 4%;
}

.gr988 {
	width: 70%;
	margin-bottom: 4%;
	margin-right: 3%;
}
/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #222222;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[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: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[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: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
p{
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    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;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-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;
}

.flex_c > 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;
}
.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;
}
.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;
}

.flex_c > 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;
}


.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
	
}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}
[data-element-id] .fead-mv {
    opacity: 1;
}
.fead-mv {
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
}
.mv {
  opacity: 1;
}
#wrapper{
	max-width:100%;
	overflow:hidden;
		background:#fbf7ee;
}
#wrapper [data-common-area] {
  clear: both;
}
@media only screen and (max-width: 1024px) {
	#wrapper {
    padding-top: 30px !important;
}
}
#header{
}
#header .left {
    width: 50%;
    float: left;
    padding: 15px 0 15px 0;
    box-sizing: border-box;
}
#header .left .txt {
padding: 10px 0;
    font-size: 12px;
    line-height: 160%;
    color: #c05c48;
}
#header h1{
	font-size:1px;
	height:1px;
	margin-top: -1px;
	/* text-indent:-9999px; */
	padding: 0 0 7px 0;
}
[data-element-id]#header h1{
	height:auto;
	margin-top:0px;
	/* text-indent:inherit; */
}
#header .inner{
	max-width:1000px;
	margin:0 auto;
	width:95%;
	padding:20px 0 0 0;
}
#header .right {
    float: right;
    width: 48%;
    padding: 0px 0 20px 0;
    margin-left: 2%;
}
#header .logo {
    width: 100%;
    max-width: 367px;
    padding: 0px 0;
}

#header .logo img {
    width: 100% !importanti;
    height: auto !importanti;
}


#header .right p {
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
#header .right dl {
    float: left;
    width: 100%;
}
#header .right dt{
    color: #000000;
    line-height: 120%;
}
#header .right dd{
	font-size:28px;
	font-weight:bold;
    color: #000000;
	line-height: 140%;
	padding-bottom: 6px;
}
#header .right dd.tel img {
    width: 24px;
    vertical-align: bottom;
    padding-bottom: 8px;
    padding-right: 0.5%;
}
#header .right dd a{
    color: #000000;
}
#header .right dd .s{
	font-size:25px;
}
#header .right p a{
	display:block;
    background: #ddc481;
    border-radius: 10px;
    overflow: hidden;
	font-size:16px;
	font-weight:bold;
	color:#735b38;
	padding:6px 0;
}
#header .right p a img{
	vertical-align:middle;
	margin-right:12px;
}
@media only screen and (max-width: 1024px) {
	#header .left {
    padding-left: 2.5% ;
}
	
}	
@media only screen and (max-width: 599px) {
	#header .left {
    width: 100%;
    float: none;
    padding: 10px 0 10px 0;
}
	#header .logo {
    padding-right: 0;
    float: none;
    max-width: 280px;
    margin: 0px auto 10px auto;
}
	#header .left .txt {
    font-size: 10px;
    text-align: center;
}
}
#gnav {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #b8cf4d;
}
#gnav.fix {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    width: 100%;
}

#gnav ul{
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	padding:30px 0 22px 0;
}
#gnav li{
	color: #fff;
	font-weight:bold;
	font-size:16px;
	padding:0 30px;
}
#gnav li a{
	color: #fff;
}
#gnav li .e{
	display:block;
	font-size:10px;
	font-weight:normal;
	color:#d44444;
	text-align:center;
}
#gnav.fixed{
	position:fixed;
	top:0;
	left:0;
	background:#fff;
}
#gnav.fixed ul{
	padding-top:18px;
	padding-bottom:10px;
}
.btm{
	margin-bottom:103px;
}
@media only screen and (max-width: 1024px) {
	#gnav{
		display:none;
	}
	#header .logo{
		padding-right:20px;
	}
}
@media only screen and (max-width: 599px) {
	#header .logo{
		float:none;
	}
	#header .right{
		width:auto;
		float:none;
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
	#header .right dl{
		float:none;
		width:auto;
	}
	#header .right p{
		float:none;
	}
	#header .right dd {
    font-size: 25px;
    margin-bottom: 8px;
}
	#header .right dd.tel img {
    padding-bottom: 2px;
}
}

.footinfo{
	max-width:823px;
	margin:0 auto;
	width:95%;
	padding:78px 0 70px 0;
}

.footinfo .left{
	float:left;
	width:43.98%;
	max-width:362px;
	padding:0 0 5px 0;
}
.footinfo .right{
	float:right;
	width:51.03%;
	max-width:420px;
	padding:0 0 20px 0;
}
.footinfo h3{
	font-size:34px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	margin-bottom:30px;
}
.footinfo h3 img{
	vertical-align:middle;
	margin-right:13px;
}
.footinfo .left dt{
	float:left;
	font-weight:bold;
}
.footinfo .left dd{
	padding: 0 0 0 95px;
}
.footinfo .left dl{
	padding:0 0 15px 0;
}

.tt{
	width:100%;
	border-collapse:collapse;
	border:1px solid #d44444;
}
.tt th{
	width:95px;
	height:45px;
	font-size:12px;
	font-weight:normal;
	border-top:1px solid #d44444;
}
.tt td{
	border-top:1px solid #d44444;
	border-left:1px solid #d44444;
	text-align:center;
	font-size:16px;
}
.tt thead td{
	border-left:1px solid #fff;
	background:#d44444;
	color:#fff;
	font-size:16px;
}
.tt thead th{
	background:#d44444;
	color:#fff;
	font-size:16px;
}
@media only screen and (max-width: 1024px) {
	.footinfo h3{
		font-size:24px;
	}
	.footinfo h3 img{
		max-width:60px !important; 
	}
}
@media only screen and (max-width: 599px) {
	.footinfo .right{
		float:none;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.footinfo .left{
		float:none;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
}
#footer #map{
	width:100%;
	height:310px;
}

#footer .map{
	position:relative;
}

.smnav{
	display:none;
}
[data-element-id].smnav {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    z-index: 101;
    height: 100%;
    background: #fbf7ee;
}
	
[data-element-id].smnav .key{
        margin: 0;
    display: block;
    cursor: pointer;
    line-height: 30px;
    background: #b8cf4d;
    color: #f4f8db;
    text-align: center;
    z-index: 102;
    position: relative;
}
[data-element-id].smnav.open {
		height: 100%;
	}
[data-element-id].smnav .wrap{
    display: block;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    margin-top: -30px;
    padding-top: 30px;
    z-index: 1;
    position: relative;
	}

[data-element-id].smnav .nav1 ul{
		padding: 20px 0;
		max-width:95%;
		margin-left:auto;
		margin-right:auto;
	}

[data-element-id].smnav .smshin{
		max-width:95%;
		margin:0 auto;
	}
[data-element-id].smnav .smshin dt{
		width:100%;
		text-align:center;
		color:#fff;
		margin-bottom:20px;
	}
[data-element-id].smnav .smshin dt{
		color:#fff;
		line-height:30px;
	background: #b8cf4d;
	}
[data-element-id].smnav .smshin dd a,.smnav li a{
    text-decoration: none;
    color: #b8cf4d;
    background: url(/import/tenant_1/133.167.42.233/html/images/footarrow.png) 0 2px no-repeat;
    padding: 0 0 0 18px;
	}
[data-element-id].smnav .smshin dd,.smnav li{
		width:33.33%;
		box-sizing:border-box;
		padding-left:2.5%;
		padding-bottom:10px;
	}
[data-element-id].smnav .smshin{
		padding-bottom:20px;
	}
@media only screen and (max-width: 1024px) {
	#gnav{
		display:none;
	}
	#wrapper{
		padding-top:30px;
	}
	.smnav {
	  		position: fixed;
		top:0;
		right:0;
		display:block;
    width: 100%;
    z-index: 101;
    background: #fbf7ee;
}
	
	.smnav .key{
        margin: 0;
    display: block;
    cursor: pointer;
    line-height: 30px;
    background: #b8cf4d;
    color: #f4f8db;
    text-align: center;
    z-index: 102;
    position: relative;
}
	.smnav.open {
		height: 100%;
	}
	.smnav .wrap{
		display:none;
		overflow-y: auto;
		height:100%;
		box-sizing:border-box;
		margin-top:-30px;
		padding-top:30px;
		z-index:1;
		position:relative;
	}




	.smnav .nav1 ul{
		padding: 20px 0;
		max-width:95%;
		margin-left:auto;
		margin-right:auto;
	}

	.smnav .smshin{
		max-width:95%;
		margin:0 auto;
	}
	.smnav .smshin dt{
		width:100%;
		text-align:center;
		color:#fff;
		margin-bottom:20px;
	}
	.smnav .smshin dt{
		color:#fff;
		line-height:30px;
	background: #b8cf4d;
	}
	.smnav .smshin dd a,.smnav li a{
    text-decoration: none;
    color: #b8cf4d;
    background: url(/import/tenant_1/133.167.42.233/html/images/footarrow.png) 0 2px no-repeat;
    padding: 0 0 0 18px;
	}
	.smnav .smshin dd,.smnav li{
		width:33.33%;
		box-sizing:border-box;
		padding-left:2.5%;
		padding-bottom:10px;
	}
	.smnav .smshin{
		padding-bottom:20px;
	}


}
@media only screen and (max-width: 599px) {
	.smnav .nav1 li a strong{
		font-size:12px;
		line-height:120%;
	}
	.smnav .smshin dd,.smnav li{
		width:50%;
		padding-left:1%;
	}
}

/*下層共通*/
.subtit{
	position:relative;
}
.subtit p img{
	width:100%;
	height:auto;
	opacity:0.25;
	min-width:600px;
}

.subtit h2{
	width:100%;
	box-sizing:border-box;
	padding:0 2.5%;
	position:absolute;
	top:50%;
	left:0;
	text-align:center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	font-size:30px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.subtit h2 .e{
	display:block;
	color:#d44444;
	font-size:16px;
	line-height:110%;
}
.h3b {
    border-top: 3px solid #92ab1c;
    border-bottom: 1px solid #92ab1c;
    width: auto;
    min-height: 56px;
    line-height: 56px;
    font-size: 23px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"HG明朝", serif;
	margin-bottom: 15px;
}
.h3b img {
    vertical-align: middle;
    margin-right: 11px;
    margin-top: -5px;
}
.h3s{
	text-align:center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	font-size:24px;
}
.h3s:after{
	content:"";
	display:block;
	max-width:198px;
	width:100%;
	height:2px;
	background:#d44444;
	margin:12px auto 0 auto;
}
.w10{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	width:95%;
}
.w09{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	width:95%;
}
.h4a{
	text-align:center;
	border-bottom:1px solid;
	max-width:424px;
	margin-left:auto;
	margin-right:auto;
	font-size:22px;
	color:#d44444;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	border-bottom:1px solid #f4dbdb;
	padding-bottom:25px;
}



/*top*/

.mainimg .pic img{
	width:100%;
	height:auto;
}
.mainimg{
	position:relative;
}

.mainimg h2 {
    max-width: auto;
    width: 95%;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
    text-shadow: 0 0 3px #392603, 0 0 5px #392503, 0 0 5px #392603;
    font-size: 30px;
    font-weight: 300;
}

@media only screen and (max-width: 1024px) {
	.mainimg h2{
		font-size:22px;
	}
	
}
@media only screen and (max-width: 599px) {
.mainimg h2 {
    font-size: 16px;
    bottom: -10%;
}
}

.home-service{
	max-width:1030px;
	margin:0 auto;
	padding:60px 0 0 0;
	width:95%;
}

.h3h{
	text-align:center;
	font-size:30px;
	padding-bottom:35px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.h3h .e{
	display:block;
	color:#b8cf4d;
	font-size:16px;
	line-height:1;
}
.home-service dl{
	width:21.74%;
	padding:0 4.3% 0 0;
}
.home-service dl:nth-child(4n+4){
	padding-right:0;
}
.home-service dd.pic img{
	border-radius:50%;
}
.home-service dd.pic{
	text-align:center;
}
.home-service dt{
	text-align:center;
	font-size:22px;
	color:#b8cf4d;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	padding:10px 0 5px 0;
}
.home-service dt+dd{
	padding:0 0 10px 0;
}
.home-service dd+dd{
	text-align:center;
}
.home-service dd+dd img{
	vertical-align:middle;
	margin-right:0.5em;
}
.home-service dd+dd a{
	color:#b8cf4d;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.home-service dl{
	padding-bottom:70px;
}
@media only screen and (max-width: 1024px) {
	.home-service dt{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.home-service dl{
		width:48%;
		padding-left:1%;
		padding-right:1% !important;
	}
}

.home-info {
	margin:40px auto;
	width: 100%;
}
.home-info .txt{
	font-size: 16px;
	padding:0 2% 40px 2%;
}
.home-info ul.box {
    width: 100%;
    margin-bottom: 0px;
}
.home-info ul.box li{
width: 46%;
margin:0 2%;
	border: 1px solid #ececec;
	box-sizing: border-box;
	padding: 5% 2%;
}
.home-info ul.box li dl{
	width: 100%;
	
}
.home-info ul.box li dl dt{
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
.home-info ul.box li dl dd{
	font-size: 16px;
	
}
@media only screen and (max-width: 1024px) {
		.home-info ul.box li{
	padding-top: 3%;
			padding-bottom: 3%;
}
	.home-info ul.box li dl dt{
	font-size: 20px;
}
	.home-info ul.box li dl dd {
    font-size: 16px;
}
}
@media only screen and (max-width: 599px) {
		.home-info ul.box li{
			width: 100%;
			margin-bottom: 20px;
}
	.home-info ul.box li:last-child{
			margin-bottom:0px;
}
}
.home-scope {
    max-width: 800px;
    margin: 0 auto 70px auto;
    width: 95%;
    border: 1px solid #b8cf4d;
}
.home-scope h4{
	font-size:28px;
	background:#ee8f32;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.home-scope h4 .r{
	display:block;
	background:#b8cf4d;
	color:#fff;
	padding:15px 0 15px 5%;
	box-sizing:border-box;
	max-width:508px;
	position:relative;
}
.home-scope div{
	padding:0 5%;
}

.home-scope h4 .r img{
	position:absolute;
	top:0;
	right:0;
	height:100% !important;
}
.home-scope div .tbox{
	padding:35px 0 0 0;
	float:left;
	width:60%;
}
.home-scope div .pic{
	float:right;
	width:36%;
	margin-top:-46px;
	padding:0 0 20px 0;
	position:relative;
	z-index:1;
}
.home-scope div .tbox p{
	padding:0 0 20px 0;
}
.home-scope div .tbox p a{
	color:#b8cf4d;
}
.home-scope div .tbox p a img{
	vertical-align:middle;
	margin-right:0.5em;
}
@media only screen and (max-width: 1024px) {
	.home-scope h4{
		font-size:20px;
	}
	.h3h{
		font-size:20px;
	}
	.h3h .e{
		font-size:12px;
	}
}
@media only screen and (max-width: 599px) {
	.home-scope div .pic{
		margin-top:20px;
		float:none;
		width:auto;
		text-align:center;
	}
	.home-scope div .tbox{
		float:none;
		width:auto;
	}
}

.home-greet{
	position:relative;
	overflow:hidden;
	padding:80px 0 40px 0;
}
.home-greet .inner{
	max-width:800px;
	width:95%;
	margin:0 auto;
	position:relative;
	z-index:1;
}
.home-greet .bkimg{
	width:100%;
}
.home-greet .inner p{
	padding:0 0 20px 0;
}
.home-greet .inner .hmore{
	text-align:center;
	padding-top:40px;
}
.hmore a{
	display:inline-block !important;
	width:100%;
	max-width:260px;
	text-align:center;
	background:#b8cf4d;
	position:relative;
	font-size:16px;
	color:#fff;
	padding:14px 0;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
}
.hmore a:before{
	content:url(/import/tenant_1/133.167.42.233/html/images/top/icon_02.png);
	top:50%;
	right:15px;
	position:absolute;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.home-greet2 {
    padding-bottom: 36px;
}
.home-greet2 .left {
    float: left;
    width: 60%;
    padding: 20px 2% 0 0;
    box-sizing: border-box;
}
.home-greet2 .left .txt {
    float: left;
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    box-sizing: border-box;
}
.home-greet2 .pic {
    width: 40%;
    float: right;
    padding: 20px 2% 0 0;
    box-sizing: border-box;
}
.home-greet2 .pic img {
    width: 100% !important;
    height: auto !important;
}
@media only screen and (max-width: 599px) {
	.home-greet2 {
		padding-bottom: 20px;
	}
.home-greet2 .left {
    float: none;
    padding-right: 0;
    width: 100%;
}
.home-greet2 .pic {
    float: none;
    padding-right: 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
	.home-greet2 .left .txt {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
}
.home-nayami .gr211 {
    background: #fff;
    position: relative;
    margin-left: 1.5%;
    margin-right: 1.5%;
    box-sizing: border-box;
}
.home-nayami .gr211 .btn {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ececec;
}
.home-nayami .gr211 .fs-16 {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: #000000;
}
.home-nayami .gr211 .fs-16:before {
    position: absolute;
    background: url(/import/tenant_1/133.167.42.233/html/images/top/icon_03.png) center center no-repeat;
    width: 17px;
    height: 16px;
    top: 12px;
    display: block;
    content: "";
    right: 28%;
}
.home-nayami .gr211 .text {
    width: 90%;
    padding: 5% 0;
    margin: 0 auto;
    color: #000000;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
@media only screen and (max-width: 1024px) {
	.home-nayami .gr211 .fs-16:before {
    right: 24%;
}
}
@media only screen and (max-width: 599px) {
	.home-nayami .gr211 .fs-16:before {
    right: 14%;
}
}
.home-incho{
	max-width:900px;
	margin:0 auto;
	padding:80px 0 50px 0;
	width:95%;
}
.home-incho .pic{
	float:left;
	width:29.77%;
	padding:0 0 0 5.55%;
}
.home-incho .tbox{
	width:50%;
	float:right;
	padding:20px 0 0 0;
}
.home-incho .pic dt{
	text-align:center;
	font-size:16px;
	padding:10px 0 20px 0;
}
.home-incho .tbox p{
	padding:0 0 20px 0;
}
@media only screen and (max-width: 599px) {
	.home-incho .pic{
		padding-left:0;
		width:auto;
		text-align:center;
		float:none;
	}
	.home-incho .pic dd{
		text-align:center;
	}
	.home-incho .tbox{
		float:none;
		width:auto;
	}
}

.home-post{
	padding:70px 0 35px 0;
}
.home-post h3{
	text-align:center;
	font-size:34px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"HG丸ゴシックM-PRO","HGMaruGothicMPRO";
	padding:0 0 25px 0;
}
.home-post .table{
	border-top:1px solid #f4dbdb;
	margin-bottom:30px;
}
.home-post .box{
	width:46.6%;
	float:left;
	padding-bottom:40px;
}
.home-post .box + .box{
	float:right;
}
.home-post .hmore{
	text-align:center;
}
.home-post .hmore a{
	max-width:215px;
}

.home-post .table dt{
	font-size:12px;
	color:#d44444;
	font-weight:bold;
	padding-bottom:5px;
}
.home-post .table dl{
	border-bottom:1px solid #f4dbdb;
	padding:10px 0;
}
@media only screen and (max-width: 1024px) {
	.home-post h3{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
	.home-post .box{
		float:none;
		width:auto;
	}
	
}
.home-nayami {
    width: 100%;
}

.home-nayami .inner {
    width: 100%;
    max-width: 955px;
    margin: auto;
    padding: 30px 0;
}
.home-nayami {
    width: 100%;
}

.home-nayami .inner {
    width: 100%;
    max-width: 955px;
    margin: auto;
    padding: 30px 0;
}
.home-nayami li {
    border: 1px solid #ececec;
}
.home-nayami .gr211 {
    background: #fff;
    position: relative;
}
.home-nayami .gr211:before {
    content: "";
    width: 50%;
    border-top: 3px solid #c05c48;
    background: #fff;
    margin: 0 auto;
    top: 0;
    height: 10px;
    display: block;
}
.home-nayami .gr211 .box {
    padding: 15px 2% 25px 2%;
}
.home-nayami .gr211 .ttl {
    color: #000000;
    text-align: center;
    padding: 15px 0;
}
.home-nayami .gr211 .pic {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.home-nayami .gr211 .pic img {
    width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width: 1024px) {
	.home-nayami .gr211 .ttl {
    font-size: 18px;
}
}
@media only screen and (max-width: 599px) {
.home-nayami .gr211 .ttl {
    font-size: 16px;
    padding: 10px 0;
}
}
.home-blog {
    width: 100%;
    margin-bottom: 40px;
}

.home-blog .inner {
    width: 100%;
    padding: 20px 2% 0  2%;
    box-sizing: border-box;
}
.home-blog .gr211 {
	width: 47%;
background: #fff;
    position: relative;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.home-blog .box {
    border: 1px solid #ededed;
    background: #fff;
}
.home-blog .pic_box {
    position: relative;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
}
.home-blog .pic_box .cate {
    position: absolute;
    top: 7px;
    left: 7px;
    background: #95ab28;
    padding: 2px 5px;
    z-index: 1;
    color: #fff;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.home-blog .pic_box .pic {
    width: 100%;
    border: 1px solid #92ab1c;
    box-sizing: border-box;
}

.home-blog .text-box {
    padding: 0;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.home-blog .text-box .day {
    padding: 15px 20px 0;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #95ab28;
}
.home-blog .gr211 .ttl {
    color: #c05c48;
    padding: 0 20px 15px;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.home-blog .gr211 a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: #c05c48;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.home-blog .gr211 .btn {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #000000;
    text-align: center;
    border-top: 1px solid #ececec;
    bottom: 0;
}
.home-blog .gr211 a.btn:before {
    position: absolute;
    background: url(/import/tenant_1/133.167.42.233/html/images/top/ico_arrow.png) center center no-repeat;
    width: 17px;
    height: 16px;
    top: 12px;
    display: block;
    content: "";
    right: 28%;
}
@media only screen and (max-width: 1024px) {
		.home-blog .gr211 a.btn:before {
    right: 24%;
}
}
@media only screen and (max-width: 599px) {
		.home-blog .gr211 {
    width: 100% !important;
}
		.home-blog .gr211 a.btn:before {
    right: 14%;
}
}
#side {
    width: 28%;
    margin-right: 2%;
    height: auto;
    padding-bottom: 10px;	
}
.side-map {
    border: #a8bc49 1px solid;
    padding: 2px;
    margin-bottom: 10px;
}
.side-ininfo {
    border: #8c702d 1px solid;
    padding: 16px 16px 2px 16px;
    margin-bottom: 34px;
}
.side-ininfo dt{
    width: 100%;
	max-width: 19px;
}
.side-ininfo dd {
    padding: 0 0 15px 0;
    font-size: 16px;
}
.sidemenu {
    border-bottom: 1px #9e6016 dotted;
    margin-bottom: 28px;
}
.sidemenu dt {
    background: #b8cf4d;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"HG明朝", serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 15px 0 5px 0;
    line-height: 1;
    text-shadow: 1px 1px 2px #8c9b3a;
    position: relative;
    margin-bottom: 24px;
}
.sidemenu dt:after {
    content: url(/import/tenant_1/133.167.42.233/html/images/sidein-mk.png);
      position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
}
.sidemenu dd {
    border-top: 1px #9e6016 dotted;
}
.sidemenu dd.w2 a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.sidemenu dd a {
    display: block;
    padding: 22px 100px 22px 26px;
    font-size: 18px;
    line-height: 120%;
    background: url(/import/tenant_1/133.167.42.233/html/images/bnrs-mk.png) 209px 19px no-repeat;
    color: #6e4813;
}
.sidepost {
    padding-bottom: 25px;
}
.sidepost [data-collection-list-content] {
  display: inline-block !important;
}
.sidepost dt {
    background: #b8cf4d;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"HG明朝", serif;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 15px 0 5px 0;
    line-height: 1;
    text-shadow: 1px 1px 2px #8c9b3a;
    position: relative;
    margin-bottom: 34px;
}
.sidepost dt:after {
    content: url(/import/tenant_1/133.167.42.233/html/images/sidein-mk.png);
    position: absolute;
    bottom: -21px;
    left: 0;
	right: 0;
	overflow: hidden;
}
.sidepost dd {
    border-top: 1px #9e6016 dotted;
}
.sidepost dd a{
	display:block;
	padding:8px 0 8px 12px;
	font-size:16px;
}
.sidepost dd a .d{
	color:#c97e2d;
	font-style:italic;
	display:block;
}
.sidepost dd.more {
border: none;
    width: 100%;
    text-align: right;
    padding-right: 3px;
    padding-top: 14px;
    max-width: none;
    margin: 0;
    padding: 0;
}
.sidepost dd.more a{
	text-align:right;
	display:inline-block !important;
	/display:inline !important;
	/zoom:1;
	padding:0 21px 0 0;
	background:url(/import/tenant_1/133.167.42.233/html/images/moremk.gif) right 8px no-repeat;
}
@media only screen and (max-width: 1024px) {
	.sidemenu dd a {
    font-size: 16px;
}
	.sidepost dd a {
		font-size:14px;
	}
.sidemenu dt:after {
	bottom: -20px;
    content: url(/import/tenant_1/133.167.42.233/html/images/sidein-mk2.png);
}
	.sidepost dt:after {
	bottom: -20px;
    content: url(/import/tenant_1/133.167.42.233/html/images/sidein-mk2.png);
}
}
@media only screen and (max-width: 599px) {

.sidemenu dd a {
    background-position-x: 240px;
}
}
#right {
    width: 70%;
    float: right;
}
@media only screen and (max-width: 599px){
#side {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 0 auto 20px auto;
}
	#right {
    width: 100%;
    float: none;
}
}
.all_link {
    text-align: right;
}
.all_link a {
    color: #95ab28;
    text-decoration: underline;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


.totop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: auto;
    z-index: 10;
}
@media only screen and (max-width: 599px) {
  .totop {
    bottom: 40px;
}
}
#footer {
	clear: both;
    background: #f3f5de;
    padding: 24px 0 0 0;
}

#footer .inner {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
#footer .inner .left {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}
#footer .right .ftime {
    background: #b8cf4d;
    padding: 12px 1% 12px 1%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
#footer .right .ftime p {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #8c9c3a;
}
#footer .left .con dt {
    font-size: 22px;
    background: #b8cf4d;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #fff;
    text-shadow: 1px 1px 1px #8c9c3a;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 14px;
}
#footer .left .con dd {
    float: left;
    width: 48%;
    height: auto;
	    border: 1px solid #b8cf4d;
	    min-height: 62px;
}
#footer .left .con dd + dd {
    float: right;
}
#footer .left .con dd a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 160%;
    text-align: center;
    padding:6% 5%;
    box-sizing: border-box;
}
#footer .left .con dd+dd a {
    padding: 10% 5%;
}
#footer .left .con dd .s {
    font-size: 11px;
    text-align: center;
    display: block;
    color: #92ab1c;
    line-height: 140%;
}
#footer .left .con dd .s a {
    color: #92ab1c;
}
#footer .left .con dd a .t {
    background: url(/import/tenant_1/133.167.42.233/html/images/fmialmk.gif) 0 5px no-repeat;
    padding-left: 10px;
    font-size: 15px;
    color: #92ab1c;
}
#footer .right .ftime .table {
    width: 95%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

#footer .right .ftime table {
    width: 100%;
    height: auto;
    background: #fff;
    border-collapse: collapse;
}
#footer .right .ftime table thead th {
    height: 32px;
}
#footer .right .ftime table th {
    border-top: 2px solid #b8cf4d;
    width: 95px;
    height: 47px;
    line-height: 120%;
    font-weight: normal;
    font-size: 15px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    font-weight: bold;
}
#footer .right .ftime table td {
    border-top: 2px solid #b8cf4d;
    border-left: 2px solid #b8cf4d;
    text-align: center;
    font-size: 15px;
    color: #92ab1c;
    width: 20px;
    font-weight: bold;
}
#footer .left .ftime table thead td {
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝", serif;
    color: #6e4813;
}

#footer .inner .right {
    width: 58%;
    height: auto;
    float: right;
}
#footer .inner .right .map {
    width: 100%;
}
#footer .inner .right .map iframe{
    width: 100%;
}
#footer .copy {
    text-align: center;
    margin-top: 35px;
    background: #92ab1c;
    width: auto;
    height: auto;
    line-height: 160%;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
}
#footer .inner .left .info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
#footer .inner .left .info .tit {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c6b1;
}
#footer .inner .left .info .tit dt.pic {
    width: 30%;
    padding-top: 1%;
}
#footer .inner .left .info .tit dt.pic img{
    width: 100% !important;
	height: auto !important;
}
#footer .inner .left .info .tit dd {
    width: 70%;
    padding-left: 2%;
    box-sizing: border-box;
}

#footer .inner .left .info .telbox .tel {
    font-size: 30px;
    font-weight: bold;
    color: #b8d147;
    margin-right: 2%;
}
#footer .inner .left .info .telbox .tel img {
	width: 100%;
	max-width: 29px !important;
	vertical-align: bottom;
	padding-bottom: 13px;
	padding-right: 2%;
}
#footer .inner .left .info .telbox .tel a{
    color: #b8d147;
}
#footer .inner .left .info .telbox ul {
    width: 32%;
}
#footer .inner .left .info .telbox ul li {
    width: 30.3%;
    margin: 0 1.5%;
}
@media only screen and (max-width: 1024px) {
	#footer .inner .left .info .tit {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
	#footer .left .ftime p {
    font-size: 18px;
}
#footer .left .ftime table thead th {
    font-size: 16px;
}
	#footer .inner {
    max-width: 95%;
}
	#footer .left .con dt{
    font-size: 15px;
}
#footer .left .con dd {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}
	#footer .left .con dd a {
    padding: 5% 5%;
}
	#footer .left .con dd+dd a {
    padding: 8% 5%;
}
#footer .inner .telbox .tel img {
    padding-bottom: 4px;
}
#footer .inner .left .info .telbox .tel {
    font-size: 30px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
}

	#footer .inner .left .info .telbox .tel img {
    padding-bottom: 12px;
}
	#footer .inner .left .info .telbox ul {
    width: 100%;
    max-width: 40%;
}
}
@media only screen and (max-width: 599px) {
	#footer .inner .left {
    width: 95%;
    float: none;
    margin: 0 auto 10px auto;
}
#footer .inner .right {
    width: 95%;
    float: none;
    margin: 0 auto 20px auto;
}
	#footer .inner .right .map iframe {
    width: 100%;
    max-height: 330px;
}
}

.inner {
	width: 92%;
	max-width: 955px;
	margin: auto;
	padding: 50px 0;
}
.subtit {
	position: relative;
	overflow: hidden;
}
.subtit h2 {
	text-align: center;
	width: 100%;
}

.subtit img {
	width: 100%;
}
.more {
	text-align: center;
	margin: 30px auto;
	width: 80%;
	max-width: 200px;
}
.more a {
	display: block;
	color: #fff;
	padding: 10px 20px;
}
.mainimg {
	position: relative;
	overflow: hidden;
}

.mainimg img {
	width: 100%;
}
.mainimg .pic {
    margin-top: 0;
}
.mainimg .uk-slidenav-position {
	position: relative;
	overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
	padding-top: 35%;
	content: '';
	display: block;
}
.mainimg .uk-slideshow {
	position: absolute;
	top: 0;
}
/*共通要素*/
.pc{display: block;}
.sp{display: none;}
.sp[data-element-id]{display: block;}

.t-align-c{text-align:center;}

.bg_green{
	background:#77aa75;
}
.bg_green li{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.bg_green #gnav a{
	color:#fff;
	display: block;
	height: 100%;
	line-height: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}
.btn_brown{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color:#000000;
	font-weight: bold;
	line-height: 24px;
	background:#dec47e;
	border-radius: 14px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.ttl_ico_bluesq{
	color:#000000;
	line-height: 36px;
	position: relative;
	margin-bottom: 40px;
	padding-left: 56px;
}
.ttl_ico_bluesq:before{
	background:url(/import/tenant_1/133.167.42.233/html/images/common/ico_common.png) no-repeat;
	width: 36px;
	height: 36px;
	display: block;
	content:"";
	position: absolute;
	top: 0;
	left:0;
}

.contact_box_sp{
	display: none;
}
/*top*/
.main_visual{
	padding-top: 0；
}
.main_visual[data-element-id]{
	padding-top: 0;
}
.main_visual .catch_copy{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#fff;
	position: absolute;
	top:50%;
	left:50%;
	padding: 15px 0;
	text-shadow: 2px  2px 3px #654d35,
		-2px  2px 3px #654d35,
		2px -2px 3px #654d35,
		-2px -2px 3px #654d35;
	z-index: 2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
	line-height: 200%;
	transform:translate(-50%,-50%);
	height:70%;
}
.c .inner_box{
	background: #000;
}
.main_visual .pic{
	height: 450px;
}
.main_visual .bg{
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(
		135deg,
		rgba(49,33,0,0.3) 25%,
		rgba(49,33,0,0) 25%,
		rgba(49,33,0,0) 50%,
		rgba(49,33,0,0.3) 50%,
		rgba(49,33,0,0.3) 75%,
		rgba(49,33,0,0) 75%,
		#fff
	);
	background-size: 2px 2px;
	background-attachment: fixed;
}
.all_link{
	text-align:right;
}
.all_link a{
	color:#71bbd0;
	text-decoration: underline;
}

.page{
	margin: 20px 0;
}
.page ul{
	width: auto;
	margin:0 auto;
}
.page li{
	display: inline-block;
}
.page li.back{
	margin-right: 10px;
}
.page li.next{
	margin-left: 10px;
}

.page li a{
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 18px;
	background: #71bbd0;
	color:#fff;
	line-height: 35px;
	text-align: center;
}
.page li a.now{
	background: #4e9db3;
	cursor: default;
}
.page li a.now:hover{
	opacity: 1.0;
}

/*下層*/
.main_visual.under .mainimg{
/*	height: 300px;*/
	margin-bottom:50px;
}
.main_visual.under .catch_copy{
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	color: #000000;
	position: absolute;
	margin-left: 0%;
	padding: 0;
	text-shadow: 6px 6px 6px #fff, -2px 4px 4px #fff, 4px -2px 4px #fff, -2px -2px 4px #fff;
	z-index: 2;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
.main_visual.under .inner_box{
	background: #000;
}
.main_visual.under .pic{
	height: 30%;
}
[data-element-id] .main_visual.under .bg {
    display: none !IMPORTANT;
}
.main_visual.under .bg{
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(
		135deg,
		rgba(49,33,0,0.3) 25%,
		rgba(49,33,0,0) 25%,
		rgba(49,33,0,0) 50%,
		rgba(49,33,0,0.3) 50%,
		rgba(49,33,0,0.3) 75%,
		rgba(49,33,0,0) 75%,
		#fff
	);
	background-size: 2px 2px;
	background-attachment: fixed;

}
.green_ico_text{
	position: relative;
	padding-left: 100px;
	color:#000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.green_ico_text:before{
	position: absolute;
	background: url(/import/tenant_1/133.167.42.233/html/images/common/ico_bone.png);
	width: 80px;
	height: 80px;
	display: block;
	content:"";
	left: 0;
	top: 0;
}

/*他院との違い*/
.content_bg.under.clinic_difference .under_arrow{
	border-bottom: 2px solid #77aa75;
	position: relative;
	margin-bottom: 70px;
	padding-bottom: 40px;
}

.content_bg.under.clinic_difference .under_arrow:before {
	border: 50px solid transparent;
	border-top-color: #f8f7ed;
	border-bottom-width: 0;
	bottom: -47px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 0;
	z-index: 1;
}
.content_bg.under.clinic_difference .under_arrow:after {
	border: 50px solid transparent;
	border-top-color: #77aa75;
	border-bottom-width: 0;
	bottom: -50px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 0;
}
.content_bg.under.clinic_difference .under_arrow:last-child{
	border-bottom: none;
}
.content_bg.under.clinic_difference .under_arrow:last-child:before {
	border: none;
}
.content_bg.under.clinic_difference .under_arrow:last-child:after {
	border: none;
}
.content_bg.under .ttl_box{
	width: 100%;
	margin-bottom: 20px;
	color:#000000;
/*   font-weight: bold;
 */	letter-spacing: 3px;
}
.content_bg.under .ttl_box .number{
display: inline-block;
    width: 54px;
    line-height: 30px;
    background: #77aa75;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding: 10px 12px;
    box-sizing: border-box;
}

.content_bg.under .under_arrow .left_col{
	width: 65%;
	float: left;
padding: 0 3%;
    box-sizing: border-box;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
	line-height: 150%;
}
.content_bg.under .under_arrow .right_col{
	width: 30%;
	float: right;
}
.content_bg.under .under_arrow:nth-child(2n) .left_col{
	float: right;
}
.content_bg.under .under_arrow:nth-child(2n) .right_col{
	float: left;
}
@media only screen and (max-width: 599px) {
  .content_bg.under .ttl_box .number{
display: block;
margin-bottom: 10px;
}

}  
/*初めての方へ*/
.beginners_guide{
	padding: 30px 0;	
}

.beginners_guide .guide_block{
	position: relative;
}
/* .beginners_guide .guide_block:before{
  background:url(/import/tenant_1/133.167.42.233/html/images/beginners_guide/ico_first.png) no-repeat;
  content:"";
  display: block;
  width: 18px;
  height: 28px;
  position: absolute;
    top: 20px;
    left: 20%;
  margin-left:9px;
} */
/*.beginners_guide .guide_block:last-child:before{
	background:none;
}*/

.beginners_guide .guide_block .text{
	text-align: center;
	color:#000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding-bottom: 25px;
    margin-bottom: 30px;
    padding-left: 0;
}
@media only screen and (max-width: 1024px) {
.beginners_guide .guide_block:before{
    left: 5%;
}
}

@media only screen and (max-width: 599px) {
.beginners_guide .guide_block:before{
    left:-8%;
}
}
/*料金メニュー*/
.mb25{
  margin-bottom: 25px;
}
.mb10{
  margin-bottom: 10px;
}
.price_menu .box_block .gr321 .ttl {
	text-align:center;
	color: #c05c48;
	padding: 15px 0;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}

.price_menu .box_block .gr321 a{
	position: relative;
}

.price_menu .box_block .gr321 .btn:before{
	position: absolute;
	background:url(/import/tenant_1/133.167.42.233/html/images/common/ico_arrow_blue.png) center center no-repeat;
	width: 17px;
	height: 16px;
	bottom: 13px;
	display: block;
	content: "";
	right: 14%;
}
.price_menu .price{
	text-align:center;
	color: #c05c48;
	line-height: 1.5;
	font-weight: bold;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.price_menu .price span:not(.l):not(.r){
	text-align:center;
	color: #97877e;
	font-weight: normal;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.price_menu .catch_text{
	padding: 2px 0;
	color:#000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.price_menu .catch_text.tar{
  text-align: right;
  padding: 0 8%;
}
.price_menu .catch_text .inb{
  display: inline-block;
}
.price_menu .pic_box{
	margin-bottom: 50px;
	width:100%;
}
.price_menu .left_col {
    width: 49%;
    padding-right: 4%;
    float: left;
    box-sizing: border-box;
    position: relative;
    border-right: 3px solid #77aa75;
}
.price_menu .left_col:before {
	border: 40px solid transparent;
	border-left-color: #f8f7ed;
	border-right-width: 0;
	right: -39px;
	content: "";
	display: block;
	top: 50%;
	margin-top: -30px;
	position: absolute;
	width: 0;
	z-index: 1;
}
.price_menu .left_col:after {
	border: 40px solid transparent;
	border-left-color: #77aa75;
	border-right-width: 0;
	right: -43px;
	content: "";
	display: block;
	top: 50%;
	margin-top: -30px;
	position: absolute;
	width: 0;
}
.price_menu .right_col{
	width: 45%;
	padding-left: 2%;
	float:right;
}
.price_menu .nayami_box .text_box {
	border-top: 1px solid #ececec;
}
.price_menu .price_box .price{
	text-align: left;
}
@media only screen and (max-width: 599px) {
  .price_menu .box_block .gr321 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
}
/*当院について*/
.map_about {
position: relative;
padding-bottom: 45%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.map_about iframe,
.map_about object,
.map_about embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.about_clinic .ttl_ico_bluesq{
	margin-bottom: 30px;
}
.about_clinic dl{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #000000;
}
.about_clinic .ttl{
	color:#000000;
	position: relative;
	padding-left: 40px;
}
.about_clinic dd{
	padding-top: 30px;
	padding-left: 40px;
}
.about_clinic .ttl:before{
	background:url(/import/tenant_1/133.167.42.233/html/images/about_clinic/ico_arrow_under.png) no-repeat top center;
	width: 33px;
	height: 21px;
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 6px;
}
.about_clinic dd .left_col{
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}
.about_clinic dd .left_col .text{
	padding-top: 20px;
	color:#000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.about_clinic dd .left_col .step{
	background:#dec47e;
	color:#000000;
	width: 120px;
	border-radius: 25px;
	text-align: center;
	padding: 3px 15px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}
.about_clinic dd .right_col{
	width: 50%;
}
.about_clinic dd .tel_box{
	width: auto;
	margin:0 auto;
	position: relative
}
.about_clinic dd .tel_box span a{
	color:#000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}
.about_clinic dd .tel_box span:before{
	background:url(/import/tenant_1/133.167.42.233/html/images/about_clinic/ico_tel_brown.png) no-repeat top center;
	width: 32px;
	height: 36px;
	position: absolute;
	content:"";
	display: block;
	top: -10px;
	left: -40px;
}
.about_clinic dd .btn a{
	width: 300px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color:#000000;
	background:#dec47e;
	text-align: center;
	border-radius: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
.about_clinic dd.btn_box{
	width: 720px;
	margin:0 auto;
	padding-top: 70px;

}
/*院長紹介*/
.doctor_introduction .ttl_ico_bluesq{
	margin-bottom: 30px;
}

.doctor_introduction .left_col{
	width: 48%;
	float: left;
	margin-right: 2%;
}
.doctor_introduction .flexsb {
    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;
}
.doctor_introduction .left_col .pic{
	height: 100% !important;
}
.doctor_introduction .left_col .pic img{
	height: 100% !important;
	width: auto;
}
.doctor_introduction .right_col{
	margin-left: 2%;
	width: 48%;
	float: right;
}
.doctor_introduction .left_col.profile{
	width: 40%;
	float: none;
	margin-right: 0;
}
.doctor_introduction .right_col2 {
	margin-left: 10%;
	width: 50%;
	float: none;
}

.doctor_introduction .catch_text {
	width: 70%;
	line-height: 200%;
	color: #000000;
	margin: 0 auto 40px;
}
.doctor_introduction .name_box{
	margin-bottom: 10px;
	border-bottom: 2px solid #c9cdcc;
}
.doctor_introduction .name_box .ttl {
	color:#77aa75;
}
.doctor_introduction .name_box .name {
	color:#170302;
}
.doctor_introduction .name_box .text {
	color:#170302;
}
/*当院の「脊椎矯正」について*/
.about_spinal_correction .text{
	padding: 15px 0;
}
.about_spinal_correction .ttl_ico_bluesq{
	margin-bottom: 20px;
}
.about_spinal_correction .catch_text{
	padding-left: 40px;
	padding-bottom: 20px;
}
/*ブログ＆NEWS*/
.system_list .main_col{
	width: 75%;
}
.system_list .main_col .list{
	margin-bottom: 40px;
}
.system_list .main_col .box{
	width: 100%;
}
.system_list .main_col .pic{
    width: 45%;
    border: 1px solid #77aa75;
    box-sizing: border-box;
}
.system_list .main_col .text_box {
    width: 55%;
    padding-left: 20px;
    margin-left: 0;
    box-sizing: border-box;
}
.system_list .sub_col{
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
}
.system_list .sub_col h4{
    width: 100%;
    padding: 2px 10px;
    text-align: center;
    background: #dec47e;
    color: #000000;
    border-radius: 20px;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    box-sizing: border-box;
}
.system_list .sub_col ul{
	padding: 10px 45px;
}
.system_list .sub_col ul li {
	text-indent: -1em;
	color:#c05c48;
}
.system_list .sub_col ul li:before {
	content: '■';
}
.system_list .info_box{
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 20px;
}
.system_list .info_box .cate{
	background:#77aa75;
	color:#fff;
	padding:2px 10px;
	display: inline-block;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.system_list .info_box .day{
	color:#77aa75;
	padding-left:10px;
	display: inline-block;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.system_list .ttl{
	color:#000000;
	font-weight: bold;
	padding: 5px 0;
}
.system_list .ttl a{
	color:#000000;
}
.system_list .main_col .text{
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
}
.system_list.news .main_col .text_box{
	width: 100%;
	padding-left: 0;
	padding: 15px 0;
	
}
.system_list.news .main_col .text{
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.system_list.news .main_col .ttl{
	border-bottom: 2px solid #c9cdcc;
}
.system_list.news .main_col .ttl{
	border-bottom: 2px solid #c9cdcc;
}
.system_detail .info_box{
	text-align:right;
}
.system_list .info_box .day{
	padding-right:10px;
}
.system_detail .main_col .pic{
	width: 100%;
}
.system_detail .main_col .text_box{
	width: 100%;
	padding-top: 20px;
}
.system_detail .back_btn a{
	display: block;
	width: 100px;
	padding: 10px;
	text-align:center;
	color:#fff;
	background:#77aa75;
	margin-bottom: 40px;
}
.system_detail .ttl {
	padding: 5px 0 15px;
}
.system_detail .topics .ttl_ico_bluesq{
	margin-bottom: 20px;
}
.system_detail .topics {
	width: 100%;
	padding-bottom: 40px;
}
.system_detail .topics_box {
	width: 24%;
	margin-right:1%;
	border:1px solid #ececec;
	box-sizing: border-box;
}
.system_detail .topics_box dd{
	background:#fff;
}
.system_detail .topics_box .day{
	float: left;
}
.system_detail .topics_box .cate{
	float: right;
	background:#fff;
	color:#000000;
}
.system_detail .topics_box .ttl {
	padding: 5px 10px 15px;
}
/*お問い合わせ*/
.inquiry .contact_form{
	width: 100%;
	border:1px solid #ececec;
	background:#fff;
	padding:100px 60px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}
.inquiry .contact_form dl{
	margin-bottom: 20px;
}
.inquiry .contact_form dt{
	color:#77aa75;
	margin-bottom: 5px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 20%;
}
.inquiry .contact_form dd{
	width: 75%;
	margin-left: 5%;
}
.inquiry .contact_form dd input{
	width: 100%;
}
.inquiry .contact_form dd textarea{
	width: 99%;
}
.inquiry .contact_form button{
	width: 200px;
	height: 46px;
	border-radius: 30px;
	background:#77aa75;
	border-style: none;
	cursor: pointer;
	padding:5px 10px;
	margin: 0 auto;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#fff;
	display: block;
}
.inquiry .contact_form .btn a{
	width: 200px;
	height: 46px;
	border-radius: 30px;
	background:#77aa75;
	padding:5px 10px;
	margin: 0 auto;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#fff;
	display: block;
	line-height: 46px;
	text-align: center;
}
.inquiry .contact_form .btn{
	margin-top: 20px;
}
.inquiry .contact_form .btn_box{
	width: 420px;
	margin: 0 auto;
}
.inquiry .contact_form button:hover{
	opacity: 0.8;
}
.inquiry .contact_form .btn_box button:first-child{
	margin-right: 10px;
}

.inquiry .contact_box .text{
	color:#000000;
	margin-bottom: 20px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
	
.inquiry .contact_box dt{
	color:#77aa75;
	margin-bottom: 5px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.inquiry .contact_box dd{
	color:#000000;
	margin-bottom: 30px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*よくあるご質問*/
.faq_box{
	border-bottom: 2px solid #c9cdcc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.faq_box dt{
	margin-bottom: 30px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	color:#000000;
	min-height: 40px;
	position: relative;
	padding-top: 10px;
	padding-left:50px;
}
.faq_box dd{
	position: relative;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	min-height: 42px;
}
.faq_box .question .text{
	color:#000000;
	width: 100%;
	display: inline-block;
	padding-left: 50px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.faq_box .q{
	width: 42px;
	line-height: 42px;
	background: #77aa75;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 21px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.faq_box .a{
	width: 42px;
	line-height: 42px;
	background: #dec47e;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-radius: 21px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.faq_box .answer .text{
	color:#000000;
	width: 100%;
	display: inline-block;
	padding-left: 50px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/*お客様の声*/
.voice .voice_box{
	padding: 50px;
	border:1px solid #ececec;
	background:#fff;
}
.voice .voice_box .text{
	padding: 10px 0;
	color:#c05c48;
	text-align:center;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}
.pic_box{
	width: 30%;
}
.text_box{
	margin-left: 5%;
	width: 90%;
}
.text_box dl{
	margin-bottom: 20px;

}
.text_box dl:last-child{
	margin-bottom: 0;
}
.text_box .fs18{
	color:#77aa75;
	font-weight: bold;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.text_box .fs16{
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color:#000000;
}
/**/
.cont_all {
  padding-bottom: 50px;
}
.list_red{
  margin: 60px 0;
}
.cont_all .list_red li{
	color:#c05c48;
	text-align: left;
	padding-bottom: 10px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	border: none;
}
.cont_all .list_brown li{
	color:#000000;
	text-align: left;
	padding-bottom: 10px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
	border: none;
}
.cont_all .list_brown li span{
	color:#77aa75;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.cont_all .text span{
	color:#c05c48;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}
.cont_all .text {
	padding: 20px 0 0;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
}
.cont_all .ttl_box_underline{
	color:#77aa75;
	text-align: center;
	position: relative;
	padding-top:75px; 
	margin-bottom: 35px;
}
.cont_all .ttl_box_underline:before{
	content:"";
	display: block;
	width: 300px;
	border-bottom:1px solid #dec47e;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -150px;
}
.cont_all .clearfix{
	margin-top:10px;
	padding-bottom: 20px;
}
.content_bg .cont_all .flex .img_col {
    margin: 0 2% 30px 2% !important;
}
.content_bg .cont_all .flex .text_col,
.content_bg .cont_all .flex .img_col {
	width: 48%;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#000000;
}
.content_bg .cont_all .flex .text_col {
	width: 60%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.content_bg .cont_all .flex .img_col {
  margin: 0 2%;
	width: 35%;
}
.content_bg.content_pt .cont_all .flex:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 2%;
}
.content_bg.content_pt .cont_all:nth-of-type(odd) .flex:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.content_bg.content_pt2 .cont_all .flex:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 2%;
}
.content_bg.content_pt2 .cont_all:nth-of-type(even) .flex:nth-of-type(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 2%;
}
.content_bg.content_pt .under_arrow:before {
	display: none;
}
.content_bg.content_pt .under_arrow:after {
	display: none;
}

/*トップ*/
.content_bg.top .catch_text{
	width: 75%;
	line-height: 200%;
	color:#000000;
	margin: 0 auto 40px;
	letter-spacing: 3px;
}
.top_map{
	height: 250px;
}
.content_bg.top .news_box{
	margin-bottom: 40px;
}
.content_bg.top .news_box .text_box{
	border: 1px solid #ececec;
	padding: 30px;
	margin-top: 20px;
	height: 130px;
	overflow: auto;
	width: 100%;
	margin-left: 0;
}
.content_bg.top .news_box .text_box dt{
	color:#bcb2ad;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-size: 16px;
	font-weight: normal;
}
.content_bg.top .news_box .text_box dd{
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	padding-left: 20px;
	font-size: 16px;
	color:#000000;
}
.content_bg.top .news_box .text_box dd a{
	color:#000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
}
.content_bg.top .news_box .text_box dd{
	color:#000000;
	padding-left: 20px;
}
.first_colmn{
	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;
	margin-bottom: 20px;
}
.first_colmn .left_col,
.first_colmn .right_col{
	width: 49%;
	height: 20%;
	border:2px solid #ececec;
	position:relative;
	margin-top: 40px;
}
.first_colmn .left_col:before{
	content: "";
	background: url(/import/tenant_1/133.167.42.233/html/images/common/ico_bone.png)center center no-repeat #f8f7ed;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	width: 30%;
	height: 90px;
	top: -40px;
}
.first_colmn .right_col:before{
	content:"";
	background:url(/import/tenant_1/133.167.42.233/html/images/common/ico_first.png)center center no-repeat #f8f7ed;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	width: 30%;
	height: 80px;
	top: -40px;
}
.first_colmn .left_col .btn,
.first_colmn .right_col .btn{
	width: 80%;
	height: 45px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background:#77aa75;
	border-bottom: 2px solid #ccc;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.first_colmn .left_col .box,
.first_colmn .right_col .box{
	margin: 40px 3.5% 3.5%;
}

.first_colmn .left_col .box p,
.first_colmn .right_col .box p{
	margin-bottom: 20px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
	color:#000000;
}
.first_colmn .left_col a.btn,
.first_colmn .right_col a.btn{
	color:#fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 3px;
}
.first_colmn .ttl {
	padding: 10px 0 20px;

}
.first_colmn h4 {
	color: #000000;
	text-align:center;
}
.nayami_ttl{
	background:url(/import/tenant_1/133.167.42.233/html/images/top/nayami_bg1.png) no-repeat top right;
	width: 100%;
	margin: 0 auto;
	border:1px solid #ececec;
	min-height: 200px;
	background-size: cover;
	padding-bottom: 10px;
	color: #000000;
	margin-top: 40px;
}
.nayami_ttl .text_box{
	width: 50%;
	padding: 30px;
	color:#6f5442;
}
.nayami_ttl .text_box .text{
	color:#6f5442;
}
.nayami_ttl h4 {
	color: #000000;
	padding: 10px 0 20px;
}
.nayami_ttl2{
	background:url(/import/tenant_1/133.167.42.233/html/images/top/nayami_bg2.png) no-repeat top center;
	width: 70%;
	margin: 0 auto;
	min-height: 200px;
	background-size: cover;
	padding-bottom: 10px;
	color: #000000;
	text-align: center;
	padding-top: 60px;
}
.nayami_ttl2 p{
	text-align: center;
}



.nayami_box .flex{
  -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
           
}
/* .nayami_box dl.flex{
   margin: 0.25em 0;
} */
.nayami_box .nayami_boxitemtop *{
  -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.nayami_box .nayami_boxitemtop dl.flex + dl.flex dt{
   padding-left: 7em;
}
.nayami_boxitemtopL{
     width: 30% !important;
    margin-left: 0 !important;
    margin: 0;
}

.nayami_boxitemtopR{
width: 66%;
margin: 0;
}

.nayami_boxitemtopR span:not(.l):not(.r){
  text-align: center;
    color: #97877e;
    font-weight: normal;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.nayami_boxitembtmL{
  width: 7em;
}
.nayami_boxitembtmR{
/*   width: calc(100% - 10em);
 */}
.nayami_boxitembtmR .price{
  text-align: left;
}

.price_menu .price .l span,.price_menu .price .r span{
  display: inline-block;
  color: #c05c48 !important;
}
.price_menu .price .l span.s,.price_menu .price .r span.s{
  font-weight: 700;
}
.price_menu .price .l{
  width: 150px;
  text-align: right;
}
.price_menu .price .r{
  width: calc(100% - 150px);
}
.nayami_boxitemtop, .nayami_boxitembtm{
  margin-top: 40px;
}
.nayami_boxitemtop {
  padding: 1em;
  background: #fff;
  position: relative;
  border: 1px solid #ececec;
  max-width: 800px;
  margin: 0 0 30px;
  -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.nayami_boxitembtm dl{
  padding: 1em;
  background: #fff;
  position: relative;
  border: 1px solid #ececec;
  max-width: 800px;
  margin: 0;
}

.nayami_boxitemtop:before{
  content: "";
    width: 80px;
    border-top: 3px solid #c05c48;
    background: #fff;
    margin: 0 auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 10px;
    display: block;
    position: absolute;
}
.nayami_boxitembtm dl:before{
  content: "";
    width: 80px;
    border-top: 3px solid #c05c48;
    background: #fff;
    margin: 0 auto;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 10px;
    display: block;
    position: absolute;
}

.nayami_box .gr321 .box{
  padding-top: 15px;
}
.nayami_box li{
	border:1px solid #ececec;
}
.nayami_box .gr321 {
	background:#fff;
	position:relative;
}
.nayami_box .gr321:before{
	content: "";
	width: 50%;
	border-top:3px solid #c05c48;
	background:#fff;
	margin: 0 auto;
	top: 0;
	height: 10px;
	display: block;
}
.nayami_box .gr321 .ttl{
	padding: 15px 0;
}
.nayami_box .gr321 .ttl h3{
	color: #000000;
	text-align:center;
	font-weight: normal;
}
.nayami_box .gr321 .pic{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 100%;
	overflow: hidden;
}
.nayami_box .gr321 .pic img{
	border-radius: 100%;
	width: 100% !important;
}

.nayami_box .gr321 .text_box{
	width: 100%;
/*   margin-bottom: 30px;
 */	margin-left: 0;
}
.nayami_box .gr321 .text{
	width: 90%;
	padding: 2% 0;
	margin: 0 auto;
	color: #000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
}


.nayami_box .gr321 .btn{
	width: 100%;
	display: block;
	height: 40px;
	line-height:40px;
	margin: 0 auto;
	text-align:center;
	border-top: 1px solid #ececec;
}
.nayami_box .gr321 a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color:#000000;
}
.nayami_box .gr321 a:before{
	position: absolute;
	background:url(/import/tenant_1/133.167.42.233/html/images/common/ico_arrow_red.png) center center no-repeat;
	width: 17px;
	height: 16px;
	top: 12px;
	display: block;
	content: "";
	right: 28%;
}
/*2019/11/08修正分*/
.pr-re{
  padding: 0 7%;
}
.pr-re .flex{
  align-items: inherit;
  padding-bottom: 15px;
}
.pr-re .left{
  width: 13%;
    text-align: center;
    font-weight: bold;
}
.pr-re .right{
  width: 87%;
}
.pr-re .price,.pr-re dt{
  line-height: inherit;
  padding-left: 0 !important;
}
.pr-re dt{
  width: 23%;
    text-align: center;
}
.pr-re dd.price{
  width: 33%;
    text-align: right;
}
.pr-re dd.in{
  width: 44%;
    text-align: right;
    color: #c05c48;
    line-height: inherit;
    font-weight: bold;
}
.pr-re .n{
  font-weight: normal !important;
}
@media only screen and (max-width: 1024px){
    .nayami_boxitemtopL {
    width: 70%;
}
    .nayami_boxitemtopR {
    width: 70%;
}
     
     .nayami_box .nayami_boxitemtop dl.flex + dl.flex dt {
    padding-left: 4.5em;
    
}
.pr-re {
    padding: 0;
}
.pr-re dd.price {
    width: 29%;
  }
  .pr-re dd.in{
    width: 48%;
  }
  .price_menu .catch_text.tar{
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 599px){
  .nayami_box .nayami_boxitemtop dl.flex + dl.flex dt {
    padding-left: 0;
}
  .price_menu .price .l{
    width: 100%;
    text-align: left;
  }
  .price_menu .price .r{
    width: 100%;
    text-align: left;
  }
  .pr-re .left{
    width: 100%;
    padding-bottom: 10px;
  }
  .pr-re .right{
        width: 100%;
  }
  .pr-re .flex{
    padding-bottom: 20px;
  }
  .pr-re dt{
    width: 100%;
    text-align: left;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }
  .pr-re dd.price{
        width: 50%;
  }
  .pr-re dd.in {
    width: 50%;
    font-size: 15px;
}
.pr-re dd.in span{
  font-size: 12px;
}
}
.docter_box{
	padding-bottom: 60px;
}
.docter_box .pic{
	width: 25%;
}
.docter_box .text_box{
	width: 70%;
	padding-left: 5%;
}
.docter_box .text_box .name{
	padding: 20px 0;
	color: #000000;
}
.docter_box .text_box .text{
	color: #000000;
	font-weight: normal;
}
.voice_box .gr321 .ttl{
	color: #c05c48;
	padding: 30px 0;
}
.voice_box .gr321 .day{
	text-align:center;
	color:#000000;
	padding-bottom: 20px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.voice_box .gr321 a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.voice_box .gr321 a:before{
	position: absolute;
	background:url(/import/tenant_1/133.167.42.233/html/images/common/ico_arrow_blue.png) center center no-repeat;
	width: 17px;
	height: 16px;
	top: 12px;
	display: block;
	content: "";
	right: 28%;
}
.box_block .pic_box{
	position:relative;
	width: 100%;
}
.box_block .text_box{
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
}
.box_block .pic_box .cate{
	position:absolute;
top: 7px;
    left: 6px;
	background:#77aa75;
	padding:2px 5px;
	z-index: 1;
	color:#fff;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
}
.box_block .box{
	border:1px solid #ededed;
	background:#fff;
}
.box_block .gr321 {
	background:#fff;
	position:relative;
}
.blog_box .gr321 .pic{
	width: 100%;
	margin: 0 auto;
}
.box_block .gr321 .text{
	width: 90%;
	padding: 5% 0;
	margin: 0 auto;
	color: #000000;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif; 
}
.box_block .gr321 .btn{
	width: 100%;
	display: block;
	height: 40px;
	line-height:40px;
	margin: 0 auto;
	color:#000000;
	text-align:center;
	border-top: 1px solid #ececec;
	bottom: 0;
}
.box_block .text-box{
	padding: 0 10px;
}
.banner_box{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.banner_box li{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.banner_box li a{
	width:96%;
	display: block;
	color:#fff;
	padding-left: 4%;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
.banner_box li a span{
	padding-top: 6%;
	display: block;
	width: auto;
}
.banner_box .bkimg img {
	min-width: 100%;
}

.blog_box .text-box{
	padding:15px 20px 0;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#77aa75;
}
.blog_box .text-box .day{
	padding:15px 20px 0;
	color:#77aa75;
}
.blog_box .gr321 .ttl{
	color: #c05c48;
	padding: 0 20px 15px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.blog_box .gr321 .ttl{
	color: #c05c48;
	padding: 0 20px 15px;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.blog_box .gr321 a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	color: #c05c48;
	font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.blog_box .gr321 a.btn{
	color: #000000;
}
.blog_box .gr321 a:before{
	position: absolute;
	background:url(/import/tenant_1/133.167.42.233/html/images/common/ico_arrow_blue.png) center center no-repeat;
	width: 17px;
	height: 16px;
	top: 12px;
	display: block;
	content: "";
	right: 28%;
}
.content_bg.top .catch_text{
	width: 100%;
	line-height: 180%;
	margin: 0 auto 80px;
}

@media only screen and (max-width: 1024px) {
	.bkimg {
		position: relative;
	}
	.bkimg img {
		min-width: initial !important;
	}
	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

	.fs20 {
		font-size: 28px;
	}

	.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: auto;
	}

	.flexc {
		max-width: 768px;
		margin: auto;
	}

	.flexs {
		max-width: 768px;
		margin: auto;
	}

	.flexb {
		max-width: 768px;
		margin: auto;
	}
	/*カスタムコンテンツ用*/
	.cc221 {
		width: 47%;
	}
	.cc332 {
		width: 30%;
	}
	.cc432 {
		width: 30%;
	}
	.cc533 {
		width: 30%;
	}

	.inner {
		width: 93%;
		max-width: 768px;
		padding: 40px 0;
	}
	#gnav p {
		display: block !important;
		position: fixed;
		width: 42px;
		height: 42px;
		top: 0px;
		right: 0px;
		background: #170302;
		cursor: pointer;
		opacity: 0.8;
		z-index: 251;
	}
	#gnav p span.n {
		display: block;
		background: #fff;
		height: 2px;
		width: 28px;
		text-indent: 9999px;
		padding: 0;
		top: 50%;
		left: 7px;
		margin-top: -1px;
		position: absolute;
		-webkit-transition: ease .40s;
		transition: ease .40s;
	}
	#gnav p span.n:before {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 28px;
		position: absolute;
		top: -10px;
		left: 0;
	}
	#gnav p span.n:after {
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 28px;
		position: absolute;
		top: 10px;
		left: 0;
	}
	#gnav.action p span.n {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#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 .accordion-body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		-webkit-transition: height ease .1s,opacity ease .4s;
		transition: height ease .1s,opacity ease .4s;
		padding: 0;
		border: none;
		padding-bottom: 0;
		background: rgba(255, 255, 255, 0.8);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
		z-index: -10;
	}
	#gnav.action .accordion-body {
		height: 100vh;
		opacity: 1;
		z-index: 250;
	}
	#gnav .accordion-inner {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 80px;
	}
	#gnav li {
		display: block !important;
		width: 100%;
		text-align: center;
		float: none;
		border: none !important;
		border-bottom: 1px dotted #cacad9 !important;
		padding: 0 !important;
		margin-top: 0;
	}
	#gnav li:hover:before {
		display: none;
	}
	#gnav ul li a {
		height: auto;
		display: block;
		text-align: left;
		padding: 10px 15px;
		border: none !important;
	}
	.overlay:after {
		content: "";
		width: 100%;
		height: 100vh;
		background: #000;
		position: fixed;
		left: 0;
		opacity: 0.3;
		z-index: 150;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	/*共通エリア調整分*/
	.pc {display:none;}
	.sp{display: block;}

	#header .bg_green{
		background: #fff;
	}

	.bg_green #gnav a{
		color:#000000;
		font-weight: bold;
		line-height: 100% !important;
	}
	.bg_green #gnav .btn_brown{
		margin: 0 auto;
		line-height: 100%;
		background:#dec47e;
		border-radius: 14px;
		font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		color:#fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		height: 60px;
	}
	.bg_green #gnav .btnbox{
		padding-bottom: 20px;
		margin-top: 20px;
	}
	.bg_green #gnav .time{
		text-align: right;
		width: 48%;
		font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		letter-spacing: 3px;
		color:#000000;
		padding-top: 10px;
	}
	.bg_green #gnav .tel_box a {
		display: inline-block;
		color:#000000;
	}
	.w50{
		width: 50% !important;
		
	}
	.w60{
		width: 60%;
	}
	.w70{
		width: 70%;	
	}
	.main_visual .pic {
		height: auto;
	}
	.main_visual .bg{
		
		height: 100%;		
	}
/*
	.main_visual .catch_copy {
		width: 80%;
		margin:0 auto;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: tb-rl;
		writing-mode: horizontal-tb;
		color:#fff;
		position: absolute;
		top:20%;
		left: 10%;
		margin-left: 0%;
		padding:  0;
	}
*/
	.content_bg .catch_text{
		width: 85%;
		line-height: 200%;
		color:#000000;
		margin: 0 auto 10px;
	}
	.main_visual.under .mainimg {
		height: auto; 
	}

	.about_clinic dd .btn a{
		width: 100%;
		
	}
	.about_spinal_correction .catch_text {
		width: 100%;
		line-height: auto;
		margin: auto;
	}
	.system_list .sub_col ul{
		padding: 10px 20px;
	}
	.system_list .main_col {
		width: 100%;
		margin-bottom: 40px;
	}
	.system_list .sub_col {
		width: 100%;
		padding-left: 0;
	}
	.system_list .sub_col .archive{
		width: 48%;
		float: right;
	}
	.system_list .sub_col .category{
		width: 48%;
		float: left;
	}
	.system_detail .topics {
		margin-top: 2%;
	}
	.system_detail .topics_box {
		width: 49%;
		margin-right:1%;
		margin-bottom: 2%;
	}
	.banner_box .bkimg {
		position: absolute;
	}
	#gnav .accordion-inner {
		padding-top: 0;
	}
	.about_clinic dd.btn_box {
		width: 560px;
		padding-left: 0;
	}
	.about_clinic dd .btn a {
		width: 220px;
	}
	.price_menu .left_col:before {
		border: 30px solid transparent;
		border-left-color: #f8f7ed;
		border-right-width: 0;
		right: -29px;
		content: "";
		display: block;
		top: 50%;
		margin-top: -30px;
		position: absolute;
		width: 0;
		z-index: 1;
	}

	.price_menu .left_col:after {
		border: 30px solid transparent;
		border-left-color: #77aa75;
		border-right-width: 0;
		right: -33px;
		content: "";
		display: block;
		top: 50%;
		margin-top: -30px;
		position: absolute;
		width: 0;
	}
.nayami_box .gr321 a:before {
    position: absolute;
    background: url(/import/tenant_1/133.167.42.233/html/images/common/ico_arrow_red.png) center center no-repeat;
    width: 17px;
    height: 16px;
    top: 12px;
    display: block;
    content: "";
    right: 5%;
}

}


@media only screen and (max-width: 599px) {
	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	.fs18 {
		font-size: 16px;
	}

	.fs20 {
		font-size: 18px;
	}

	.fs22 {
		font-size: 18px;
	}

	.fs24 {
		font-size: 20px;
	}

	.fs26 {
		font-size: 20px;
	}

	.fs28 {
		font-size: 22px;
	}

	.fs30 {
		font-size: 22px;
	}

	.fs32 {
		font-size: 24px;
	}

	.fs34 {
		font-size: 24px;
	}

	.fs36 {
		font-size: 26px;
	}

	.fs38 {
		font-size: 26px;
	}

	.fs40 {
		font-size: 28px;
	}

	.fs42 {
		font-size: 28px;
	}

	.fs44 {
		font-size: 30px;
	}

	.fs46 {
		font-size: 32px;
	}
	.flex {
		max-width: 450px;
		margin: auto;
	}
	.flexc {
		max-width: 450px;
		margin: auto;
	}
	.flexs {
		max-width: 450px;
		margin: auto;
	}
	.flexb {
		max-width: 450px;
		margin: auto;
	}
	/*カスタムコンテンツ用*/
	.cc221 {
		width: 97%;
	}
	.cc332 {
		width: 47%;
	}
	.cc432 {
		width: 47%;
	}
	.cc533 {
		width: 30%;
	}
	/*横並び用*/
	
	.rp {
		max-width: 450px;
		margin: auto;
	}
	.rp .pic {
		float: none !important;
		width: 90% !important;
		margin: 20px auto;
		margin: 20px auto;
	}
	.rp .tbox {
		float: none !important;
		width: 100% !important;
		padding: 0 !important;
	}
	.inner {
		width: 94%;
		max-width: 450px;
		padding: 30px 0;
	}
	/*共通パーツ*/
	#header .left {
		width: 100%;
		padding-bottom: 10px;
	}
	#header .h-rogo{
		padding-bottom: 10px;
	}
	#header h1{
		width: 70%;
	}
	.w50{
		width: 90% !important;
		
	}
	.w60{
		width: 90%;
	}
	.w70{
		width: 90%;	
	}
	.bg_green #gnav .time{
		text-align: left;
		width: 100%;
	}
	.main_visual .bg{
		position: static;	
	}
	.main_visual .catch_copy{
		position: static;
		top:0%;
		margin:0 4%;
		padding:  0;
		font-size: 18px;
		transform: translate(0,0);
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		writing-mode:horizontal-tb;
	}
	.main_visual.under .mainimg {
		 height: auto; 
		 margin-bottom: 15px;
	}
		.main_visual.under .mainimg .trimmingInner {
    padding-top: 40% !important;
}
	.content_bg .catch_text{
		width: 100%;
	}
	.content_bg.top .catch_text {
		width: 100%;
		margin-bottom: 40px;
	}
	.content_bg.top .news_box .text_box {
		overflow:inherit;
		height: auto;
	}
	.content_bg.under .under_arrow:before {
		bottom: -28px;
		left: 50%;
		margin-left: -15px;		
		border: 30px solid transparent;
		border-top-color: #f8f7ed;
		border-bottom-width: 0;
		content: "";
		display: block;
		position: absolute;
		width: 0;
		z-index: 1;
	}
	.content_bg.under .under_arrow:after {
		bottom: -31px;
		left: 50%;
		margin-left: -15px;
		border: 30px solid transparent;
		border-top-color: #77aa75;
		border-bottom-width: 0;
		content: "";
		display: block;
		position: absolute;
		width: 0;
	}
	.content_bg.under .under_arrow .left_col{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.content_bg.under .under_arrow .right_col{
		width: 100%;
		float: none;
	}
	.content_bg.under .under_arrow:nth-child(2n) .left_col{
		float: none;
	}
	.content_bg.under .under_arrow:nth-child(2n) .right_col{
		float: none;
		margin-bottom: 10px;
	}
	.first_colmn .left_col:before {
		margin-left: -45px;
		width: 90px;
	}
	
	.first_colmn .left_col, .first_colmn .right_col {
		width: 100%;
		margin-top: 40px;
		height:auto !important;
	}
	.nayami_ttl {
		background: url(/import/tenant_1/133.167.42.233/html/images/top/nayami_bg1.png) no-repeat top right #fff;
		width: 100%;
		background-size:auto;
	}
	.nayami_ttl .text_box {
		width: 100%;
	}
/*
	.nayami_box .text_box {
		height: auto !important;
	}
*/
	.nayami_box .gr321 .pic {
		width: 100px;
		height: 100px;
	}
	.nayami_ttl2 {
		min-height: auto;

	}
	.banner_box li a{
		width: auto;
		color:#170302;
	}
	.docter_box{
		padding-bottom: 60px;
	}
	.docter_box .pic{
		width: 58%;
		margin:0 auto;
	}
	.docter_box .text_box{
		width: 100%;
		padding-left: 0%;
		margin-top: 5%;
	}
	#footer{
		padding-bottom: 90px;
	}
	#footer .left_col {
		width: 100%;
	}
	#footer .right_col{
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#footer .menu {
		display: none;
	}
	#footer .tel {
		margin-bottom: 20px;
	}
	#footer .btn  {
		width: 100%;

	}
	#footer .btn a {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	#footer .contact_box{
		display: none;
	}
	.contact_box_sp{
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #7c7b76;
		z-index: 1;
		max-width: 100%;
	}
	.contact_box_sp .tel a{
		color:#fff;
		font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-weight: bold;
		padding-top: 15px;
	}
	.contact_box_sp .tel{
		position: relative;
		padding-left: 50px;
		width: 60%;
		padding-top: 15px;
		font-size: 18px;
	}
	.contact_box_sp .btn{
		width: 40%;
	}
	.contact_box_sp .btn a{
		background:#dec47e;
		display: inline-block;
		width: 100%;
		height: 56px;
		line-height: 56px;
		text-align:center;
		font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-weight: bold;
		color:#000000;
	}
	.contact_box_sp .tel:before{
		display: block;
		content:"";
		position: absolute;
		width: 32px;
		height: 36px;
		top: 12px;
		left:5px;
		background: url(/import/tenant_1/133.167.42.233/html/images/common/ico_tel_footer.png) no-repeat;
	}
	#header .inner {
		padding: 0;
		max-width: 100%;
	}
	.price_menu .left_col{
		width: 100%;
		padding-right: 0;
		padding-bottom: 2%;
		float:none;
		position: relative;
		border-right: none;
		border-bottom: 3px solid #77aa75;
		padding-bottom: 8%;
	}
	.price_menu .left_col:before {
		border: 30px solid transparent;
		border-left-color: #f8f7ed;
		border-right-width: 0;
		right: -29px;
		content: "";
		display: block;
		top: 50%;
		margin-top: -30px;
		position: absolute;
		width: 0;
		z-index: 1;
	}
	.price_menu .left_col:after {
		border: 30px solid transparent;
		border-left-color: #77aa75;
		border-right-width: 0;
		right: -33px;
		content: "";
		display: block;
		top: 50%;
		margin-top: -30px;
		position: absolute;
		width: 0;
	}
	.price_menu .right_col{
		width: 100%;
		padding-left:0%;
		padding-top:15%;
		float:none;
	}
	.about_clinic dd {
		padding-top: 20px;
		padding-left: 0;
	}
	.about_clinic dd .left_col{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.about_clinic dd .right_col{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
.doctor_introduction .right_col {
		margin-left: 0;
		width: 100%;
		float: none;
	}
	.doctor_introduction .left_col {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.doctor_introduction .left_col.profile {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.doctor_introduction .right_col2 {
		margin-left: 0;
		width: 100%;
		float: none;
	}
	.about_spinal_correction .catch_text{
		padding-left: 0;
		padding-bottom: 20px;
	}
	.system_list .sub_col .archive{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.system_list .sub_col .category{
		width: 100%;
		float: none;
	}
	.system_detail .topics {
		margin-top: 5%;
	}
	.system_detail .topics_box {
		width: 100%;
		margin-right:0;
		margin-bottom: 2%;
	}
	.inquiry .contact_form {
		padding: 20px;
	}
	.inquiry .contact_form button{
		width: 100%;
	}
	.inquiry .contact_form .flex{
		display: block;
	}
	.inquiry .contact_form .btn_box {
		width: 100%;
		margin: 0 auto;
	}
	.inquiry .contact_form dd {
		width: 100%;
		margin-left: 0;
	}
	.inquiry .contact_form dt {
		width: 100%;
	}
	.pic_box{
		width: 100%;
	}
	.text_box{
		margin-left: 0%;
		width: 100%;
		margin-top: 5%;
	}
	.content_bg .cont_all .flex .text_col,
	.content_bg .cont_all .flex .img_col {
		width: 100%;
		margin:0%;
		margin-top: 2%;
	}
.content_bg.content_pt .under_arrow:before {
		display: none;
	}
	.content_bg.content_pt .under_arrow:after {
		display: none;
	}
	.content_bg.content_pt2 .under_arrow:before {
		display: none;
	}
	.content_bg.content_pt2 .under_arrow:after {
		display: none;
	}
	.banner_box li a span {
		padding-top: 5%;
	}
	.about_clinic dd.btn_box {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.about_clinic dd.btn_box .left,
	.about_clinic dd.btn_box .right{
		width: 100%;
	}

	.about_clinic dd .btn a {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
		margin-left: 0;
	}
	#footer .tel:before {

		top: 5px;

	}
	#header .tel_box{

		padding:15px 0;
		padding-left: 30px;
	}
	#header .tel_box:before {
		top: 19px;
	}
	

.price_menu .left_col:before {
  border: 30px solid transparent;
  border-top-color: #f8f7ed;
  right: -29px;
  content: "";
  display: block;
  left: 50%;
  margin-top: 0;
  position: absolute;
  width: 0;
  z-index: 1;
  bottom: -29px;
  border-bottom-width: 0;
  top: auto;
  margin-left: -30px;
}
.price_menu .left_col:after {
border: 30px solid transparent;
    border-top-color: #77aa75;
    border-bottom-width: 0;
    right: -33px;
    content: "";
    display: block;
    top: auto;
    margin-top: -30px;
    position: absolute;
    width: 0;
    bottom: -33px;
    left: 50%;
    margin-left: -30px;
}
.list_red {
    margin: 30px 0;
}
.nayami_box .gr321{
  width: 47%;
  margin-right: 3%;
	}
	
	
	.nayami_boxitemtopL{
  width: 100% !important;
  margin-bottom: 0.5em;
}
.nayami_boxitemtopR{
  width: 100%;
}
	
	.nayami_boxitembtmL{
  width: 100%;
  margin-bottom: 0.5em;
}
.nayami_boxitembtmR{
  width: 100%;
}
.nayami_boxitembtmR .price {
    font-size: 16px;
}
	
	
.price_menu .box_block .gr321 btn:before {
    position: absolute;
    background: url(/import/tenant_1/133.167.42.233/html/images/common/ico_arrow_blue.png) center center no-repeat;
    width: 17px;
    height: 16px;
    top: 12px;
    display: block;
    content: "";
    right: 5%;
}
.under .nayami_box .gr321{
  width: 100%;
  margin-right: 0%;
	}
.photo.inner_box{
  width: 80%;
  margin: 0 auto;
}
.photo.inner_box .left_col{
 height:auto !important;
}
.photo.inner_box .right_col{
 height:auto !important;
}
}

.staff1 {
    padding-bottom: 40px;
}
.staff1 .tbox {
    width: 100%;
    margin-bottom: 25px;
    max-width: 80%;
    margin: 0 auto;
}
.staff1 .tbox h4{
  margin-bottom: 25px;
}
@media only screen and (max-width: 599px) {
.staff1 .tbox {
    max-width: 95%;
}
}

.staff2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #b8cf4d;
}
.staff2 .warp {
    padding: 3% 2%;
}
.staff2 .warp .box1 {
    width: 100%;
    padding-bottom: 30px;
}
.staff2 .warp .box1 .tit {
    width: 100%;
    margin-bottom: 20px;
}
.staff2 .warp .box1 .tit dl {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.staff2 .warp .box1 .tit dl dd h4 {
    width: 50%;
    text-align: left;
}
.staff2 .warp .box1 .tit dl dd .txt {
    text-align: left;
    padding: 4px 1% 10px 1%;
    color: #000000;
    width: 50%;
    box-sizing: border-box;
}

.staff2 .warp .box1 .tit dl dt {
    width: 15%;
    color: #493634;
    border-bottom: 1px solid #493634;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
    padding-right: 1.5%;
    box-sizing: border-box;
}
.staff2 .warp .box1 .tit dl dd {
    padding: 10px 2% 10px 2%;
    width: 80%;
}

.staff2 .warp .box1 .bb {
    width: 100%;
    max-width: 100%; 
}

.staff2 .warp .box1 .bb .pic {
    width: 43%;
    margin-right: 2%;
}
.staff2 .warp .box1 .bb .pic img {
    width: 100% !important;
   height: auto !important;
}
.staff2 .warp .box1 .bb .tbox {
    width: 55%;
    padding: 0 1% 10px 1%;
    box-sizing: border-box;
}
.staff2 .warp .box1 .bb .tbox .tbox {
    text-align: left;
}
.staff2 .warp .box2 {
    width: 100%;
    padding-bottom: 20px;
}
.staff2 .warp .box2 h4 {
    width: 100%;
    margin-bottom: 20px;
}
.staff2 .warp .box2 .pic {
    width: 100%;
    padding-bottom: 20px;
}
.staff2 .warp .box2 .pic img{
  width: 100% !important;
  height: auto !important;
}
.staff2 .warp .box2 .tbox {
    text-align: left;
    padding: 0px 2% 10px 2%;
}
.staff2 .warp .box3 {
  width: 100%;
  padding-bottom: 20px;
}
.staff2 .warp .box3 .bb {
    width: 100%;
    padding-bottom: 20px;
}
.staff2 .warp .box3 .bb .tbox {
    width: 50%;
    margin-right: 2%;
}
.staff2 .warp .box3 .bb .tbox h4 {
    margin-bottom: 15px;
}
.staff2 .warp .box3 .bb .tbox .txt {
    margin-bottom: 15px;
}
.staff2 .warp .box3 .bb .pic {
    width: 48%;
    margin-bottom: 20px;
}
.staff2 .warp .box3 .bb .pic img{
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 599px) {
  .staff2 .warp .box1 .bb .pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.staff2 .warp .box1 .bb .tbox {
    width: 100%;
  
}
.staff2 .warp .box1 {
    padding-bottom: 20px;
}
.staff2 .warp .box3 .bb .tbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.staff2 .warp .box3 .bb .pic {
    width: 100%;
    margin-bottom: 0;
}
}
.media1 {
    padding-bottom: 60px;
    width: 100%;
}
.media1 .pic {
    width: 100%;
    padding-bottom: 30px;
}
.media1 .pic img{
    width: 100% !important;
    height: auto !important;
}
.media1 .pic.mw {
    max-width: 350px;
    margin: 0 auto;
}
.media1 .btn {
    text-align: right;
    float: right;
    background: #0093d3;
    width: 100%;
    max-width: 160px;
}
.media1 .btn a {
    padding: 5% 2%;
    text-align: center;
    color: #fff;
    display: block;
}
/*お客様の声*/

.voicelist{
	padding:40px 0 30px 0;
}

.voicelist dl{
    background: rgba(255,255,255,0.8);
	border:1px solid #bfbfbf;
	width:47%;
	margin:0 6% 47px 0;
	box-sizing:border-box;
}
[data-element-id] .voicelist dl{
  float: left;
}
.voicelist dl:nth-child(2n+2){
	margin-right:0;
}
.voicelist dt{
	max-width:400px;
	padding:35px 2.5% 35px 2.5%;
	margin:0 auto;
	font-size:24px;
	font-family: "yamafont";
}
.voicelist dt .l {
    display: block;
    text-decoration: underline;
}
.voicelist dt+dd{
	text-align:right;
	max-width:400px;
	padding:0 2.5% 30px 2.5%;
	margin:0 auto;
	font-weight:bold;
}
.voicelist dd.pic{
  width: 100%;
  position:relative;
}
.voicelist dd.pic a {
    display: block;
    position: relative;
}
.voicelist dd.pic img {
  width: 100% !important;
  height: auto !important;
}

.voicelist dd.pic .v{
  z-index: 1;
	position:absolute;
	bottom:-28px;
	left:50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


@media only screen and (max-width: 1024px){
	.voicelist dt{
		font-size:18px;
	}
}


.voicesingle{
width: 100%;
    margin: 40px 0 30px 0;
    border: 1px solid #bfbfbf;
    padding: 25px 3% 25px 3%;
    box-sizing: border-box;
}
.voicesingle .pic{
  width: 100%;
	padding:0 0 20px 0;
}
.voicesingle .pic img {
  width: 100% !important;
  height: auto !important;
}
.voicesingle h3{
	font-size:26px;
	margin-bottom:20px;
}
.voicesingle h3:after{
	content:"";
	display:block;
	max-width:520px;
	width:100%;
	height:1px;
	margin-top:8px;
	border-bottom:1px dashed #bfbfbf;
}
.voicesingle .meta li{

    display: inline-block !important;
    font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,'ＭＳ Ｐゴシック',sans-serif;
    padding-right: 1em;
    padding-bottom: 10px;

}
.voicesingle .meta{
	padding-bottom:10px;
}
.voicesingle p{
	font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,'ＭＳ Ｐゴシック',sans-serif;
	padding:0 0 20px 0;
}
.voice .back{
	text-align:center;
	padding-bottom:170px;
}
.voice .back a{

    display: inline-block !important;
    background: #6eb131;
    color: #fff;
    max-width: 230px;
    text-align: center;
    padding: 8px 2.5%;
    box-sizing: border-box;
    width: 100%;
    border-radius: 20px / 50%;

}
.voice .back a img{

    vertical-align: middle;
    margin-top: -5px;
    margin-right: 1em;

}
@media only screen and (max-width: 1024px){
	.voicesingle h3{
		font-size:20px;
	}
}
@media only screen and (max-width: 599px) {
	.voicesingle{
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.voicelist dl{
	width:96%;
	margin:0 2% 47px 2%;
	box-sizing:border-box;
}
}



.tabnav li {
    width: 200px;
    height: auto;
    border-radius: 30px;
    background: #eee;
    border-style: none;
    cursor: pointer;
    padding: 2.5% 10px 2.5% 10px;
    margin: 4% 1%;
    font-family: "游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.tabnav li.on {
        background: #77aa75;
    color: #FFF;
    -webkit-transition: none;
    transition: none;
}

.tabnav li.on.c {
            background: #77aa75;
    color: #FFF;
}

@media (max-width: 599px) {

    .tabnav li {
        padding: 10px;
        width: 45%;
    }

}
.footfix{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    max-width: 100%;
    padding: 0;
}
.footfix .flex {
  max-width: 100%;
}
[data-element-id] .footfix {
  position: relative;
    display: block;
}
.footfix .right { 
   float: right;
    width: 50%;
}

 .footfix .right p {
    text-align: center;
    margin-bottom: 0px;
}
.footfix .right p {
    display: block;
    background: #ddc481;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.footfix .right p a {
font-size: 16px;
    font-weight: bold;
    color: #735b38;
    padding: 7px 0;
    display: block;
}
 .footfix .left {
   float: left;
    width: 50%;
}
.footfix .left .tel {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 140%;
    padding-bottom: 5px;
    background: #fbf7ee;
    border-radius: 10px;
    text-align: center;
        width: 100%;
    height: 100%;
}
.footfix .left .tel img {
    width: 24px;
    vertical-align: bottom;
    padding-bottom: 0;
    padding-right: 0.5%;
    padding-top: 1%;
    margin-left: 2%;
    box-sizing: border-box;
    display: inline-block;
}
 .footfix .left .tel a {
    width: 100%;
    color: #000000;
    display: block;
    padding-left: 1.5%;
}


@media only screen and (max-width: 599px){
 .footfix {
    display: block;
}
}

.yajiru img{
  margin: 0 auto;
  width: 200px;
  padding: 25px 0 60px;
  display: block;

}

.yajiru{
  width: 450px;
}
.catch_text b{letter-spacing: 5px;}

.l2nd{
	margin-left: 25%;
	width:6em;
	font-size: 18px;
		font-weight: normal;

}
.r2nd p{

font-size: 22px;
}

@media only screen and (max-width: 700px){
.l2nd{
	margin-left: 0;
	margin-top:30px
}
}

.r2nd .price{
	font-weight:normal;
}

.midashi{
	font-size:22px;
	text-align:center;
	margin:20px;
}

.footmap {
  margin: 20px auto 0px;
  position: relative;
}
.footmap iframe {
  width: 100%;
  height: 350px;
}

.footw10{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	width: 91%;
	margin-top: 25px;
}

p.text.hei01 {
    height: 100px;
}

.text-box.heightLine-voicetext01 {
    height: 238px;
}


/* 10/26 追記 */

@media only screen and (max-width: 599px){
  #header .right{
  display: none !important;
}

 .mainimg h2 {
    font-size: 16px;
    bottom: -25%;
}
}

/* 10/31　追記 */

.top-wrapper .mainimg .pic img {
    filter: opacity(0.5);
    width: 100%;
    height: auto;
}

.top-wrapper .mainimg h2 {
  font-weight: bolder;
    color: #98b123;
    text-shadow: 4px 4px 15px #ffffff, -2px 4px 15px #fffffe, 4px 0px 13px #ffffff, -2px -2px 16px #ffffff;
    font-size: clamp(1rem, 0.5rem + 2.5vw, 2.375rem);
}

.top-wrapper .mainimg .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

@media only screen and (max-width: 599px){
.top-wrapper .mainimg h2 {
    font-size: 16px;
    bottom: -50px;
    font-weight: bolder;

    text-shadow: 4px 4px 15px #ffffff, -2px 4px 15px #fffffe, 4px 0px 13px #ffffff, -2px -2px 16px #ffffff;
}



.top-wrapper .mainimg .uk-slidenav-position:after {
    padding-top: 60%;
    content: '';
    display: block;
}


}

@media only screen and (max-width: 1024px){
  .r{
  display: block;
}
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.top-wrapper .mainimg h2 {
    font-weight: bolder;
    color: #98b123;
    text-shadow: 4px 4px 15px #ffffff, -2px 4px 15px #fffffe, 4px 0px 13px #ffffff, -2px -2px 16px #ffffff;
    font-size: clamp(1rem, 0.5rem + 2.5vw, 2.375rem);
    bottom: -80px;
}
}

@media only screen and (min-width: 1025px){
  .top-wrapper .mainimg h2 {
    bottom: 50px;
}
}

/* 11/07 追記 */

.bold-txt{
  font-weight: bold;
}

.blog .text_box a {
  color: #0000ff;
}
.blog .text_box a:hover {
  opacity: 0.6;
}
}
