@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,700');
/*	共通
---------------------------------*/
/* h2 */
.sub-img-otr {
    background: url("../images/top/bg_wood.png") no-repeat center;
    padding: 60px 0;
}
.sub-img-otr .inner {
    background: url("../images/common/bg_subtit.jpg") no-repeat center;
    background-size: contain;
    width: 1400px;
    height: 260px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.sub-img-otr .inner .txt-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.sub-img-otr .inner h2 {
    font-family: 'Gentium Book Basic', serif;
    font-size: 54px;
    color: #aa743e;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.sub-img-otr .inner h2:first-letter {
    text-transform: uppercase;
}
.sub-img-otr .inner p {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 1400px) {
.sub-img-otr {
    padding: 2.5vw 0;
}
.sub-img-otr .inner {
    width: 96%;
    height: 24vw;
}
.sub-img-otr .inner h2 {
    margin-bottom: 0;
}
}

@media screen and (max-width: 1100px) {
.sub-img-otr {
    margin-top: 90px;
}
.sub-img-otr .inner h2 {
    font-size: 40px;
}
.sub-img-otr .inner p {
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
.sub-img-otr {
    margin-top: 0;
    padding: 4vw 0;
}
.sub-img-otr .inner {
    height: 34vw;
    width: 90%;
    background: url("../images/common/bg_subtit_sp.jpg") no-repeat center;
    background-size: 100% auto;
}
}

@media screen and (max-width: 480px) {
.sub-img-otr {
    margin-top: 10px;
}
.sub-img-otr .inner h2 {
    font-size: 32px;
}
.sub-img-otr .inner p {
    font-size: 14px;
}
}
/* Bread_crumb_List */
.bread_crumb_list {
    text-align: left;
    margin: 18px 0 46px;
}
.bread_crumb {
    max-width: 1020px;
    margin: 0 auto;
}
.bread_crumb li {
    display: inline;
    font-size: 13px;
    font-weight: 700;
}
.bread_crumb li:after {
    content : '\003e';
    padding-left: 0.35rem;
    margin-right: 0.075rem;
}
.bread_crumb li:last-child:after {
    content : '';
}
.bread_crumb li a {
    color: #428343;
}
.bread_crumb li a:hover {
    text-decoration: none;
}
.bread_crumb li.current:after {
    content : '';
}

@media screen and (max-width: 1100px) {
.bread_crumb_list {
    margin: 12px 0 28px;
}
.bread_crumb {
    width: calc( 100% - 60px );
}
.sub {
 padding-bottom: 0px;
}

}
/* layout */
.sub {
	 padding-bottom: 60px;
}
.sub section {
    max-width: 1020px;
    margin: 0 auto 40px;
}
.sub .ulList01 {
    margin-left: 2em;
}
.sub p + .ulList01 {
    margin-top: 0.5em;
}
.sub .ulList01 li {
    list-style-type: disc;
}

@media screen and (max-width: 1100px) {
.sub section {
}
}

@media screen and (max-width: 768px) {
.sub {
}
.sub section {
    margin-bottom: 30px;
    font-size: .9375em;
}
}


/*title*/
.sub .h3-box {
    border-bottom: double #301b07;
    position: relative;
    padding-left: 30px;
}
.sub .h3-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 24px;
    height: 24px;
    background: url("../images/common/ico_h3.png") no-repeat center;
    background-size: contain;
}
.sub *+.h3-box {
    margin-top: 48px;
}
.sub .h3-box + p {
    margin-top: 24px;
}
.sub .h3-box h3 {
    font-size: 26px;
    text-align: left;
    font-weight: 500;
    display: inline;
    line-height: 1.8;
}
.sub .h3-box span {
    font-family: 'Gentium Book Basic', serif;
    color: #aa743e;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-left: 6px;
}
.sub .h3-box span:first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
.sub .h3-box {
    padding-left: 24px;
}
.sub *+.h3-box {
    margin-top: 32px;
}
.sub .h3-box:before {
    width: 18px;
    height: 18px;
    top: 4px;
}
.sub .h3-box h3 {
    font-size: 22px;
    line-height: 1.4;
}
.sub .h3-box span {
    font-size: 17px;
    margin-left: 4px;
}
.sub .h3-box + p {
    margin-top: 16px;
}
}


.sub h4{
    font-family: 'Gentium Book Basic', serif;
    color: #428343;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin:5px 0;
}
@media screen and (max-width: 768px) {
.sub h4{
    display: block;
    }
}

/* table */
.tbl01{
    width:100%;
}
.tbl01 th , td{
    padding:20px;
    border: 1px solid #9c8a32;
}

.tbl01 th{
    width:30%;
    text-align:center;
    vertical-align: top;
    background-color:#cdb643;
    color:#fff
}

.tbl01 td{
    width:70%;
    text-align:left;
}



@media screen and (max-width: 768px) {
.tbl01{
    width:100%;
}

.tbl01 th , td{
    padding:20px;
    border: none;
}
    
.tbl01 th{
    width:100vw;
    display:block;
    text-align:center;
    background-color:#cdb643;
    color:#fff
}

.tbl01 td{
    width:100vw;
    display:block;
    text-align:center;

}   
}





/* img + txt  */
.imgtxtBox { overflow: hidden; }
.imgtxtBox .imgBox {
    float: left;
    margin: 0 40px 0 0;
}

.imgtxtBox .imgBox02 {
    float: right;
    margin: 0 0 0 40px;
}


@media screen and (max-width: 768px) {
.imgtxtBox .imgBox {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
}
	
	.imgtxtBox .imgBox02 {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
}
}
/*privacy
---------------------------------*/
/*sitemap
---------------------------------*/
.sitemap_list{
    width:100%;
    text-align:center;
    margin:0 auto;
}
.sitemap_list li{
    width:350px;
    padding:10px;
    margin:20px auto;
    text-align:center;
    border:3px double #301b07;
}

.sitemap_list li:hover{
    background-color:#ccc;
}

@media screen and (max-width: 768px) {
.sitemap_list li{
    width:100%;
    display: block;
    margin:10px auto;
}   
}

/*class
---------------------------------*/
/*blog
---------------------------------*/
.sub .box_blog {
    position: relative;
    padding: 10px 0px;
    background: #fff;
}

.sub .box_blog .blog-list li {
    font-size:initial;
    border-bottom: 1px dashed #301b07;
    padding: 25px 0;
}

/*detail*/
.info-detail-box p{
	text-align: left;
}

/*pager*/
.pager {
	overflow: hidden;
    margin-top:30px;
}
.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
.pager ul li {
	margin: 0 0.2em;
	position: relative;
	left: -50%;
	float: left;
}
.pager ul li span, .pager ul li a {
	font-size: 15px;
	display: block;
	padding: 0.5rem 1rem;
}
.pager ul li a {
	background: #cdb643;
	text-decoration: none;
}
.pager ul li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.pager ul li.page_arw a {
	color: #fff;
	background:#aa743e;
}
.pager ul li.page_back a {
	color: #fff;
	background: #aa743e;
	margin: 0 5px;
}
@media screen and (max-width: 768px) {}

/*profile
---------------------------------*/
.profile_list li{
    margin:20px;
}


/* fee
-------------------------*/
.flowBox li.flowBlockItem {
    padding-left: 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 36px;
    position: relative;
    background: #fdf9ef;
	}
.flowBox li.flowBlockItem:nth-of-type( n + 2 ) {
    margin-top: 80px;
	}
.flowBox li.flowBlockItem:after {
    content: "";
    position: absolute;
    bottom: -64px;
    right: 48%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 16px solid #aa743e;
	}
.flowBox li.flowBlockItem:last-of-type:after {
    border: none;
	}
.flowBlockItem .titleArea {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #aa743e;
    padding-right: 2em;
	}
.flowBlockItem .titleArea .number {
    font-size: 60px;
    color: #aa743e;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-family: 'Gentium Book Basic', serif;
	}
.flowBlockItem .content {
    display: table-cell;
    vertical-align: top;
    padding-left: 2em;
    text-align: left;
	}
.flowBlockItem .content .txtArea {
    float: left;
    width: 58%;
	}
.flowBlockItem .content img {
    float: right;
	}
.flowBlockItem .content .contentTit {
    font-size: 28px;
    font-weight: bold;
    color: #aa743e;
    font-family: 'Gentium Book Basic', serif;
	}
.flowBlockItem .content .contentTxt {
    margin-top: 20px;
	}
.flowBlockItem .content .txtArea .contact {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
	align-items: center;
	}
.flowBlockItem .content .txtArea .contact p {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-family: 'Gentium Book Basic', serif;
	}
.flowBlockItem .content .txtArea .contact p span {
    padding-left: 24px;
	}
.flowBlockItem .content .txtArea .contact .tel-txt span {
    background: url("../images/common/bg_tel.png") no-repeat left center;
	}
.flowBlockItem .content .txtArea .contact .fax-txt span {
    background: url("../images/common/bg_fax.png") no-repeat left center;
	}
.flowBlockItem .content .txtArea .contact .btn a{
	display: block;
    text-decoration: none;
    color: #aa743e;
    border: 2px solid #aa743e;
	line-height: 50px;
	text-align: center;
	min-width: 200px;
	font-size: 18px;
	}
.flowBlockItem .content .txtArea .contact .btn a:hover{
	background: #aa743e;
    color: #fff;
	}

.fee_box{
    width:100%;
    margin-bottom:20px;
}

.fee_box_text{
    width:48%;
}

.topics {
    width:100%;
}
.topics dl {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #cdb643;
}

.topics dl:first-child {
    background-color:#fdf9ef;
}


.topics dt {
    padding-bottom: 5px;
    text-align: center;
    
}

@media screen and (min-width: 768px) {
.topics {
    width:30%;
}
.topics dt {
    clear: left;
    float: left;
    width: 50%;
    text-align: center;
}

.topics dl:first-child {
    background-color:inherit;
}


.topics dd {
    margin-left: 11%;
    text-align:left;
}
}



@media screen and (max-width: 768px) {
.flowBox li.flowBlockItem{
	padding: 28px;
}
.flowBlockItem .titleArea, .flowBlockItem .content, .flowBlockItem .content .txtArea{
	width: 100%;
	display: block;
}
.flowBlockItem .content{
	padding-left: 0;
}
	
.flowBlockItem .titleArea{
	border-right: none;
	padding-right: 0;
}
.flowBlockItem .titleArea .number{
	font-size: 50px;
}
.flowBlockItem .content .txtArea{
	margin: 20px 0 20px;
}
.flowBlockItem .content .contentTit{
	text-align: left;
	font-size: 24px;
}
.flowBlockItem .content .txtArea .contact div{
	width: 100%;
}
.flowBlockItem .content .txtArea .contact p{
	text-align: left;
}
.flowBlockItem .content .txtArea .contact .btn{
	max-width: 260px;
	margin-right: auto;
	margin-left: auto;
}
.flowBlockItem .content img{
	float: none;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
	
.flowBlockItem .content .contentTit{
	text-align:center;
}
	
.flowBlockItem .content .contentTxt{
	text-align:left;
}
    
    
.fee_box{
    width:100%;
    margin-bottom:20px;
}

.fee_box_text{
    width:100%;
}

}


    
/* flow
-------------------------*/
.lesson_flow{
    width:100%;
}
.lesson_flowBox{
    width:48%;
    background-color:#f5f0ea;
    padding:2%;
    margin-bottom:20px;
}
ul.lesson_flow_list{
    width:100%;
}

ul.lesson_flow_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.lesson_flow_list li{
	border: 4px double #301b07;
    margin-bottom: 35px;
    padding: 18px;
    position: relative;
    background-color:#fff;
}
ul.lesson_flow_list li::after{bottom: -34px;
    color:#301b07;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.lesson_flow_list li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.lesson_flow_list li h3{
    font-family: 'Gentium Book Basic', serif;
    font-size: 2.1rem;
    letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 4px;
    color:#aa743e;
}
ul.lesson_flow_list li .txt-box{
	width: 60%;
}
ul.lesson_flow_list li .img-box{
	width: 38%;
}

@media screen and (max-width: 768px) {
  .lesson_flowBox{
    width:100%;
    background-color:#f5f0ea;
    padding:5%;
    margin-bottom:20px;
}  
	ul.lesson_flow_list li .txt-box, ul.lesson_flow_list li .img-box{
		width: 100%;
	}
	ul.lesson_flow_list li .img-box{
		margin-top: 10px;
		text-align: center;
	}
}



/*	contact
---------------------------------*/
.tbl01.contact th{
	width: 42%;
	position: relative;
}
.tbl01.contact td{
	background: #eeeeee;
}
.tbl01 th .clrred{
	color: #fff;
	font-size: 14px;
	background: #dc2f32;
	padding: 6px 16px;
	line-height: 1;
	border-radius: 5px;
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	position: absolute;
/*	right: 20px;*/
	margin-left: 0.5%;
}
/*.tbl01.contact tr.address th, .tbl01.contact tr.address td{
	padding-bottom: 0;
	border: none;
}*/
.tbl01.contact td input[type="text"], .tbl01.contact td textarea{
	width: 100%;
	border: none;
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tbl01.contact td input[type="text"]{
	min-height: 32px;
	padding: 4px 8px;
}
.tbl01.contact td textarea{
	padding: 8px;
	line-height: 1.5;
	height: 7em;
}
.tbl01.contact select{
	border: none;
	padding: 4px 8px;
	min-height: 32px;
	min-width: 177px;
	font-size: 16px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tbl01.contact td.txt_center{
	background: #fff;
	padding-top: 36px;
    text-align:center;
	/*padding-bottom: 0;*/
}
.tbl01.contact td.txt_center:before{
	display: none;
}
.tbl01.contact td.txt_center p{
	text-align: center;
	font-weight: 500;
}
.tbl01.contact td.txt_center input{
    color: #fff;
	width: 205px;
	font-size: 16px;
	height: 47px;
    background-color:#aa743e;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
	border: none;
	margin-top: 24px;
    -webkit-appearance: none;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tbl01.contact td.txt_center input:hover{
	opacity: 0.7;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.tbl01.contact th{
		width: 100%;
	}
	.tbl01.contact tr.address th, .tbl01.contact tr.address td{
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.tbl01 td input{
		width: 90%;
	}
	.tbl01 td textarea{
		width: 90%;
	}
}


