/* 繝�Δ縺ｪ縺ｮ縺ｧ邁｡譏鍋噪縺ｪ繝ｪ繧ｻ繝�ヨ */
/** {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	background: #eee;
}
article {
	height: 1000px;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #0b8793;
}
#main-visual {
}*/
/*#main-visual {
	background: #1d76a6;
	background: -webkit-linear-gradient(-45deg, #0062B8, #850047);
	background:    -moz-linear-gradient(-45deg, #0062B8, #850047);
	background:     -ms-linear-gradient(-45deg, #0062B8, #850047);
	background:      -o-linear-gradient(-45deg, #0062B8, #850047);
	background:         linear-gradient(-45deg, #0062B8, #850047);
	height: 700px;
}*/

/*footer {
	padding: 30px;
	text-align: center;
	border-top: solid 2px #3FA9F5;
}
footer a {
	color: #666;
	text-decoration: none;
}*/


footer {
	padding: 20px 0;padding-top: 40px;
	background-color:#F7F7F7;padding-bottom: 80px;    background-color: #f4eee6;    background-color: #d3c1b7;background-color: #FFE5EA;
}
/*ページ内リンク用*/
.linkpagenai {
    margin-top:-110px;
    padding-top:110px;
}
@media screen and (max-width: 480px) {
.linkpagenai {
    margin-top:-56px;
    padding-top:56px;
}
}
/*ページ内リンク用*/


/* 笆ｲ笆ｲ笆ｲ縺薙％縺ｾ縺ｧ縺ｯ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺ｫ髢｢菫ゅ↑縺�ｨｭ螳壺夢笆ｲ笆ｲ */

.inner {
	width:1170px;
	/*width: 980px;*/
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -90px;
	position: absolute;
	width: 100%;
	margin: 90px auto 0;
	/*margin: 100px auto 0;*/
	padding:  0;
	/*padding: 30px 0 0;
*/	line-height: 1;
	z-index: 999;
	
	/*メニュー背景に白入れ*/
	height: 110px;
	
	background: rgba(255,255,255,.0);/*白255,255,255,*/

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	/*メニュー背景に白入れ*/
	

    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 0%);	
}
#top-head a,
#top-head {
	color: #333;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
	
}
#top-head .logo-fixmenu {
    float: left;
    font-size: 36px;
    width: 290px;
    position: relative;
    top: 5px;
    left: 0px;
}
/*ロゴ以外のヘッダー*/
#top-head .sonota-fixmenu {
	float: left;
	/*width:300px;*/
	position:absolute;
	/*位置調整*/
	top:-4px;
	
	
}
#top-head .sonota-fixmenu2 {
	width:250px;
	position:absolute;
	/*位置調整*/
    top: 12px;
    right: 340px;
    font-size: 12px;
	
	
	
}
#top-head .sonota-fixmenu3 {
	width:200px;
	position:absolute;
	/*位置調整*/
    top: 12px;
	right:200px;
	    font-size: 12px;
}


@media print, screen and (min-width: 1201px), print {
#top-head .sonota-fixmenu4 {
    width: 200px;
    position: absolute;
    top: 15px;
    right: 10px;
	
}
}
@media print, screen and (max-width: 1200px), print {
	#top-head .sonota-fixmenu4 {
	width: 80px;
    position: absolute;
    top: 12px;
    right: 60px;display: none;
	
}
}


#global-nav-fixmenu ul {
	list-style: none;
	position: absolute;
    top: 109px;
    margin: 0 auto;
    bottom: 0;
    font-size: 14px;
right: 15px;
}
#global-nav-fixmenu ul li {
	float: left;
	position: relative;
	/*位置調整*/
	top:-40px;
	
}
#global-nav-fixmenu ul li a {
    padding: 0 15px;
	border-right:solid 0px #454545;
}

	
/* Btn Hover */
#global-nav-fixmenu ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav-fixmenu ul li:hover:after {
	
	background: #5FA124;
	bottom: -10px;
	/*background: #fff;
	bottom: -30px;*/
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0px;
	position: fixed;
	padding-top: 0px;
	background: #fff;
	background: rgba(255,255,255,8);


	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo-fixmenu {
	font-size: 24px;
	color: #333;

}
#top-head.fixed #global-nav-fixmenu ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav-fixmenu ul li:after {
	bottom: -20px;
}
#top-head.fixed #global-nav-fixmenu ul li:hover:after {
	background: #5FA124;    
	bottom: -10px;
}


/* Transition */
/*
#top-head,
#top-head .logo-fixmenu,
#global-nav-fixmenu ul li,
#global-nav-fixmenu ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle-fixmenu {
	display: none;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 43px;
	height: 22px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle-fixmenu div {
	position: relative;
}
.tgl {
    display: block;
    /* position: absolute; */
    /* height: 28px; */
    /* width: 100%; */

    left: 0;
	top: -5px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    /* transition: .35s ease-in-out; */
    border: solid 0px #5FA124;
    border-radius: 6px;
    padding: 0;
    font-size: 13px;
font-size: 38px;
    color: #5FA124;
}
#nav-toggle-fixmenu span:nth-child(1) {
	top: 0;
}
#nav-toggle-fixmenu span:nth-child(2) {
	top: 7px;
}
#nav-toggle-fixmenu span:nth-child(3) {
	top: 14px;
}




/*@media screen and (max-width: 980px) {

	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#top-head {
	
	
	height: 120px;
	
	
}
	#global-nav-fixmenu ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav-fixmenu ul li a {
		padding: 0 15px;
	}
}*/





/*@media screen and (max-width: 640px) {*/
@media screen and (max-width: 1200px) {
	#main-visual {
		padding-top:56px;
}

/*#main-visual {
		height: 300px;
	}*/


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		
	/*メニュー背景に白入れ*/
	height: 56px;
	
	/*メニュー背景に白入れ*/
		
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
		top: 0px;
		border-bottom:none;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		/*height: 56px;*/
		z-index: 999;
		position: relative;
	}
	
	#top-head.fixed .logo-fixmenu,
	#top-head .logo-fixmenu {
		position: absolute;
	left: 13px;
    top:9px;
    color: #333;
    font-size: 26px;
    width: 86%;
    max-width: 180px;
    padding-right: 30px;
		left: 13px;
        top: 0px;
        color: #333;
        font-size: 26px;
        width: 56%;
        max-width: 110px;
        padding-right: 30px;
	}
/*ロゴ以外のヘッダー*/
#top-head .sonota-fixmenu {
	display:none;
}
#top-head .sonota-fixmenu2 {
	/*float: right;
	width:100%;
	position:absolute;
	/*位置調整
	top:15px;
	right:50px;*/
	display:none;
}
#top-head .sonota-fixmenu3 {
	display:none;
}

	#global-nav-fixmenu {
		position: absolute;
		/* 髢九＞縺ｦ縺ｪ縺�→縺阪�逕ｻ髱｢螟悶↓驟咲ｽｮ */
		top: -500px;
		background: #5FA124;
		width: 100%;
		text-align: center;

		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav-fixmenu ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	
	
	#global-nav-fixmenu ul li a {

	border-right: none;
}




	#global-nav-fixmenu ul li {
		float: none;
		position: static;
		border-bottom:#FFF solid 1px;
	}
	#global-nav-fixmenu ul li:after  {
		display: none;
	}
	#top-head #global-nav-fixmenu ul li a,
	#top-head.fixed #global-nav-fixmenu ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 20px 0;
		font-size: 14px;
	}
	#top-head #global-nav-fixmenu ul li a:hover {
		background-color:#F4F4F4;
		color:#333;
	}
	#nav-toggle-fixmenu {
		display: block;
	}
	/* #nav-toggle-fixmenu 蛻�ｊ譖ｿ縺医い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
	.open #nav-toggle-fixmenu span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle-fixmenu span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle-fixmenu span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav-fixmenu 繧ｹ繝ｩ繧､繝峨い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
	.open #global-nav-fixmenu {
		/* #global-nav-fixmenu top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


}

.fa-bar-chart:before, .fa-chart-bar:before {
    content: "\f080";
}





@media screen and (min-width:959px) {
#footfix_in  {display: none;}
}

@media screen and (max-width:959px) {
.footeranimation {

      width: 100%;
background-color: rgba(255,255,255,0.8);
      position: fixed;
      bottom: 0;
      z-index:999;
    } 
.site-footer {padding-bottom: 70px;}
#footfix {
    

/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0;
    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    position: relative;
    padding: 0px 0px;
    padding-bottom: 1px;border-top: 1px solid #6f4a4a;
}
#footfix p {text-align: center; position: absolute; bottom: 5px; right: 0; left: 0; font-size: 11px;}
.footfix_in_1 a {font-size: 22px; padding: 0 5px; color: #383838; text-decoration: none; font-family: 'Markazi Text', serif;
line-height: 1.6em;}
.footfix_in_1 a:before {

    content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/freedial_black.png);
  background-size: contain;
  vertical-align: middle;
    margin-right: 5px;
}

.footfix_in_3 a{
    display: block; 
    background: #89AADB;  
    padding: 8px 60px;
    border-radius: 30px;
    font-size: 13px;
    color: #FFF;
text-decoration: none;
margin: 0 5px;}
    
    
    
    
    .footfix_in_1 a {font-size: 20px;}
    .footfix_in_2 a{padding: 0 5px;
    color: #383838;
    text-decoration: none;
    font-family: 'Markazi Text', serif;
    line-height: 1.6em;font-size: 18px;}
    .footfix_in_3 a {font-size: 11px; padding: 1px 10px;
	
	font-size: 10px;
    padding: 1px 10px;
    text-align: center;

bottom: 8px;
  
    width: 140px;color: #ffffff;    text-decoration: none;
	}
	
        .footfix_in_2 a:hover{
color: #383838;    text-decoration: none;
    }	
        .footfix_in_3 a:hover{
     font-size: 11px; padding: 1px 10px;
color: #383838;    text-decoration: none;
    }
}

.f18{font-size:18px;}

.tel02{
	    padding: 0 5px;
    color: #383838;
    text-decoration: none;
    font-family: 'Markazi Text', serif;
    line-height: 1.1em;
    font-size: 30px;
	
}
.tel01{
	    padding: 0 5px;
    color: #383838;
    text-decoration: none;
    font-family: 'Markazi Text', serif;
    line-height: 1.1em;
    font-size: 30px;
	
}
.tel01 a:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../img/common/freedial_black.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.tel01 a:hover {
text-decoration: none;
}
.tel02 a:hover  {
text-decoration: none;
}

.approach {

    background: url("../img/common/ptn_white.gif");
    background-size: 297px;
    overflow: hidden;
}
.w170{
	width: 170px;
}
.bg_news {
   
    background-color: #F4F6F9;background-color: #FCFAF7;
    position: relative;
    overflow: hidden;
}
.bg_news::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: left top;
    background-size: 12px 12px;
    background-image: url(../img/common/bg_dotted.png);
    opacity: 0.1;
}

.sec {
    position: relative;
}

.siromawari{
	padding: 30px;
    background-color: #ffffff;
    border-radius: 20px;
}
.mb10{
	padding-bottom: 10px;
}
.mb20{
	padding-bottom: 20px;
}
.mb30{
	padding-bottom: 30px;
}
.mb40{
	padding-bottom: 40px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.p-02 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.8em;

    margin-bottom: 30px;
}

.area-02 {
    background: #e08d09;
    padding-top: 40px;
    text-align: center;
}
.area-02 h2 {
    color: #fff;
    margin: 0 20px;
    margin-bottom: 20px;
    font-size: 30px;
}
.p-02 span {
    background: url("../img/otherplan/maru.png") 0px 3px no-repeat;
    width: 40px;
    height: 43px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
line-height: 1.8em;
    position: relative;
    bottom: 2px;
    margin: 0 1px;
    padding-bottom: 10px;
}

.bbkaaa{
	padding: 25px;
	border: solid 1px #333333;
    background:#eff3f6;
	display: inline-block;
	text-align: center;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}



#planp #box-01{ overflow:hidden;text-align:center;}

#planp #box-01 .area-01{background:#e08d09; padding:20px; margin-bottom:70px; text-align:center; overflow:hidden;}
#planp #box-01 .area-01 .entry{width:220px; display:inline-block; vertical-align:top;}
#planp #box-01 .area-01 .entry .tb-01{ position:relative;height:220px;}
#planp #box-01 .area-01 .entry:nth-of-type(2){ margin:0 5px;}
#planp #box-01 .area-01 .entry .tb-01 .nomber{ position:absolute; margin:auto; left:0; right:0; bottom:-20px; width:40px; height:40px;background:#00275e; color:#FFF;border-radius:50%;}
#planp #box-01 .area-01 .entry .tb-01 .nomber span{width:40px; height:40px; display:table-cell; vertical-align:middle; text-align:center;}
#planp #box-01 .area-01 .entry .tb-02{ padding:10px; padding-top:30px;}
#planp #box-01 .area-01 .entry p{ text-align:left; color:#fff;}

#planp #box-01 .area-02 h2{color:#fff; margin:0 20px; margin-bottom:20px; font-size:30px;}
#planp #box-01 .area-02{background:#e08d09; padding-top:40px; text-align:center;}
#planp #box-01 .area-02 p{ color:#fff;}
#planp #box-01 .area-02 .tb-01{ text-align:center;}
#planp #box-01 .area-02 .tb-01 p{ font-size:18px; letter-spacing:normal; margin-bottom:10px;}
#planp #box-01 .area-02 .tb-01 .p-01{ font-size:30px; margin-bottom:5px; font-weight:bold;}
#planp #box-01 .area-02 img{ width:500px;}

#planp #box-01 .area-03{ text-align:center; margin-bottom:50px; text-align:center;}
#planp #box-01 .area-03 p{ line-height:2em;}
#planp #box-01 .area-03 .img-01{ font-size:36px; font-weight:bold; display:block; margin:auto; margin-bottom:20px;}
#planp #box-01 .area-03 .p-02{ font-size:25px; font-weight:bold; line-height:1.8em;background:linear-gradient(transparent 60%, #ff6 60%); display: inline; margin-bottom:30px;}
#planp #box-01 .area-03 .p-02 span{ background:url(images/plan/maru.png) -1px 3px no-repeat; width:40px; height:40px; display:inline-block; color:#FFF; font-weight:bold; line-height:2em; position:relative; bottom:2px; margin: 0 1px; padding-bottom:10px;}
#planp #box-01 .area-03 .p-03{ margin-top:20px;}
#planp #box-01 .area-03 .tb-01{ border:#CCC solid 1px; display:inline-block; padding:10px; margin-top:20px;}

#planp #box-01 .area-04{ text-align:left; margin-bottom:50px;}
#planp #box-01 .area-04 .p-01{ font-weight:bold; font-size:18px; margin-bottom:5px;}

#planp #box-01 .area-01 .entry .tb-01 img{
    height: 220px;
}
.flowbtn2.fl_li2, .flowbtn4.fl_li2, .flowbtn8.fl_li2, .flowbtn12.fl_li2 {
    border: solid 1px #00c300;
    color: #ffffff;
	background: #00c300;
}
.flowbtn2.fl_li2, .flowbtn4.fl_li2, .flowbtn8.fl_li2, .flowbtn12.fl_li2:hover {
    border: solid 1px #00c300;
    color: #00c300;	background: #ffffff;
}
.flowbtn11, .flowbtn12 {
    font-family: 'Verdana',sans-serif;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 10px;
	    text-align: center;
    padding: 15px;
}
.flowbtn12 span {
    font-size: 20px;
    position: relative;
    left: 8px;
    bottom: 2px;
}
.philosophy-link {
    margin-top: 45px;
    background: #fff;    background: #fefbf8;
    border: solid 3px #FF8F7E;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.philosophy-link-flex {
    display: flex;
}

.philosophy-link-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.philosophy-link-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.philosophy-link-left {
    display: flex;
    align-items: center;
    width: 20%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
.philosophy-link-right {
    width: 20%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
	float: right;
}
.philosophy-link-center {
    flex: 1;
}
.philosophy-link-center {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.f14{
	font-size: 14px;
}

.flowwww{
	border:solid 1px #463226;
	width: 100%;
	border-bottom:0px;
}
.flowwwwa{
	border:solid 1px #463226;
	width: 100%;
		background: #ffffff;
}


.flowwww03{
	    font-size: 13.1px;
border-right:1px solid #463226;
	width:  33.3333%;padding:15px;float: left;
	text-align: center;border-bottom: 1px solid #464646;

}

a .flowwww03{
border-right:1px solid #463226;
	width:  33.3333%;padding:15px;
	text-align: center;   font-size: 26px;
	font-weight: 600;
}
a:hover .flowwww03{
border-right:1px solid #463226;
	width:  33.3333%;padding:15px;
	text-align: center;
	background: #eaeaea;    font-size: 26px;
}
.flowwww03migi{
    font-size: 13.1px;
	width:  33.3333%;padding:15px;float: left;
	text-align: center;border-bottom: 1px solid #464646;    font-size: 26px;
}

a .flowwww03migi{

	width:  33.3333%;padding:15px;
	text-align: center;   font-size: 26px;
	font-weight: 600;
}
a:hover .flowwww03migi{

	width: 33.3333%;padding:15px;
	text-align: center;
	background: #eaeaea;    font-size: 26px;
}


.flowwww033{
	    font-size: 13.1px;
border-right:1px solid #463226;
	width:  33.3333%;padding:15px;float: left;
	text-align: center;    font-size: 26px;
}

a .flowwww033{
border-right:1px solid #463226;
	width:  33.3333%;padding:15px;
	text-align: center;   font-size: 26px;font-weight: 600;
}
a:hover .flowwww033{
border-right:1px solid #463226;
	width:  33.3333%;padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;    font-size: 26px;
}
a .flowwww033migi {
    border-right: 0px solid #463226;
    width: 33.3333%;
    padding: 15px;    float: left;
    text-align: center;
 font-weight: 600;
	border-bottom: 0px ;border-bottom: 0px solid #464646;    font-size: 26px;
}
a:hover .flowwww033migi{
border-right:0px solid #463226;
	width:  33.3333%;padding:15px;    float: left;
	text-align: center;
	background: #eaeaea;border-bottom: 0px solid #464646;    font-size: 26px;
}


.flowwww04{
	    font-size: 13.1px;
border-right:1px solid #463226;
	width: 25%;padding:15px;float: left;
	text-align: center;
}

a .flowwww04{
border-right:1px solid #463226;
	width: 25%;padding:15px;
	text-align: center;color: #463226;
}
a:hover .flowwww04{
border-right:1px solid #463226;
	width: 25%;padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;
}
.flowwww04migi{
    font-size: 13.1px;
	width: 25%;padding:15px;float: left;
	text-align: center;
}

a .flowwww04migi{

	width: 25%;padding:15px;
	text-align: center;color: #463226;
}
a:hover .flowwww04migi{

	width: 25%;padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;
}

.flowwww05{
	    font-size: 13.1px;
border-right:1px solid #463226;
	width: 20%;padding:15px;
	text-align: center;
}

a .flowwww05{
border-right:1px solid #463226;
	width: 20%;padding:15px;float: left;
	text-align: center;color: #463226;
}
a:hover .flowwww05{
border-right:1px solid #463226;
	width: 20%;padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;
}

.flowwww05migi{
    font-size: 13.1px;
	width: 20%;padding:15px;
	text-align: center;
}

a .flowwww05migi{

	width: 20%;padding:15px;float: left;
	text-align: center;color: #463226;
}
a:hover .flowwww05migi{

	width: 20%;padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;
}


.flowwww100{
	    font-size: 13.1px;
border-bottom:1px solid #463226;
	width: 100%;padding:15px;
	text-align: center;
}

a .flowwww100{
border-bottom:1px solid #463226;
padding:15px;
	text-align: center;color: #463226;
}
a:hover .flowwww100{
border-bottom:1px solid #463226;
padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;
}

.flowwww100sita{
    font-size: 13.1px;
padding:15px;
	text-align: center;
}

a .flowwww100sita{

padding:15px;
	text-align: center;color: #463226;
}
a:hover .flowwww100sita{

padding:15px;
	text-align: center;color: #463226;
	background: #eaeaea;
}




@media only screen and (min-width: 1200px) {
	.pc1200{
		
	}
	.sp1199{
	display: none;	
	}
	.logohyouzi {
		
	}
}


@media only screen and (max-width: 1199px) {
	.pc1200{
	display: none;		
	}
	.sp1199{
	
	}
	.logohyouzi {
		width: 250px !important;
	}	
}



@media screen and (min-width: 1200px) {
.anchor{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
}
@media screen and (max-width: 1199px) {
.anchor{
    display: block;
    padding-top: 56px;
    margin-top: -56px;
}
}

.philosophy-list .text {
font-size: 16px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    line-height: 1.1;
    font-weight: bold;
    background: #F4B338;background: #5FA124;
    color: #fff;
    text-align: center;
    width: 55%;
    padding: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tleft{
	text-align: left;
}
.checkmozi11 {
    font-size: 1.1rem;
    font-weight: 550;
    letter-spacing: 00.05em;
    line-height: 2;
}

.elm-bottom-line {
	width: 100%;
    border-bottom: 1px #333 dashed;
	margin-top: 20px;
    margin-bottom: 20px;
}

.detailBlock .price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.detailBlock .price.all {
    align-items: flex-end;
}
.detailBlock .price dt {
    margin-right: 30px;
}
.detailBlock .price dd {
    flex-grow: 1;
}

.detailBlock .price em {
    margin-right: 5px;
    font-size: 4.1rem;
    color: #ff7e00;color: #FB696C;    color: #f02c2f;    color: #f02c2f;    color: #6a3906;
     line-height: 0.8;
	font-style: normal;
}
.detailBlock .attention {
    margin-top: 40px;
}
.plan .attention {
    font-size: 1.2rem;
}
.detailBlock .monthly {
    margin-top: .25em;
    padding: 10px;
    background-color: #ff7e00;    background-color: #ffffff;
    color: #fff;
    text-align: center;
	    color: #FB696C;
    border: solid 0px #FB696C;
    text-align: center;
	    background-color: #fdebeb;
    color: #fff;
    text-align: center;
    color: #f02c2f;
    background-color: #e60012;
    color: #fff;
}
.detailBlock .monthly em {
    margin: 0 5px 0 10px;
    font-size: 3.2rem;
    line-height: 1;	font-style: normal;
}

.ffEn {
    font-family: "Ropa Sans", sans-serif;
}
.detailBlock .price .amount th {
    padding-right: 10px;
    font-weight: 400;
	    text-align: left;

}
.w50{
	width: 65px;
}
.aaam1{
	   font-size: 40px;
        line-height: 160%;
	font-weight: 600;
}
.color28{
	color: #86ae10;
}
.color29{
	color: #f8a488;
}
.color30{
	color: #5aa897;
}
.color31{
	color: #f49f38;
}
.color32{
	color: #6699cc;
}
.color33{
	color: #f49090;
}


@media print, screen and (min-width: 993px), print {
    .catch11 {
        font-size: 24px;
        line-height: 1.4em;
        font-weight: normal;
        font-size: 42px;
        line-height: 1.1em;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        margin-bottom: 40px;

    }
}


@media print, screen and (max-width: 992px), print {
    .catch11 {
        font-size: 24px;

        line-height: 1.4em;
        font-weight: normal;
        font-size: 30px;
        line-height: 1.1em;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        margin-bottom: 40px;

    }
}


.p0{
	color: #222222;
}
.p1{
	color: #80a300;
}
.p2{
	color: #e26b4b;
}
.p3{
	color: #169375;
}
.p4{
	color: #e27703;
}
.p5{
	color: #0c6fc1;
}
.p6{
	color: #ea6363;
}

.kakaku{
	color: #ff0003;
	font-size: 20px;
}
.wakunuki{
	
}
@media print, screen and (min-width: 993px), print {
	.ppda{
		font-size: 43px;
	}	
}
@media print, screen and (max-width: 992px), print {
	.ppda{
		font-size: 23px;
	}		
}
