@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote,
table, th, td {
	line-height: 1.9;
	box-sizing:border-box;
}
a,
img,
fill,
stroke,
button {
	display: inline-block;
	-webkit-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}
a:link { color: #A7845B; text-decoration: none; }
a:visited { color: #A7845B; text-decoration: none; }
a:hover { color: #A7845B; text-decoration: none; }
a:active { color: #A7845B; text-decoration: none; }
a:focus{ outline: none; }
img {
	vertical-align:top;
	width: 100%;
}
hr {
	display: block;
	width: 94%;
	max-width: 1000px;
	height:1px;
	border: 0;
	margin: 0 auto 140px;
	background-color: #A7845B;
}
@media screen and (max-width: 480px) {
 hr {
  margin: 0 auto 70px;
 }
}
.cf:before,
.cf:after { content:""; display:table; 	}
.cf:after { clear:both; }

.blank {
display: inline-block;
}
.blank::after {
content: "";
width: 20px;
height: 15px;
display: inline-block;
background: url(../images/common/icon_blank.png) right center no-repeat;
background-size: 16px 15px;
}
.marker {
 background: linear-gradient(transparent 60%, rgba(242, 180, 180, .4) 60%);
}

.tablet,
.tablet_inline,
.sp,
.sp_inline {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.tablet {
		display: block !important;
	}
	.tablet_inline {
		display: inline-block !important;
	}
	.pc_tb {
  display: none !important;
 }
}
@media screen and (max-width: 480px) {
	.sp {
		display: block !important;
	}
	.sp_inline {
		display: inline-block !important;
	}
	.pc {
  display: none !important;
 }
}

.br_tb,
.br_sp,
.br_sp320 {
 display: none;
}
@media screen and (max-width: 768px) {
 .br_pc {
  display: none;
 }
 .br_tb {
  display: block;
 }
}
@media screen and (max-width: 480px) {
 .br_sp {
  display: block;
 }
}
@media screen and (max-width: 320px) {
 .br_sp320 {
  display: block;
 }
 .br_sp320_ex {
  display: none;
 }
}

.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.center {
	text-align: center;
}
.align_left {
 text-align: left;
}
.align_right {
 text-align: right;
}
.red {
 color: #E07777;
}
.bold {
 font-weight: bold;
}
.en {
 font-family: 'Mr De Haviland', cursive;
 letter-spacing: 1px;
}
.serif {
 font-family: 'Noto Serif JP', serif;
}


/* title
============================== */
.title {
 text-align: center;
 padding-bottom: 80px;
 margin: 0 0 50px;
}
.title img {
 width: 153px;
 height: auto;
}

.title h1,
.title h2 {
 width: 94%;
 max-width: 960px;
 margin: 0 auto;
 color: #412C12;
 font-weight: normal;
 font-size: 2.285rem;
}
h2.title {
 color: #412C12;
 font-weight: normal;
 font-size: 2.285rem;
}
.title span {
 display: block;
 color: #487C4E;
 font-size: 1.285rem;
 margin-bottom: 10px;
}
.title span::before {
 content: "＼";
 margin-right: 10px;
}
.title span::after {
 content: "／";
 margin-left: 10px;
}
@media screen and (max-width: 480px) {
.title.ttl_sp span {
 position: relative;
}
.title.ttl_sp span::before {
 content: "＼";
 margin-right: 0;
 
 position: absolute;
 bottom:0;
 left: 1em;
}
.title.ttl_sp span::after {
 content: "／";
 margin-left: 0;
 
 position: absolute;
 bottom:0;
 right: 1em;
}
}
@media screen and (max-width: 320px) {
.title span {
 position: relative;
}
.title span::before {
 content: "＼";
 margin-right: 0;
 
 position: absolute;
 bottom:0;
 left: 1em;
}
.title span::after {
 content: "／";
 margin-left: 0;
 
 position: absolute;
 bottom:0;
 right: 1em;
}
}

.headline {
 font-size: 4rem;
 font-weight: normal;
 color: #9B7342;
 line-height: 1.7;
 font-family: 'Mr De Haviland', cursive;
 letter-spacing: 1px;
    margin-bottom: 20px;
}
.headline img {
 width: 153px;
 height: auto;
}
.headline span {
 display: inline-block;
 margin: 0 0 0 -6px;
}

.heading {
 font-size: 3rem;
 margin-bottom: 30px;
 color: #A7845B;
 font-weight: normal;
 font-family: 'Mr De Haviland', cursive;
 letter-spacing: 1px;
}
.subhead {
 font-size: 1.8rem;
	color: #A07F6E;
 font-weight: normal;
 margin-bottom: 30px;
}
.subhead_bk {
 font-size: 1.8rem;
 font-weight: normal;
 margin-bottom: 40px;
}
.lead {
 font-weight: normal;
 font-size: 1;
 margin: 0 auto 60px;
 max-width: 520px;
}
.caption {
 font-size: 0.75rem;
 margin-left: 1.5rem;
}


.title_line {
 width: 100%;
}
.title_line span {
	color: #333;
	font-size: 2rem;
	display: -webkit-flex;
 display: flex;
	align-items: center;
 font-weight: normal;
 text-transform: uppercase;
 width: 94%;
 max-width: 1000px;
 margin: 0 auto;
}
.title_line span:before,
.title_line span:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
}
.title_line span:before {
	margin-right: 2em;
}
.title_line span:after {
	margin-left: 2em;
}


/* font
============================== */
.font_xs {
 font-size: 0.714rem;
}
.font_s {
 font-size: 0.857rem;
}
.font_m {
 font-size: 1rem;
}
.font_l {
 font-size: 1.142rem;
}
.font_xl {
 font-size: 1.285rem;
}



/* button
============================== */
.btn a {
 font-size: 1.4rem;
 color: #958878;
 border: 1px solid #958878;
 border-radius: 5px;
 padding: 6px 35px;
}
.btn a::before {
 content: "+";
 margin-right: 5px;
}
.btn a:hover {
 background-color: #958878;
 color: #ffffff;
}

.btn_s a {
 font-size: 1.3rem;
 color: #958878;
 border: 1px solid #958878;
 border-radius: 5px;
 padding: 4px 5px;
}
.btn_s a:hover {
 background-color: #958878;
 color: #ffffff;
}

.btn_l a {
 font-size: 1.4rem;
 color: #ffffff;
 border: 1px solid #535353;
 padding: 25px 60px;
 background-color: #535353;
}
.btn_l a:hover {
 background-color: #ffffff;
 color: #535353;
}





/* list
============================== */
.list_dot {
	list-style-type: none;
	padding: 0;
}
.list_dot li {
	padding:0 0 0 1em;
	position: relative;
 margin-bottom: 5px;
}
.list_dot li:before {
	content: '・';
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	left: 0;
	top: center;
}

.list_num {
	padding-left: 0;
	list-style: none;
}
.list_num li {
	position: relative;
	padding-left: 3em;
}
.list_num li::before {
	display: block;
	width: 3em;
	text-align: center;
	position: absolute;
	left: 0;
}
.list_num li:nth-child(1)::before {
	content: "（1）";
}
.list_num li:nth-child(2)::before {
	content: "（2）";
}
.list_num li:nth-child(3)::before {
	content: "（3）";
}
.list_num li:nth-child(4)::before {
	content: "（4）";
}
.list_num li:nth-child(5)::before {
	content: "（5）";
}
.list_num li:nth-child(6)::before {
	content: "（6）";
}
.list_num li:nth-child(7)::before {
	content: "（7）";
}
.list_num li:nth-child(8)::before {
	content: "（8）";
}
.list_num li:nth-child(9)::before {
	content: "（9）";
}
.list_num li:nth-child(10)::before {
	content: "（10）";
}

.list_pdf {
 list-style-type: none;
 padding-left: 0;
}
.list_pdf li {
 margin-bottom: 10px;
}
.list_pdf img {
 width: 24px;
 vertical-align: middle;
 padding-right: 10px;
}



/* attention
============================== */
.list_atte {
	list-style-type: none;
	padding-left: 0;
}
.list_atte li {
	margin-left:1em;
	display: block;
	font-weight: normal;
}
.list_atte li span {
	display:inline-block;
	margin-left:-1em;
	width:1em;
}

.atte {
	padding-left:1em;
 position: relative;
}
.atte::before {
	content: "※";
 position: absolute;
 left: 0;
 top:0;
}


/* table
============================== */
table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table th,
table td {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



/* Header
==================================================================================== */
#menu-globalmenu a:link { color: #ffffff; text-decoration: none; }
#menu-globalmenu a:visited { color: #ffffff; text-decoration: none; }
#menu-globalmenu a:hover { color: #ffffff; text-decoration: none; }
#menu-globalmenu a:active { color: #ffffff; text-decoration: none; }

#menu-globalmenu > li > a {
  position: relative;
  display: inline-block;
}
#menu-globalmenu > li > a::after {
  position: absolute;
  bottom: 26px;
  left: 1.25em;
  content: '';
  width: calc(100% - 2.5em);
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
#menu-globalmenu > li > a:hover::after {
  bottom: 23px;
  opacity: 1;
  visibility: visible;
}
#menu-globalmenu .sub-menu a:link { color: #333333; text-decoration: none; }
#menu-globalmenu .sub-menu a:visited { color: #333333; text-decoration: none; }
#menu-globalmenu .sub-menu a:hover { color: #A7845B; text-decoration: none; }
#menu-globalmenu .sub-menu a:active { color: #A7845B; text-decoration: none; }

#menu-globalmenu .sub-menu {
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.1);
}

#menu-globalmenu #menu-item-159 {
    display: none;
}
@media screen and (max-width: 895px) {
    #menu-globalmenu #menu-item-159 {
        display: block;
    }
    #menu-globalmenu .sub-menu-toggle {
        top: 17px;
        /*border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;*/
    }
    #menu-globalmenu .sub-menu {
        box-shadow: none;
        font-size: 1.6rem;
    }
#menu-globalmenu .sub-menu a:link { color: #ffffff; text-decoration: none; }
#menu-globalmenu .sub-menu a:visited { color: #ffffff; text-decoration: none; }
#menu-globalmenu .sub-menu a:hover { color: #ffffff; text-decoration: none; }
#menu-globalmenu .sub-menu a:active { color: #ffffff; text-decoration: none; }   

#menu-globalmenu > li > a::after {
  bottom: 13px;
  left: 0;
  content: '';
  width: 100%;
}
#menu-globalmenu > li > a:hover::after {
  bottom: 10px;
}
}



.site-header .title-area {
    padding: 3px 0;
}
@media screen and (max-width: 330px) {
.site-header .title-area {
    width: 250px !important;
    max-width: 250px !important;
}
.site-header .title-area img {
    width: 100% !important;
}
}


.hero-section {
    height: 340px;
    background-position: left center;
    padding: 16rem 0 0;
}
.home .hero-section {
    height: 445px;
}
@media screen and (max-width: 768px) {
.hero-section {
    padding: 16rem 0 0;
}
.home .hero-section {
    background-position: left -100px center;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}
.home .hero-section .wrap {
    margin-right: 0;
    margin-left: auto;
}   
}
@media screen and (max-width: 560px) {
.hero-section {
    background: url(../images/common/kv_sp.jpg) left center !important;
    background-size: cover !important;
    height: 200px;
    padding: 11rem 0 0;
}
.home .hero-section {
    padding: 6rem 0 0;
}
}

.archive-title,
.entry-title {
	font-family: 'Noto Serif JP', serif;
    font-size: 4rem;
    line-height: 1.4;
}
.home .entry-title {
    margin-left: 40%;
    padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
.home .entry-title {
    margin-right: 0;
    margin-left: auto;
}
}
@media screen and (max-width: 600px) {
    .home .entry-title {
        margin-left: auto;
    }
}
@media screen and (max-width: 560px) {
.archive-title,
.entry-title {
    font-size: 2.6rem;
}
.home .entry-title {
    font-size: 2rem;
}
}



#pages-7 .widgettitle {
    display: none;
}
#pages-7 .widget-wrap > ul li {
    margin: 0;
    padding: 0;
}
#pages-7 .widget-wrap > ul > li > a {
    display: block;
    background-color: #F4F4F4;
    padding: 15px 30px;
    margin-bottom: 3px;
}
#pages-7 .widget-wrap a::before {
    content: "▲";
    font-size: 1rem;
    padding: 10px 3px 0 0;
    transform: rotate(90deg) scale(1, .6);
    display: inline-block;
    vertical-align: middle;
    color: #A7845B;
}
#pages-7 .widget-wrap .children li {
    margin: 0;
}
#pages-7 .widget-wrap .children a {
    margin: 0 0 3px 0;
    display: block;
    background-color: #F4F4F4;
    padding: 15px 30px 15px 46px;
}
#pages-7 .widget-wrap a:link { color: #333333; text-decoration: none; }
#pages-7 .widget-wrap a:visited { color: #333333; text-decoration: none; }
#pages-7 .widget-wrap a:hover { color: #A7845B; text-decoration: none; }
#pages-7 .widget-wrap a:active { color: #A7845B; text-decoration: none; }

#pages-7 .widget-wrap .current_page_item > a {
    background-color: #A7845B;
    color: #ffffff;
}
#pages-7 .widget-wrap .current_page_item > a::before {
    color: #ffffff;
}

#pages-7 .widget-wrap > ul > li {
    display: none;
}
#pages-7 .widget-wrap > ul .current_page_item,
#pages-7 .widget-wrap > ul .current_page_ancestor,
#pages-7 .widget-wrap > ul .current_page_parent {
    display: block;
}

#recent-posts-7,
#archives-4 {
    display: none;
}
.archive2 #recent-posts-7,
.archive2 #archives-4 {
    display: block;
}
.single #recent-posts-7,
.single #archives-4 {
    display: block;
}
.single #pages-7 {
    display: none;
}




/* Footer
==================================================================================== */
.before-footer,
.before-footer:before {
    background-color: #ffffff;
    color: #333333;
}
.before-footer {
    padding: 0;
}
.before-footer::before {
    top:0;
}
.site-footer > .wrap {
    padding: 1em 0;
    background-color: #232c39;
}
.site-footer > .wrap > p {
    text-align: center;
    font-size: 1.3rem;
    max-width: calc(100% - 8rem);
    margin-left: auto;
    margin-right: auto;
}
.site-footer .back-to-top {
    bottom: .8em;
}


.before-footer #custom_html-3,
.before-footer #custom_html-5,
.before-footer #recent-posts-5 {
    width: 100%;
}
.before-footer .list_bnr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    /*padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;*/
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.before-footer .list_bnr li {
    width: 32%;
    margin-bottom: 10px;
}
.before-footer .list_bnr li:not(:last-child) {
    margin-right: 2%;
}
@media screen and (max-width: 560px) {
.before-footer .list_bnr {
    display: block;
}
.before-footer .list_bnr li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px;
}
.before-footer .list_bnr li:not(:last-child) {
    margin-right: auto;
}
}

.before-footer .info {
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 80px;
}
.before-footer .info > div {
 width: 48%;
}
.before-footer .info h2 {
 font-size: 1.6rem;
 border-bottom: 2px dotted #999999;
 padding-bottom: 10px;
 margin-bottom: 30px;
}

.before-footer .map iframe {
 width: 100%;
 height: 285px;
 margin-bottom: 20px;
}

.before-footer .address {
 margin-bottom: 20px;
 font-size: 1.2rem;
    color: #333333;
}
.before-footer .address .img {
 display: inline-block;
 width: 182px;
 margin-right: 10px;
}

.before-footer .route {
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}
.before-footer .route ul {
 font-size: 1.2rem;
}
.before-footer .route ul li {
 padding: 0;
}

@media screen and (max-width: 1060px) {
.before-footer .address .img {
 display: block;
 width: 182px;
 margin: 0 0 10px;
}
}

@media screen and (max-width: 1000px) {
.before-footer .route {
 display: block;
}
.before-footer .route ul {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 560px) {
.before-footer .info {
 display: block;
 margin: 0 auto 60px;
}
.before-footer .info > div {
 width: 100%;
}
 .before-footer .info .access {
  margin-bottom: 60px;
 }
    .before-footer .route .btn_s {
        text-align: center;
    }
}


.before-footer .contact p {
 color: #333333;
    font-size: 1.4rem;
}
.before-footer .contact p strong {
 font-weight: bold;
}
.before-footer .contact .tel {
 text-align: center;
 font-size: 3rem;
 color: #958878;
 letter-spacing: 3px;
 margin-bottom: 5px;
}
.before-footer .contact .btn_s a {
 padding: 4px 35px;
 margin-bottom: 60px;
}
.before-footer .contact .bnr {
 box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
 border-radius: 2px;
}


.before-footer .sns p {
    color: #333333;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 350px) {
.before-footer .sns p {
    font-size: 1.4rem;
    letter-spacing: -.5px;
}
}
.before-footer .sns ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    position: relative;
}
.before-footer .sns ul::after {
    content: "Coming soon…";
    display: block;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    width: 100%;
    color: #9B7342;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
}
.before-footer .sns ul li {
    margin: 0 15px 10px;
    opacity: .2;
}


.before-footer #recent-posts-5 {
    max-width: 768px;
    margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
.before-footer #recent-posts-5 {
    margin: 0 auto 60px;
}
}
.before-footer #recent-posts-5 h3 {
 font-size: 1.6rem;
 border-bottom: 2px dotted #999999;
 padding-bottom: 10px;
 margin-bottom: 30px;
}
.before-footer #recent-posts-5 li {
 display: -webkit-flex;
 display: flex;
    font-size: 1.5rem;
    margin-bottom: 8px;
}
.before-footer #recent-posts-5 li a,
.before-footer #recent-posts-5 li span {
 display: block;
}
.before-footer #recent-posts-5 li span {
    order: -1;
    width: 10em;
}
.before-footer #recent-posts-5 li a {
    width: calc( 100% - 10em);
}
.before-footer #recent-posts-5 li a:hover {
    text-decoration: underline;
    color: #A7845B;
}
@media screen and (max-width: 560px) {
.before-footer #recent-posts-5 li {
 flex-wrap: wrap;
}
.before-footer #recent-posts-5 li span {
    width: 100%;
}
.before-footer #recent-posts-5 li a {
    width: 100%;
}
}



/* Contents
==================================================================================== */
.content-sidebar-wrap {
    font-size: 1.5rem;
}
.entry-content p {
    color: #333333;
}

.column_2 {
 margin: 0 auto 50px;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.column_2 > .img {
 width: 38%;
 text-align: center;
}
.column_2 > .txt {
 width: 56%;
}
.column_2 .img.left {
 order: -1;
}
@media screen and (max-width: 560px) {
 .column_2 {
  display: block;
 }
 .column_2 > .img {
  width: 100%;
 }
 .column_2 > .txt {
  width: 100%;
 }
}

.wrapper {
    margin-bottom: 80px;
}

@media screen and (max-width: 560px) {
    .wrapper {
        margin-bottom: 60px;
    }
}

.wrap_bgcolor {
 background-color: #F4F4F4;
}

figure img {
 margin-bottom: 20px;
}
figcaption {
 font-size: 0.866rem;
}

@media screen and (max-width: 895px) {
    main.content {
        margin-bottom: 30px;
    }
}

.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.page-template-page_blog .site-inner {
    background-color: inherit;
}

.blog .site-inner .content .post,
.archive .site-inner .content .post {
    background-color: #f4f4f4;
}




/* About
==================================================================================== */
.wrap_h_method {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.wrap_h_method .img {
    width: 45%;
}
.wrap_h_method .txt {
    width: 50%;
}
.wrap_h_method h2 {
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}
.wrap_h_method h2 span {
    display: block;
    color: #A07F6E;
}
.wrap_h_method h3 {
    font-size: 1.8rem;
    font-weight: normal;
}
@media screen and (max-width: 560px) {
    .wrap_h_method {
        display: block;
        margin-bottom: 50px;
    }
    .wrap_h_method .img {
        width: 100%;
        margin-bottom: 20px;
    }
    .wrap_h_method .txt {
        width: 100%;
    }
}

.wrap_h_concept {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.wrap_h_concept .tit {
    width: 35%;
}
.wrap_h_concept .txt {
    width: 60%;
}
@media screen and (max-width: 980px) {
.wrap_h_concept .tit {
    width: 45%;
}
.wrap_h_concept .txt {
    width: 50%;
}
}
@media screen and (max-width: 895px) {
.wrap_h_concept .tit {
    width: 35%;
}
.wrap_h_concept .txt {
    width: 60%;
}
}
@media screen and (max-width: 680px) {
    .wrap_h_concept {
        display: block;
    }
    .wrap_h_concept .tit {
        width: 100%;
    }
    .wrap_h_concept .txt {
        width: 100%;
    }
    .wrap_h_concept .headline {
        text-align: center;
    }
}
@media screen and (max-width: 560px) {
    .wrap_h_concept {
        margin-bottom: 50px;
    }
}

.wrap_h_ref {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.wrap_h_ref .img {
    width: 45%;
}
.wrap_h_ref .txt {
    width: 50%;
}
.wrap_h_ref .txt div {
    margin-top: 30px;
}
@media screen and (max-width: 560px) {
    .wrap_h_ref {
        display: block;
        margin-bottom: 60px;
    }
    .wrap_h_ref .img {
        width: 100%;
        margin: 0 auto 60px;
    }
    .wrap_h_ref .txt {
        width: 100%;
    }
    .wrap_h_ref .headline {
        text-align: center;
    }
    .wrap_h_ref .txt div {
        margin: 60px auto 0;
        width: 100%;
    }
}

h3.imx_special {
    color: #9B7342;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
h4.imx_special {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
}
div.imx_special {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
div.imx_special img {
    max-width: 644px;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
}

/* Greeting
==================================================================================== */
.wrap_h_mess h2 {
    text-align: center;
    color: #A7845B;
    font-size: 3rem;
    font-weight: normal;
    font-family: 'Mr De Haviland', cursive;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.wrap_h_mess h2 img {
    width: 214px;
    vertical-align: middle;
    margin-right: 40px;
}
.wrap_h_mess p {
    width: 100%;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 560px) {
    .wrap_h_mess h2 img {
        margin: 0 auto;
        display: block;
    }
}


/* Instructor
==================================================================================== */
.wrap_h_inst ul,
.wrap_h_inst ul li {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.wrap_h_inst > ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrap_h_inst > ul > li {
    width: 42%;
    margin-bottom: 50px;
}
.wrap_h_inst > ul .img {
    margin-bottom: 30px;
}
.wrap_h_inst > ul h3 {
    text-align: center;
    font-weight: normal;
    color: #958878;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.wrap_h_inst > ul .career {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
    .wrap_h_inst > ul {
        display: block;
    }
    .wrap_h_inst > ul > li {
        width: 100%;
        max-width: 388px;
        margin: 0 auto 50px;
    }
}

.wrap_inst {
 max-width: 768px;
 margin: 0 auto 60px;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.wrap_inst .img {
 width: 47%;
}
.wrap_inst .txt {
 width: 48%;
}
@media screen and (max-width: 560px) {
.wrap_inst {
 margin: 0 auto 40px;
 display: block;
}
.wrap_inst .img {
 width: 100%;
 max-width: 266px;
 margin-left: auto;
 margin-right: auto;
}
.wrap_inst .txt {
 width: 100%;
}
}
.wrap_inst .txt h2 {
 font-weight: normal;
 font-size: 2.4rem;
 color: #A07F6E;
}
.wrap_inst .txt h2 span {
 font-size: 1.8rem;
}
@media screen and (max-width: 560px) {
 .wrap_inst .txt h2 {
  text-align: center;
 }
}

.wrap_profile {
    max-width: 768px;
    margin: 0 auto;
}
.wrap_profile .posi {
 font-size: 1.3rem;
}
@media screen and (max-width: 560px) {
    .wrap_profile .heading {
        text-align: center;
    }
}


/* Class
==================================================================================== */
.wrap_h_class {
    position: relative;
    padding-top: 90px;
}
.wrap_h_class .box {
    width: 56%;
    border: 1px solid #BA9F81;
    background-color: rgba(255, 255, 255, .9);
    padding: 30px 20px 20px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.wrap_h_class .box.right {
    float: right;
}
.wrap_h_class .box h3 {
    color: #A7845B;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Mr De Haviland', cursive;
    letter-spacing: 1px;
}
.wrap_h_class .box h4 {
    font-size: 1.8rem;
    font-weight: bold;
}
.wrap_h_class .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: auto;
    width: 64%;
}
.wrap_h_class .img.right {
    right: 0;
    left: auto;
}

@media screen and (max-width: 768px) {
    .wrap_h_class .box {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .wrap_h_class {
        position: relative;
        padding-top: 0;
    }

    .wrap_h_class .box {
        width: 100%;
        border: none;
        padding: 0;
    }

    .wrap_h_class .box.right {
        float: none;
    }

    .wrap_h_class .box .para {
        text-align: left;
        margin-bottom: 40px;
    }

    .wrap_h_class .img {
        position: relative;
        width: 100%;
    }
}


/* bring
========================== */
.wrap_h_attention {
 background: url("../images/bg_atte.jpg") center 0 no-repeat;
 background-size: cover;
 padding: 80px 0;
 margin-bottom: 80px;
}
.wrap_h_attention .inner {
 width: 94%;
 margin: 0 auto;
 background-color: rgba(255,255,255,.9);
 padding: 50px 25px 40px;
}
.wrap_h_attention h2 {
 text-align: center;
 font-weight: normal;
 font-size: 2.4rem;
}
.wrap_h_attention ul {
 list-style-type: none;
 padding-left: 0;
 margin-left: 0;
}
.wrap_h_attention ul li {
    list-style-type: none;
	padding:0 0 0 1.2em;
	position: relative;
 margin-bottom: 5px;
}
.wrap_h_attention li:before {
	content: '■';
	width: 1.2em;
	height: 1.2em;
	display: block;
	position: absolute;
	left: 0;
	top: center;
}
@media screen and (max-width: 560px) {
.wrap_h_attention {
 padding: 40px 0;
 margin-bottom: 50px;
}
.wrap_h_attention .inner {
 padding: 35px 10px 20px;
}
}

.wrap_h_bring h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.wrap_h_bring ul {
    list-style-type: none;
    padding: 25px 30px 20px;
    background-color: #F6F5F5;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.wrap_h_bring ul li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 5px;
    background: url("../images/common/icon_check.png") left 0 top 5px no-repeat;
    background-size: 14px 14px;
}
@media screen and (max-width: 480px) {
    .wrap_h_bring ul {
        padding: 25px 20px 20px;
    }
}


/* Price
==================================================================================== */
.wrap_h_price {
 max-width: 768px;
 margin: 0 auto;
}
.wrap_h_price table {
 margin-bottom: 20px;
 border: none;
}
.wrap_h_price th,
.wrap_h_price td {
 font-weight: normal;
 text-align: center;
 vertical-align: middle;
 padding: 5px;
 border: none;
}
.wrap_h_price th {
 color: #ffffff;
 text-transform: uppercase;
 background-color: #BA9F81;
 border-bottom: 5px solid #fff;
 border-right: 3px solid #fff;
}
.wrap_h_price tr:nth-child(odd) td {
 background-color: #FFE9D0;
 border-bottom: 1px solid #fff;
 border-right: 3px solid #fff;
}
.wrap_h_price tr:nth-child(even) td {
 background-color: #F5F4F3;
 border-bottom: 5px solid #fff;
 border-right: 3px solid #fff;
}
@media screen and (max-width: 560px) {
.wrap_h_price th,
.wrap_h_price td {
 font-size: 1rem;
}
}


/* Timetable
==================================================================================== */
.wrap_h_time > div {
 width:100%;
 max-width:692px;
 margin: 0 auto;
}
.wrap_h_time iframe {
 width: 100% !important;
 height: 690px;
}
@media screen and (max-width: 560px) {
.wrap_h_time iframe {
 height: 500px;
}
}


/* Access
==================================================================================== */
.wrap_access {
    max-width: 768px;
    margin: 0 auto;
}
.wrap_access .map iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.wrap_access .address {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #333333;
}
.wrap_access .address .img {
    display: inline-block;
    width: 182px;
    margin-right: 10px;
}

.wrap_access .route {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wrap_access .route ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}
.wrap_access .route ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #333333;
}
.wrap_access .route .btn_s {
    margin-bottom: 0;
}
@media screen and (max-width: 560px) {
    .wrap_access .address .img {
        display: block;
        width: 182px;
        margin: 0 0 10px;
    }
    .wrap_access .route {
        display: block;
    }
    .wrap_access .route ul {
        margin-bottom: 20px;
    }
    .wrap_access .route .btn_s {
        text-align: center;
    }
}


/* blog
==================================================================================== */
.btn_blog {
    display: none;
}
.archive .btn_blog,
.single .btn_blog {
    display: block;
}
.btn_blog a {
    padding: 4px 10px;
}


.entry-categories img {
    max-width: 20px;
}
.blog .entry-meta,
.archive .entry-meta,
.single .entry-meta {
    font-size: 1.3rem;
}
.blog .entry-title,
.archive .entry-title {
    font-size: 1.6rem;
}
.blog .entry-content p,
.archive .entry-content p {
    font-size: 1.4rem;
}
.blog .post a:hover,
.archive .post a:hover {
    text-decoration: underline;
}
.blog .entry-footer,
.archive .entry-footer,
.single .entry-footer {
    display: none;
}

.single .content {
    width: auto;
    max-width: 768px;
    margin: 0 auto;
}
@media screen and (max-width: 895px) {
.single .content {
    margin-bottom: 50px;
}
}




/* navigation
==================================================================================== */
.post-navigation {
	border-top: 1px solid #CCCCCC;
	display: table;
	margin-bottom: 100px;
	width: 100%;
}
.post-navigation .prev,
.post-navigation .next,
.post-navigation .top {
	display: table-cell;
	padding-top: 15px;
	font-size: 12px;
    font-size: 1.2rem;
	font-weight: bold;
}
.post-navigation .prev,
.post-navigation .next {
	width: 25%
}
.post-navigation .top {
	width: 50%;
	text-align: center;
}
.post-navigation .prev a,
.post-navigation .next a {
	display: inline-block;
	padding: 4px 10px;
	background-color: #F5F4F3;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.post-navigation .prev {
	text-align: left;
}
.post-navigation .next {
	text-align: right;
}
.post-navigation .top a {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.post-navigation a:hover {
	text-decoration: none;
	color: #FFBC64;
	border: 1px solid #FFBC64;
}

@media screen and (max-width: 768px) {
	.wrap-supp,
	.post-navigation {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
}