@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;600;800;900&display=swap');
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position:relative;
	background:#FFF;
	color:#000;
	margin: 0;
	padding: 0;
    font-family: 'Montserrat','Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 0.999999994rem;
	line-height:1.8em;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}

.min {
	font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:400;
}
.line22 {
	line-height:2.2em;
}
.line16 {
	line-height:1.6em;
}

.pink {
	color:#F84382;
}
.green {
	color:#AFA926;
}
.blue {
	color:#4397F8;
}

.head {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100px;
	background:rgba(255,255,255,1.0);
	z-index:900;
}
.head h1 {
	display:block;
	width:26%;
	float:left;
	margin-top:20px;
	font-size:14px;
	font-weight:400;
	line-height:1.1em;
	color:#000;
}
.head h1 img {
	margin-top:5px;
	max-width:243px;
}
.head h2 {
	display:block;
	width:70%;
	float:right;
	margin-top:20px;
	text-align: right;
	font-size:14px;
	font-weight:400;
	line-height:1.1em;
}


nav.rtmenu {
	display:block;
	width:70%;
	float:right;
	margin-top:10px;
	text-align: right;
}

nav.rtmenu a {
	font-weight:600;
	font-size:14px;
	line-height:1em;
	font-style: normal;
	color:#000;
	display:inline-block;
	padding:0.5em 1em;
	border:solid 1px #000;
	border-radius: 1em;
	margin-left:1em;
}
nav.rtmenu a:hover, nav.rtmenu a.current {
	background:#000;
	color:#FFF;
}

	
.inner {
	width:94%;
	margin:0 auto;
	max-width:1100px;
}

.head1 {
	background:#DBE7E8;
	padding:50px 40px;
	border-radius: 15px;
	margin-top:100px;
	margin-bottom:30px;
}

.top-left {
	width:64%;
	float:left;
	position:relative;
}
img.teacher {
	display:block;
	float:right;
	width:100px;
	margin-right:5px;
}
.top-right {
	width:34%;
	float:right;
}
.px32b {
	font-size:32px;
	font-weight:bold;
	margin-bottom:12px;
	line-height:1.2em;
}
.round15 img {
	display:block;
	border-radius: 15px;
}
.date {
	background:#DCB688;
	border-radius: 15px;
	padding:20px 15px;
}
.date-m {
	width:36%;
	font-size:14px;
	line-height:1.0em;
}
.month {
	font-size:60px;
	font-weight:600;
	line-height:1.0em;
}
.date-d {
	line-height:1.4em;
	font-weight:600;
}
.day {
	font-size:24px;
	font-weight:800;
}
.menu {
	background:#32C58B;
	border-radius: 15px;
	padding:15px;
	margin-top:20px;
	font-size:14px;
}

a.btn {
	display:block;
	text-align: center;
	font-size:18px;
	color:#000;
	line-height:1.0em;
	font-weight:600;
	background:url("img/arr.png") right 12px center no-repeat #72BFDA;
	background-size:32px 32px;
	padding:1em 15px;
	border-radius: 10px;
}
a.btn.yl {
	background:url("img/arr.png") right 12px center no-repeat #F4B006;
	background-size:32px 32px;
}

.bg-topics {
	background:#CBBB9B;
	padding:20px;
	border-radius: 15px;
	margin-bottom:30px;
}
.bg-gaiyo {
	background:#DBE7E8;
	padding:20px;
	border-radius: 15px;
	margin-bottom:20px;
}
.tit {
	display:inline-block;
	width:auto;
	text-align: center;
	font-weight:600;
	line-height:1em;
	padding:1em 4em;
	background:#FFF;
	border-radius: 1.5em;
	margin-bottom:20px;
}



.news-list {
	
}
.news-list a {
	display:block;
	margin-bottom:15px;
	color:#333;
}
.news-list a span {
	display:inline block;
	margin-right:20px;
}

a.btn-map {
	display:inline-block;
	font-size:13px;
	font-weight:600;
	color:#000;
	line-height:2em;
	padding:0 3em;
	background:#FFF;
	border:solid 1px #000;
	border-radius: 1em;
	margin:0.5em 0;
}

.bg-foot {
	background:#000;
	border-radius: 15px;
	padding:24px 30px;
	font-size:13px;
	line-height:1.3em;
	color:#FFF;
}
.bg-foot a {
	color:#FFF;
}
.copy {
	padding:24px 30px 40px;
	font-size:12px;
}

.head-manabu {
	background:#c9bf2e;
	border-radius: 15px;
	margin-top:100px;
	margin-bottom:20px;
	padding:15px 0;
}

.title-page {
	font-size:26px;
	font-weight:600;
	line-height:1.0em;
}
a.btn-manabu {
	font-size:14px;
	font-weight:600;
	line-height:20px;
	display:inline-block;
	padding:4px 20px;
	border-radius: 24px;
	background:#FFF;
	color:#666;
	margin:0 10px;
}
a.btn-manabu:hover, a.btn-manabu.current {
	background:#eceacb;
	color:#000;
}

.tit-cha {
	font-size:28px;
	font-weight:600;
	color:#3b1b03;
	margin:50px 0 10px;
}
.reason {
	background:#c71a37;
	padding:10px;
	text-align: center;
	color:#FFF;
	font-size:28px;
	font-weight:600;
	line-height:1em;
	margin-bottom:12px;
}
.reason.green {
	background:#367d6e;
}
.reason.ppl {
	background:#5b2a70;
}
.reason.orange {
	background:#e76805;
}

.c-table_02 {
	border-left:solid 1px #999;
	border-top:solid 1px #999;
	margin-bottom:15px;
}
.c-table_02 td, .c-table_02 th {
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:10px;
	font-size:14px;
	font-weight:normal;
}

.c-list_01 {
    padding-left: 28px;
    margin-bottom:22px
}
.c-list_01 > li {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    position:relative
}

.c-list_01 > li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background:#e60020
}


ul, li {
	padding: 0;
	margin:0;
	list-style: none;
}



a.link {
	color:#0369DB;
	text-decoration:none;
}


img.p-left40 {
	display:block;
	width:40%;
	float:left;
	margin:0 2% 2% 0;
}

.subtit {
	padding:4px 10px;
	font-size:18px;
	font-weight:400;
	background:#367D6E;
	color:#FFF;
	border-radius: 4px;
	margin:30px 0 15px;
}

.caution {
	background:#EEE;
	padding:15px;
	border:solid 1px #999;
	border-radius: 15px;
}

.red {
	color:#c00;
}
.style1 {
	color:#E53033;
}


.ftable td {
	padding:5px 10px;
}


input.txtform, textarea.txtform {
	font-size:16px;
	padding:5px;
	width:80%;
}
input.btn-send, .btn-send {
	background:#000;
	color:#FFF;
	font-size:20px;
	padding:10px 24px;
	border:none;
}
input.btn-reset {
	background:#666;
	color:#FFF;
	font-size:20px;
	padding:10px 20px;
	border:none;
}

.nabe {
	height:100px;
	line-height:100px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	background:url("img/nabe.png") center center no-repeat #D7629D;
	background-size:contain;
	margin-bottom:10px;
}
.nabe2 {
	height:100px;
	line-height:100px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	background:url("img/nabe.png") center center no-repeat #E3833F;
	background-size:contain;
	margin-bottom:10px;
}
.nabe3 {
	height:100px;
	line-height:100px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	background:url("img/nabe.png") center center no-repeat #6FB7E1;
	background-size:contain;
	margin-bottom:10px;
}













a.btnon:hover {
	display:block;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.clear {clear:both;}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	text-decoration: none;
	}


.pc-left{float:left;}
.pc-right{float:right;}

.pc-center {
	text-align: center;
}




img.img100 {width:100%;}



.pc-view {display:block;}
.sp-view {display:none;}

sup {font-size:11px;}


.block2 li {
		display:block;
		width:48%;
		margin:0 4% 30px 0;
		float:left;
}
.block2 li:nth-child(2n) {
		margin:0 0 30px 0;
}
.block3 li {
		display:block;
		width:30.66%;
		margin:0 4% 30px 0;
		float:left;
		text-align: center;
	}
.block3 li:nth-child(3n), .block3s li:nth-child(3n) {
	margin-right:0;
	clear:right;
}
.block3 li:nth-child(3n+1) {
	clear:left;
}

.block4 li {
		display:block;
		width:24%;
		margin:0 1.33% 30px 0;
		float:left;
		text-align: center;
	}
.block4 li:nth-child(4n) {
	margin-right:0;
	clear:right;
}

.px12 {
	font-size:12px;
}

.block5 li {
		display:block;
		width:18%;
	min-width:150px;
		margin:0 2.25% 30px 0;
		float:left;
		text-align: center;
	font-size:14px;
	line-height:1.6em;
	}
.block5 li:nth-child(5n) {
	margin-right:0;
	clear:right;
}
.block5 li img {
	display:block;
	margin-bottom:10px;
}

a.sp-logo {
	display:none;
}







@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 768px) {
.pc-view {display:none;}
.sp-view {display:block;}
.pc-center {
	text-align: left;
}
span.sp-view {display:inline-block;}

.head {display:none;height:0;}
nav.rtmenu {display:none;}

a.sp-logo {
	display:block;
	width:60%;
	max-width:200px;
	position:absolute;
	left:15px;
	top:-40px;
	z-index:150;
}

h1 {
	display:block;
	width:80%;
	max-width:246px;
	margin:20px auto;
	font-size:14px;
	font-weight:400;
	line-height:1.1em;
	color:#000;
}	
	
.head1 {
	margin-top:50px;
	padding:25px 0;
}
	
.top-left {
	width:100%;
	float:none;
	margin-bottom:20px;
}
.top-right {
	width:100%;
	float:none;
}	

	
.round15 img {
	display:block;
	border-radius: 15px;
	margin-top:15px;
}

.px32b {
	font-size:26px;
	font-weight:bold;
	margin-bottom:12px;
	line-height:1.2em;
}	

	.pc-table td {
		display:block;
		width:100%;
		clear:both;
		
	}
	a.btn-manabu {
		margin-top:10px;
	}
	
	.ftable td {
		display:block;
		width:100%;
		clear:both;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
.block2 li {
	display:block;
	width:100%;
	margin-bottom:30px;
}


.news li a {
	display:block;
	width:100%;
	float:right;
}

.sp-block {
	display:block;
	margin-top:5px;
}

.block4 li {
		display:block;
		width:49%;
		margin:0 2% 30px 0;
		float:left;
		text-align: center;
	}
.block4 li:nth-child(2n) {
	margin-right:0;
	clear:right;
}

img.pc-right50 {
	display:block;
	float:none;
	margin:0 auto 2%;
	width:100%;
}
.tit-white {
	height:80px;
	line-height:80px;
	margin-top:0;
	margin-bottom:0;
}
.tit-white img {
	margin-right:15px;
	height:80px;
}
.pc-left50 {
	width:100%;
	float:none;
}

.subtit.right {
	margin:50px auto 30px;
	text-align: left;
	width:94%;
}
	.subtit.right span {
		font-size:22px;
	}


.block5 li {
		display:block;
		width:31%;
		margin:0 2.5% 30px 0;
	}	
.block5 li:nth-child(3n) {
	margin-right:0;
	clear:right;
}
.block5 li:nth-child(3n+1) {
	clear:left;
}
	
	
	
	
	
	
	

#footer{
	padding:20px 0;
}
.footmenu {
	display:none;
}
.foot-right {
	width:100%;
	float:none;
	max-width:360px;
	text-align: left;
}
	
	

/*blog*/
.main-inner .columns {
        padding-left: 0;
        padding-right: 0;
      }

.main-inner .columns {
        padding-left: 0;
        padding-right: 0;
      }

      .main-inner .fauxcolumn-center-outer {
        left: 0;
        right: 0;
        /* IE6 does not respect left and right together */
        _width: expression(this.parentNode.offsetWidth -
            parseInt("$(main.column.left.width)") -
            parseInt("$(main.column.right.width)") + 'px');
      }

      .main-inner .fauxcolumn-left-outer {
        width: 100%;
      }

      .main-inner .fauxcolumn-right-outer {
        width: 100%;
      }

      .main-inner .column-left-outer {
        width: 100%;
        right: 100%;
        margin-left: -$(main.column.left.width);
      }

      .main-inner .column-right-outer {
        width: 100%;
        margin-right: -$(main.column.right.width);
      }
	  
	  .post-body img {
		  width: 90%;
		  margin:10px 0;
	  }
		
	

}


@media only screen and (max-width: 640px) {

.btn-treat a {
	display:block;
	width:48%;
	margin:0 2.66% 2.66% 0;
	float:left;
	background:#EEF3F6;
	color:#595757;
	font-size:12px;
	letter-spacing: 2px;
	line-height:40px;
	text-align: center;
	padding-left:30px;
	height:40px;
	position:relative;
}
.btn-treat a:nth-child(2n) {
	margin:0 0 2.66% 0;
}
	

a.btn-siryo {
	display:block;
	font-size:16px;
	color:#565150;
	font-weight:400;
	height:80px;
	line-height:80px;
	background:#eee;
	position:relative;
}
a.btn-siryo span {
	display:block;
	font-size:12px;
	width:1.5em;
	line-height:1.2em;
	padding:0.25em 0.25em auto 0.25em;
	height:100%;
	background:#000;
	color:#FFF;
	float:left;
	text-align: center;
}
a.btn-siryo .icon {
	width:70px;
	height:70px;
	line-height:70px;
	text-align: center;
	position:absolute;
	right:5px;
	top:5px;
}
a.btn-siryo .icon img {
	width:auto;
	max-width:70px;
	max-height:70px;
	vertical-align:middle;
}
	
.block3 li {
		display:block;
		width:80%;
		margin:0 auto 30px;
		float:none;
	}
.block3 li:nth-child(3n), .block3s li:nth-child(3n) {
		margin:0 auto 30px;
	clear:both;
}
.block3 li:nth-child(3n+1) {
	clear:both;
}
	
.block5 li {
		display:block;
		width:48%;
		margin:0 1% 30px;
	}	
.block5 li:nth-child(3n) {
	margin-right:0;
	clear:none;
}
.block5 li:nth-child(3n+1) {
	clear:none;
}
	.block5 li:nth-child(2n) {
		clear:right;
	}
	.block5 li:nth-child(2n+1) {
		clear:left;
	}
.block5 li:nth-child(3n), .block5 li:nth-child(5n) {
		margin:0 1% 30px;
}
	
img.p-left40 {
	display:block;
	width:100%;
	float:none;
	margin:0 0 2%;
}

}