@charset "UTF-8";
/* CSS Document */

.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
#wrap {
 margin-right: auto;
 margin-left: auto;
 text-align: left;
width: 100%;
	min-width: 1100px;
	overflow: hidden;
}
#head {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-right: 108px;
}
#headwrap {
 clear: both;
}
#logo {
 float: left;
 width: 200px;
}
#telwrap {
 text-align: right;
 float: right;
 width: 887px;
}
#telwrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#telwrap ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

#navwrap {
 background-color: #f7f6f1;
 clear: both;
 padding-top: 35px;
 padding-bottom: 35px;
 font-size: 20px;
 color: #998675;
 text-align: right;
 line-height: 42px;
 font-weight: bold;
}
#navwrap p {
 display: inline-block;
 margin-right: 20px;
 padding-right: 20px;
 border-right-width: 1px;
 border-right-style: solid;
}

#navwrap02 {
	display: none;
	visibility: hidden;
}
#nav02 {
 margin-right: auto;
 margin-left: auto;
 display: inline-block;
}
#nav02 li {
 display: inline-block;
 vertical-align: middle;
 padding-right: 20px;
}
#nav02 a  {
 color: #998675;
 text-decoration: none!important;

}

#nav02 img {
	display: block;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 4000;
    top: 0;
    color: #FFFFFF;
    text-align: center;
    transform: translateY(-120%);
    transition: all 0.6s;
    width: 100%;
    background-color: rgba(109,156,122,0.90);
    height: 100%;
}

nav.globalMenuSp .naviblock {
    width: 1100px;
    height: calc(100vh - 160px);
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    margin-top: 140px;
    text-align: left;
    display: block;
}
.mainbut {
    width: 30%;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    display: inline-block;
    margin-right: 5%;
    background-image: url(../img/bg_but.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.mainbut:nth-of-type(3n) {
    margin-right: 0px;
}

.mainbut a {
    color: #666666!important;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
}
.mainbut a p {
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.navwebn {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 40px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.navwebn p {
    color: #666666;
    font-size: 16px;
    line-height: 44px;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-right: 40px;
    border-right: 1px solid #666;
    margin-right: 40px;
    display: inline-block;
}
.navwebn p img {
    padding-right: 10px;
}
.navwebn ul {
    display: inline-block;
}
.navwebn li  {
    display: inline-block;
    margin-right: 20px;
}
.navwebn li a {
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #666;
    text-decoration: none;
}
.navwebn p a{
	color:#666;
}
.subnav ul li {
    display: inline-block;
    width: 30%;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    margin-right: calc(4% - 3px);
    margin-bottom: 30px;
    text-align: center;
}
.afternav {
    text-align: right;
    font-size: 16px;
    line-height: 1.2em;
}
.afternav a {
    color: #FFFFFF;
    text-decoration: none;
}


.subnav ul li:nth-of-type(3n) {
    margin-right: 0px;
}
.subnav ul li a{
    font-size: 16px;
    line-height: 1.2em;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navilist {
    width: 184px;
    margin-left: auto;
    margin-right: auto;
}
.navilist li a {
    display: block;
    background-image: url(../img/navi-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.navilist li a:hover  {
    display: block;
    background-image: url(../img/navi-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-decoration: none;
    color: #DB1215;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}




 .navToggle {
 display: block;
 position: absolute;
 width: 108px;
 height: 107px;
 cursor: pointer;
 z-index: 5000;
 background-color: #ebf6f1;
 text-align: center;
 right: 0px;
 top: 0px;
}
.navToggle span {
 display: block;
 position: absolute;    /* .navToggleに対して */
 width: 68px;
 border-bottom: 2px solid #384f78;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 transition: .35s ease-in-out;
 left: 20px;
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
 
.navToggle span:nth-child(1) {
 top: 54px;
}
 
.navToggle span:nth-child(2) {
 top: 41px;
}
 
.navToggle span:nth-child(3) {
 top: 28px;
}
 
.navToggle span:nth-child(4) {
 border: none;
 color: #eee;
 font-size: 9px;
 font-weight: bold;
 z-index: 0;
 bottom: 28px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 40px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navToggle2 {
    display: block;
    position: fixed;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 5000;
    background-color: #FFFFFF;
    text-align: center;
    top: 40px;
    right: 110px;
}
 /* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
#gnvcontainer {
 background-color: #65a2bf;
 color: #FFFFFF;
 padding-top: 10px;
 padding-bottom: 10px;
 position: relative;
 text-align: right;
}
#gnvcontainer p {
 background-image: url(../img/bg_but02.png);
 width: 294px;
 line-height: 50px;
 padding-bottom: 0px;
 font-size: 18px;
 padding-left: 30px;
 position: absolute;
 left: 0px;
 text-align: left;
}
#gnvcontainer li {
 line-height: 50px;
 font-size: 15px;
 display: inline-block;
 margin-right: 10px;
 font-weight: bold;
}
#gnvcontainer li a {
 color: #FFFFFF;
 text-decoration: none;
 display: block;
}






#flash {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
}
#flash video{
	width: 100%;
	height: auto;
}
#flash h3 {
	position: absolute;
	top: 50%;
	padding-bottom: 0px;
	left: 50%;
	transform: translateX(-50%)
		translateY(-50%);
}

#flash02 {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 position: relative;
 background-image: -webkit-linear-gradient(180deg,rgba(237,177,128,1.00) 0%,rgba(235,143,162,1.00) 100%);
 background-image: -moz-linear-gradient(180deg,rgba(237,177,128,1.00) 0%,rgba(235,143,162,1.00) 100%);
 background-image: -o-linear-gradient(180deg,rgba(237,177,128,1.00) 0%,rgba(235,143,162,1.00) 100%);
 background-image: linear-gradient(270deg,rgba(237,177,128,1.00) 0%,rgba(235,143,162,1.00) 100%);
 text-align: center;
}
#flash02 h2 {
 font-size: 36px;
 line-height: 1.2em;
 color: #FFFFFF;
 font-weight: bold;
 padding-top: 60px;
 padding-bottom: 60px;
	margin: 0;
}

#flash02 .box {
	background-color: #FF97F4;
	padding: 10px;
	text-align: center;
}
#flash02 h3 {
 text-align: center;
 font-size: 26px;
 line-height: 1.6em;
 padding-bottom: 0px;
}
#flash02 p {
	padding-bottom: 0px;
}


#flash02 p img {
	width: 100%;
	height: auto;
}
.pagetitle{
	width: 100%;
	height: 440px;
	padding-top: 35px;
	background-image: url(../img/pagetitle-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
ul.bxslider {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	clear: both;
}
ul.bxslider li img {
	height: auto;
	padding-right: 0px;
	width: 100%;
}
ul.bxslider li {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#cont {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 padding-top: 80px;
 position: relative;
 padding-bottom: 50px;
}
#cont02 {
 clear: both;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 padding-top: 80px;
 position: relative;
}
#footwrap {
 clear: both;
 overflow: hidden;
}
.taikenbn{
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D2E05F;
	text-align: center;
}
#footsns {
 background-color: #FFFFFF;
 background-image: url(../img/bg_sns.png);
 background-position: center center;
 background-repeat: no-repeat;
 padding-top: 100px;
 padding-bottom: 80px;
	text-align: center;
}
#footsns h6 {
 padding-bottom: 30px;
}

#footsns ul li {
 display: inline-block;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 60px;
}
#footbn {
 padding-top: 60px;
 padding-bottom: 30px;
}



.taikenbn img {
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#footgroop {
 background-color: #f7f6f1;
 padding-top: 40px;
 padding-bottom: 30px;
 font-size: 0px;
}
#footgroop h5 {
 color: #fa9eb1;
 font-size: 30px;
 line-height: 1.6em;
 padding-bottom: 20px;
 font-weight: bold;
 text-align: center;
}
#footgroop ul li {
 display: inline-block;
 margin-right: 30px;
 margin-bottom: 20px;
}
#footgroop ul li:nth-of-type(3n) {
 margin-right: 0px;
}





#foot {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_foot.jpg);
	background-position: left center;
	background-size: cover;
	position: relative;
	background-color: #DAE2E5;
	padding-bottom: 40px;
}
#footbtn {
 width: 400px;
 padding-top: 100px;
 padding-bottom: 80px;
 float: left;
}
#footbtn img{
	width: 100%;
	height: auto;
}
#footnav {
	width: 680px;
	float: right;
	text-align: left;
	padding-top: 60px;
	line-height: 1.8em;
	font-size: 14px;
	
}
#footnav a{
	text-decoration: none;
	color:#333;
}
#footnav a:hover{
	color:#9A0002;
}
#footnav .footlink {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
#footnav h5 {
 padding-bottom: 20px;
}
#cr {
 font-size: 12px;
 padding-top: 30px;
 padding-bottom: 30px;
	text-align: center;
}


#footnav .footlink:nth-of-type(4n) {
 padding-right: 0px;
}




#foot .footimg {
 width: 198px;
 margin-left: auto;
 padding-bottom: 0px;
 position: absolute;
 top: -34px;
 right: 0px;
}

#news {
 background-color: #f6f5f0;
 padding-top: 50px;
 padding-bottom: 30px;
 margin-bottom: 50px;
}
#news table {
 border-collapse: collapse;
 width: 100%;
 border-top: 1px solid #ccc;
}
#news th {
 text-align: left;
 vertical-align: top;
 padding-right: 5px;
 padding-left: 10px;
 padding-top: 15px;
 padding-bottom: 15px;
 border-bottom: 1px solid #ccc;
 color: #a57c52;
 width: 15%;
}

#news th p {
 border-right-width: 1px;
 border-right-style: solid;
 display: inline-block;
 padding-bottom: 0px;
 padding-right: 15px;
}

#news td {
 padding-top: 15px;
 padding-bottom: 15px;
 border-bottom: 1px solid #ccc;
}
#news .box01 {
 clear: both;
 padding-right: 20px;
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 40px;
}
#news a{
	color:#a57c52;
	text-decoration: none;
}
#main {
	float: left;
	width: 720px;
	background-color: #9FC;
	height: 100%;
}
#sub {
	float: right;
	width: 250px;
	background-color: #6CC;
}
#sub h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
}

.sidelist {
	padding-bottom: 20px;
}
.sidelist li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.sidelist  a {
	color: #2E2E2E;
	text-decoration: none;
}
.photo340 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo340 .box {
	float: right;
	width: 340px;
}

.photo340 .photo {
	float: left;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
}

.photo340 .photo02 {
	float: right;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo340 .box02 {
	float: left;
	width: 340px;
}

.photo339 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo339 .box {
	float: right;
	width: 340px;
}

.photo339 .photo {
	float: left;
	width: 339px;
	padding-right: 11px;
	padding-left: 10px;
}

.photo339 .photo02 {
	float: right;
	width: 339px;
}
.photo339 .box02 {
	float: left;
	width: 340px;
}

.photo220 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo220 .box {
	float: right;
	width: 460px;
	padding-right: 10px;
}

.photo220 .photo {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo220 .photo03 {
	float: left;
	width: 220px;
	padding-right: 20px;
}
.photo220 .photo02 {
	float: right;
	width: 220px;
}
.photo220 .box02 {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
}

.photo216 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo216 .box {
	float: right;
	width: 460px;
	padding-right: 12px;
	padding-left: 8px;
}

.photo216 .photo {
	float: left;
	width: 216px;
	padding-right: 12px;
	padding-left: 12px;
}
.photo216 .photo03 {
	float: left;
	width: 216px;
	padding-right: 26px;
}
.photo216 .photo02 {
	float: right;
	width: 216px;
}
.photo216 .box02 {
	float: left;
	width: 460px;
	padding-right: 8px;
	padding-left: 12px;
}
.photo160 {
	clear: both;
	width: 720px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.photo160 .box {
	float: right;
	width: 460px;
}

.photo160 .photo {
	float: left;
	width: 160px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo160 .photo03 {
	float: left;
	width: 160px;
	padding-right: 20px;
}
.photo160 .photo02 {
	float: right;
	width: 160px;
}
.photo160 .box02 {
	float: left;
	width: 460px;
}
.midashi {
 clear: both;
 font-size: 36px;
 line-height: 1.8em;
 margin-bottom: 30px;
 font-weight: bold;
 color: #ec90a3;
 text-align: center;
}
.midashib {
 margin-bottom: 20px;
 text-align: center;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}
.midashi02 {
 font-size: 24px;
 line-height: 1.6em;
 clear: both;
 margin-bottom: 20px;
 padding-bottom: 10px;
 text-align: center;
 padding-top: 10px;
 background-color: #65a5c2;
 color: #FFFFFF;
 border-radius: 30px;
 font-weight: bold;
}

.komidashi {
 line-height: 1.6em;
 background-image: url(../img/list04.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 font-size: 24px;
 color: #65a5c2;
 font-weight: bold;
}
.txtbox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	border: 1px solid #36F;
	margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
 width: 100%;
 margin-bottom: 40px;
 border-top-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-left-style: solid;
 border-top-color: #999999;
 border-left-color: #999999;
 clear: both;
}
.tbl td {
 padding: 15px;
 text-align: center;
 vertical-align: top;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #999999;
 border-bottom-color: #999999;
 background-color: #f2f2f2;
}
.tbl tr:nth-of-type(2n) td {
 background-color: #fff;
}
.tbl th {
 padding: 15px;
 text-align: center;
 vertical-align: top;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-right-style: solid;
 border-bottom-style: solid;
 border-right-color: #999999;
 border-bottom-color: #999999;
 background-color: #f1d3d9;
 width: 30%;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none;
}
.wc_anctxt img {
　vertical-align: top; 
　width: 100%;
　display: none;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
 background-color: #C4B08F;
 padding-bottom: 0px;
 margin-bottom: 10px;
 text-align: center;
 width: 320px;
 margin-left: auto;
 border-radius: 30px;
 margin-right: auto;
}
.link a {
	padding: 10px;
	display: block;
	color: #FFFFFF!important;
	text-decoration: none;
	background-image: url(../img/icon-btn.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.link a:hover{
	background-color: #6C5837;
	border-radius: 30px;
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}
.mojilist li:before {
	content: "●";
	color: #DE891E;
	padding-right: 5px;
}
.faqbox h5 {
	font-size: 18px;
	line-height: 1.6em;
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 10px;
	text-indent: -33px;
	padding-left: 33px;
}
.faqbox h5:before {
	content: "Q";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #70AD47;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.faqbox p {
	text-indent: -27px;
	padding-left: 27px;
}

.faqbox p:before {
	content: "A";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #ED7D31;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.pname  {
	font-size: 18px;
	text-align: right;
	line-height: 1.6em;
}
.caption {
	color: hsla(359,100%,39%,1.00);
}
#half {
	background-color: #0100B4;
	color: #FFFFFF;
}

#half .photo {
	width: 50%;
	padding-bottom: 0px;
	float: left;
}
#half .photo img {
	width: 100%;
	height: auto;
}
#half .box {
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	width: 50%;
}
.sidebnbox {
 margin-bottom: 10px;
 position: relative;
}
.sidebnbox p img {
 width: 100%;
 height: auto;
}
.sidebnbox  h5  {
 padding-top: 10px;
 padding-right: 2%;
 padding-left: 2%;
 padding-bottom: 10px;
 width: 96%;
 color: rgba(255,255,255,1.00);
 text-decoration: none;
 background-color: rgba(255,116,118,1.00);
 position: absolute;
 bottom: 0px;
}


.sidebnbox p {
 padding-bottom: 0px;
}
.inner1100 {
 width: 1100px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
}
.contbox {
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 50px;
}
.contbox02 {
 width: 960px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 50px;
}
.school {
 background-image: url(../img/line01.png);
 background-repeat: repeat-x;
 background-position: left bottom;
 padding-bottom: 10px;
 margin-bottom: 20px;
}


.school .box {
 width: 470px;
 float: right;
}
.school .box01 {
 width: 470px;
 float: left;
 clear: both;
 padding-right: 30px;
}
.school .box02 {
 width: 470px;
 float: right;
 padding-left: 30px;
 background-image: url(../img/line02.png);
 background-repeat: repeat-y;
 background-position: left middle;
}


.school .photo {
 width: 500px;
 float: left;
 padding-top: 10px;
 padding-right: 10px;
 background-image: url(../../img/tl_meieki/bg01.png);
 background-repeat: no-repeat;
 background-position: right top;
}
.school  h4 {
 display: inline-block;
 font-size: 32px;
 line-height: 1.6em;
 border-bottom: 6px solid #f2e421;
 padding-bottom: 0px;
 margin-bottom: 15px;

}
.school h5 {
 background-color: #65a7c4;
 text-align: center;
 font-size: 16px;
 line-height: 1.2em;
 color: #FFFFFF;
 font-weight: bold;
 padding-top: 6px;
 padding-bottom: 6px;
 display: inline-block;
 padding-left: 20px;
 padding-right: 20px;
 margin-bottom: 10px;
 border-radius: 15px;
 margin-top: 4px;
}

.school .box ul {
 width: 100%;
}
.school li {
 display: inline-block;
 vertical-align: middle;
 padding-right: 10px;
 padding-bottom: 10px;
}
.staffbox {
}

.staffbox .box {
 width: 300px;
 background-image: url(../img/line02.png);
 background-repeat: repeat-y;
 background-position: right bottom;
 margin-right: 20px;
 padding-right: 24px;
 height: 100%;
 vertical-align: top;
 margin-bottom: 25px;
 display:inline-block;
 align-items: stretch;
}
.staffbox .box:nth-of-type(3n) {
 margin-right: 0px;
 padding-right: 0px;
 background-image: none;
}

.staffbox .box02 {
 height: 100%;
 background-color: #65a7c4;
 padding: 10px;
 color: #FFFFFF;
}
.staffbox .photo {
 position: relative;
}
.staffbox .photo img{
 width: 280px;
	height: auto;
}
.staffbox .eng {
 position: absolute;
 bottom: 10px;
 left: 10px;
 padding-bottom: 0px;
 font-size: 36px;
 line-height: 1.6em;
	font-family: "Times New Roman", Times, "serif";
}
.staffbox h4 {
 display: inline-block;
 padding-right: 10px;
 font-size: 24px;
 line-height: 1.6em;
	margin: 0;
}
.staffbox .yakushoku {
 display: inline-block;
}
.gmap iframe {
 width: 100%;
}
.dotbox {
 background-image: url(../img/bg_dot03.png);
 background-repeat: repeat-x;
 background-position: center top;
 padding-top: 50px;
}
.blogbox .box{
 border-bottom: 1px solid #ccc;
 background-image: url(../img/list.png);
 background-repeat: no-repeat;
 background-position: right center;
}
.blogbox .date {
 text-align: left;
 vertical-align: top;
 padding-right: 5px;
 padding-top: 15px;
 padding-bottom: 15px;
 color: #a57c52;
 width: 100px;
 float: left;
}
.blogbox .date p {
 border-right-width: 1px;
 border-right-style: solid;
 display: inline-block;
 padding-bottom: 0px;
 padding-right: 15px;
}

.blogbox .come {
 padding-top: 15px;
 padding-bottom: 15px;
 width: 880px;
 float: left;
 color: #333;
}
.blogbox a {
 text-decoration: none!important;
}
.c_midashi {
 width: auto;
 color: #FFFFFF;
 font-size: 24px;
 line-height: 1.6em;
 padding-top: 10px;
 border-radius: 30px;
 padding-bottom: 10px;
 margin-bottom: 30px;
 text-align: center;
 font-weight: bold;
 display: block!important;
 background-color: #fa9fb1;
}
.c_midashi02 {
 width: auto;
 color: #FFFFFF;
 font-size: 24px;
 line-height: 1.6em;
 padding-top: 10px;
 border-radius: 30px;
 padding-bottom: 10px;
 margin-bottom: 30px;
 text-align: center;
 font-weight: bold;
 display: block!important;
 background-color: #abcf6b;
}
.c_midashi03 {
 width: auto;
 color: #FFFFFF;
 font-size: 24px;
 line-height: 1.6em;
 padding-top: 10px;
 border-radius: 30px;
 padding-bottom: 10px;
 margin-bottom: 30px;
 text-align: center;
 font-weight: bold;
 display: block!important;
 background-color: #a0d7dc;
}
.c_pink {
 width: 950px;
 padding-bottom: 20px;
	margin: 0 auto;
}
.c_green {
 width: 950px;
 padding-bottom: 20px;
	margin: 0 auto;
}
.c_blue {
 width: 950px;
 padding-bottom: 20px;
	margin: 0 auto;
}
.c_pink .box {
 background-color: #FA9FB1;
 padding-top: 25px;
 padding-right: 25px;
 padding-left: 25px;
 padding-bottom: 15px;
 width: 360px;
 border-radius: 10px;
 color: #FFFFFF;
 align-items: stretch;
 margin-left: 30px;
 margin-right: 30px;
 height: 100%;
 display: inline-block;
 margin-bottom: 50px;
 vertical-align: top;
}
.c_pink .photo img{
	width:  360px;
	height: auto;
}
.c_blue .box {
 background-color: #A0D7DC;
 padding-top: 25px;
 padding-right: 25px;
 padding-left: 25px;
 padding-bottom: 15px;
 width: 360px;
 border-radius: 10px;
 color: #FFFFFF;
 align-items: stretch;
 margin-left: 30px;
 margin-right: 30px;
 height: 100%;
 display: inline-block;
 margin-bottom: 50px;
 vertical-align: top;
}
.c_blue .photo img{
	width:  360px;
	height: auto;
}
.c_green .box {
 background-color: #abcf6b;
 padding-top: 25px;
 padding-right: 25px;
 padding-left: 25px;
 padding-bottom: 15px;
 width: auto;
 border-radius: 10px;
 color: #FFFFFF;
 align-items: stretch;
 margin-left: 30px;
 margin-right: 30px;
 height: 100%;
 display: block;
 margin-bottom: 50px;
 vertical-align: top;
}
.c_green  .photo {
 float: left;
 padding-right: 30px;
}
.c_pink h4  ,.c_green h4,.c_blue h4{
 font-size: 24px;
 line-height: 1.6em;
 font-weight: bold;
 padding-bottom: 20px;
	margin: 0;
}
.c_green .photo img{
	width:  360px;
	height: auto;
}
.graybox {
 background-color: #f5f4ef;
 padding-top: 20px;
}
.pdfbut {
 width: 600px;
 margin-left: auto;
 margin-right: auto;
 background-color: #e68a9d;
 text-align: center;
 padding-bottom: 0px;
 margin-bottom: 10px;
 font-size: 24px;
 border-radius: 30px;
 line-height: 1.6em;
 margin-top: 10px;
}
.pdfbut img {
 vertical-align: middle;
}

.pdfbut a {
 color: #FFFFFF;
 text-decoration: none;
 display: block;
 padding-top: 6px;
 padding-bottom: 6px;
}
.pdfbut a:before {
 content: url("../img/calendar.png");
 padding-right: 10px;
 vertical-align: middle;
}
.pdfbut a:after {
 content: url("../img/link.png");
 padding-left: 10px;
 vertical-align: middle;
}
.pricebox {
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 10px;
}
.pricecap {
 margin-top: -20px;
}
.famibox {
 width: 900px;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 20px;
}
.famibox .photo {
 width: 350px;
 float: right;
}
.famibox .photo img {
 width: 100%;
 border-radius: 50%;
 height: auto;
}
.famibox h5  {
 color: #65a5c2;
 font-size: 24px;
 line-height: 1.6em;
}
.famibox  h6  {
 font-size: 32px;
 line-height: 1.6em;
 background-image: url(../img/check.png);
 background-repeat: no-repeat;
 padding-left: 40px;
 background-position: left 6px;
}

.famibox h6 strong {
 border-bottom: 3px solid #f0e221;
}

#pankuz{
	padding: 5px 20px;
}
#pankuz a{
	color:#948175;
}
.ttlA {
	width: 100%;
	margin-top: 50px;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	border-bottom: 2px solid #ebebeb;
}
.ttlA span {
	display: inline-block;
	margin-bottom: -2px;
	padding-bottom: 15px;
	border-bottom: 2px solid #009de4;
}
.txt16{
	font-size: 16px;
	line-height: 28px;
}
.txt24{
	font-size:24px;
	line-height: 32px;
}
.txt32{
	font-size:32px;
	line-height: 48px;
}
.txt58{
	font-size:58px;
	line-height: 72px;
	font-weight: bold;
}
.pink-line{
	color:#f599ac;
	border-bottom:4px solid #f7e921;
}
.brown{
	color:#533f30;
}
.pink{
	color:#f89caf;
}
.linebox-tbonly{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
	margin: 40px 0;
}
.w600{
	width: 600px;
	margin: 0 auto;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
.w900{
	width: 900px;
	margin: 0 auto;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.mt80 {
	margin-top: 80px;
}
.mt40 {
	margin-top: 40px;
}
.mt20 {
	margin-top: 20px;
}

/*= pageTop =*/
#pageTop {
	position:fixed;
	bottom:-160px;
	right:20px;
	transition: all 0.3s;
	z-index: 9999;
}
#pageTop.float-on {
	display: block;
	bottom:114px;
}
#pageTop img {
	width: 100px;
}
#pageTop a {
	display: block;
}
#pageTop a:hover {
	opacity: 0.7;
}
@media screen and (min-width:768px){
a[href^="tel:"] {
    pointer-events: none;
	color:#333;
	text-decoration: none;
	}
}