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

i.fas,i.far,i.fa {
-webkit-font-smoothing:antialiased;
-webkit-text-stroke: 1px #000;
}
/* -----------------------about-----------------------------*/
#about {
    width:1100px;
    margin: 100px auto 50px;
}
#about section {
    overflow: hidden;
    margin-bottom: 100px;
}
#about .leadtxt {
    line-height: 2.2;
    letter-spacing: 0.05em;
}
#about .comment {
    width:55%;
    float:right;
}
#about h3 {
    font-size:1.5em;
    margin: 20px 0 30px;
}
#about p {
    font-size:0.9em;
    margin-bottom:30px;
    letter-spacing: 0.05em;
    overflow: hidden;
    line-height: 1.8;
}
#about div.right {
    text-align: right;
}
#about .pic1 {
    float: left;
    width:40%;
    margin-right:5%;
}
#about .pic1 img {
    width:100%;
    height: auto;
}
#about_message {
    width:1100px;
    margin: 100px auto 50px;
}
#about_message ul.m_pic {
    overflow: hidden;
    width:100%;
}
#about_message ul.m_pic li {
    float: left;
    width:30%;
    margin:0 5% 5% 0;
    list-style: none;
}
#about_message ul.m_pic li:last-child {
    margin-right:0;
}
#about_message ul.m_pic li img {
    width:100%;
    height: auto;
}
#about .chaseki h3 {
    font-size:1.5em;
    text-align: center;
    margin-bottom: 50px;
}
#about .chaseki .ar_list {
    overflow: hidden;
}
#about .chaseki .article {
    float:left;
    width:50%;
    padding:15px;
}
#about .chaseki .article .ar_img {
    display: block;
    width:100%;
    height: auto;
    margin-bottom: 15px;
}
#about .chaseki .article h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
#about .chaseki .article p {
}

@media screen and (max-width: 1024px) { 
#about,
#about_profile {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}
@media screen and (max-width: 768px) {
#about section {
    margin-bottom: 50px;
}
#about h3 {
    font-size:1.4em;
}
#about .leadtxt {
    line-height: 1.8;
    font-size: 0.9em;
}
#about p {
    margin-bottom:15px;
    letter-spacing: 0.1em;
    font-size:0.9em;
}

#about .comment {
    width:45%;
    margin-left: 5%;
}
#about .pic1 {
    width:45%;
    padding-top:50px;
    margin:20px 0 2% 0;
}
}
@media screen and (max-width: 426px) { 
#about h3 {
    text-align: center;
}
#about .comment {
    width:100%;
    margin-bottom: 40px;
}
#about .pic1 {
    float: none;
    width:90%;
    margin:0 auto 0;
}
#about_profile dl {
    display: block;
    font-size: 0.9em;
}
#about_profile dl dt {
    width:100%;
    margin-bottom:5px;
}
#about_profile dl dd {
    width:100%;
    margin-bottom:30px;
}
#about .chaseki .article {
    float:none;
    width:100%;
    padding:5px;
}
}



/* -----------------------info-----------------------------*/
#info {
    width:1100px;
    margin: 100px auto 80px;
}
#info .infoR img {
    width:100%;
    height: auto;
}
#info h3 {
    text-align: center;
    font-size:1.1em;
    line-height: 2;
    margin-bottom:30px;
}
#info h4 {
    text-align: center;
    font-size:0.95em;
    line-height: 2;
    margin-bottom:30px;
}
#info .sche {
    width:250px;
    margin:0 auto 40px;
    border-top: 1px solid #ccc;
}
#info .sche p {
    border-bottom: 1px solid #ccc;
    padding:10px 15px;
    text-align: center;
}
#info_lesson {
    width:1100px;
    margin: 0 auto 50px;
}
#info_lesson ul.m_pic {
    overflow: hidden;
    width:100%;
}
#info_lesson ul.m_pic li {
    float: left;
    width:50%;
    padding:15px;
    list-style: none;
}

#info_lesson ul.m_pic li img {
    width:100%;
    height: auto;
}
#info_add {
    width:1100px;
    line-height: 2;
    margin: 0 auto 60px;
}

#info_map iframe{
    width:100%;
    height: 400px;
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
}
@media screen and (max-width: 1024px) { 
#info {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
#info_lesson {
    width:95%;
    margin: 0 auto 50px;
}
#info_add {
    width:90%;
    line-height: 2;
    margin: 0 auto 30px;
}
}

@media screen and (max-width: 426px) {
#info h4 {
    text-align: left;
    font-size:0.95em;
    line-height: 2;
    margin-bottom:30px;
}
#info_lesson ul.m_pic {
    overflow: hidden;
    width:95%;
    margin:0 auto;
}
#info_lesson ul.m_pic li {
    float: none;
    width:100%;
    margin:0 0 1% 0;
    padding:5px;
}
#info_lesson ul.m_pic li:last-child {
    margin-right:0;
}
#info_add {
    font-size:0.9em;
}

}

/* -----------------------contact-----------------------------*/
#contact {
    width:1100px;
    margin: 100px auto 100px;
}
#contact h3 {
    text-align: center;
    font-size:0.95em;
    margin-bottom: 50px;
}
#contact .c-form h4 {
    margin-bottom:10px;
}
#contact .c-form .radio_cate {
	width: 80%;
	margin: 40px auto;
    
}
#contact .c-form .radio_cate ul {
    list-style: none;
    overflow: hidden;
}
#contact .c-form .radio_cate ul li {
    display: inline;
    margin-right:15px;
}
#contact .c-form .radiolist {
}
#contact .c-form .cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px auto;
}
#contact .c-form .cp_iptxt input[type='text'],
#contact .c-form .cp_iptxt textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #ffffff;
	border: none;
	border: 1px solid #cccccc;
	background: transparent;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#contact .c-form .cp_iptxt textarea {
    height:10em;
}
/*#contact .c-form .ef input[type='text']:focus {
	border: 2px solid #7d3704;
	outline: none;
}*/
#contact .c-form .submit{
    display: flex;
    justify-content: center;
}
#contact .c-form .submit input{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: none;
    border-radius: 2px;
    font-size:16px;
    cursor:pointer;
    border:none;
    display: inline-block;
    width:300px;
    background:#000;
    color: #fff;
    margin:5px 10px;
    padding: 20px 15px;
}
#contact .c-form ::placeholder {
    color:#CFCFCF;
}
#contact .c-form .submit input.submit{
    background-color:#660A0B;
}
#contact .c-form .submit input.back{
    background-color:#666;
}
#contact table#confirm {
    width:80%;
    margin:0 auto 50px;
}
#contact table#confirm td,
#contact table#confirm th {
    padding:10px;
    border-bottom:1px solid #ccc;
    text-align: left;
    font-weight: normal;
}
#contact table#confirm th {
    width:30%;
}
#contact table#confirm td {
    width:70%;
}

@media screen and (max-width: 1024px) { 
#contact {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}

@media screen and (max-width: 768px) { 
#contact .c-form .radio_cate ul li {
    display: block;
    float: left;
}
#contact table#confirm {
    width:100%;
    margin:0 auto 50px;
}
}
@media screen and (max-width: 426px) { 
#contact .c-form .cp_iptxt {
	position: relative;
	width: 100%;
	margin: 40px auto;
}
#contact table#confirm th,
#contact table#confirm td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
}
#contact .c-form .radio_cate {
	width: 100%;
	margin: 40px auto;
}

}

/* -----------------------flow-----------------------------*/
#flow {
    width:1000px;
    margin: 100px auto 50px;
}
#flow .flowbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
#flow .flowbox .f-txt {
    width:60%;
}
#flow .flowbox .f-image {
    width:35%;
    margin-left: 5%;
}
#flow .flowbox .f-image img {
    width:100%;
    height: auto;
}
#flow .flowbox .f-txt h3 {
    font-size:1.2em;
    margin-bottom:25px;
}
#flow .flowbox .f-txt h3 span {
    font-size: 2em;
    margin-right: 15px;
    font-style:italic;
}
#flow .flowbox .f-txt p {
    margin-left: 2em;
}




@media screen and (max-width: 1024px) { 
#flow {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}

@media screen and (max-width: 768px) {
#flow .flowbox .f-txt {
    font-size:0.9em;
}
}

@media screen and (max-width: 425px) {
#flow .flowbox {
    display: block;
    margin-bottom: 70px;
}
#flow .flowbox .f-txt {
    width:100%;
    margin-bottom:20px;
}
#flow .flowbox .f-image {
    width:90%;
    margin: 0 auto;
}
#flow .flowbox .f-txt h3 {
    margin-bottom:10px;
}
}


/* -----------------------policy-----------------------------*/
#policy {
    width:1000px;
    margin: 100px auto 50px;
}
#policy .leadtxt {
    margin-bottom: 50px;
}
#policy dl dt {
    margin-bottom:10px;
    font-size:1.1em;
}
#policy dl dd {
    margin-bottom:40px;
}
#policy .contxt {
    padding:20px;
}
@media screen and (max-width: 1024px) { 
#policy {
    width:100%;
    margin: 50px 0;
    padding:0 20px;
}
}






