@charset "UTF-8";
/*  
Theme Name:Original Style - 2column
Version:1
*/

/*===================
 Reset  
===================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*===================
 Native  
===================*/

/* editor */
 
#main p,
#tinymce p {
    display: block;
    margin:0 0 1.2em;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; margin:0 0 20px 10px; }
.alignleft { float: left; margin:0 20px 20px 0; }

.box3 .aligncenter { margin-bottom:5px;}
 
/**/img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* content
--------------------------*/

.fl {float:left !important;}
.fr {float:right !important;}

.tac { text-align:center;}
.tal { text-align:left}
.tar { text-align:right;}

.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;}

/*レスポンシブ*/

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

}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

/*table*/
.table01 th,
.table01 td {
	padding:10px 20px;
	text-align:left;
	vertical-align: top;
}
.table01 th {
	border-right:1px dotted #bbb;
	padding-right:30px;
	text-align:right;
}
.table01 td {
	padding-left:30px;
}

.entry table,
.mce-item-table {
width:100%;
}
.entry table th,
.entry table td,
.table th,
.table td,
.mce-item-table, .mce-item-table td, .mce-item-table th {
	padding:10px;
	border:1px solid #ccc;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
   border:1px solid #ccc;
}

img {
	height:auto;
	vertical-align:bottom;
	max-width:100%;
}

/*投稿*/

.dateBlock {
}

.entryBox .inner {padding:0 10px 30px;}
.postmetadata {text-align:right;font-size:85%;padding:10px 10px; border-top:1px dashed #dedede; color:#aaa;}
.navigation a { background:#ccc; text-decoration:none; padding:5px 10px; border-radius:4px;color:#FFF; font-size:85%;line-height:1;}


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

.alignright ,
.alignleft {
	float: none;
	margin:0 auto 20px;
	display:block; 
}
span.alignright,span.alignleft { display:block; }

/*table*/
.table01 th,
.table01 td {
	padding:10px;
	vertical-align: top;
}

/*googlemap*/

.googlemap {
padding-bottom: 100%; /*縦横比*/
}

}

/*------------------------------------*\
    base 
\*------------------------------------*/

body {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	line-height:1.8em;
	font-size:100%;
}
a:focus, *:focus { outline:none; }

a,
a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}
a , a:visited {
	color:#333;
}
a:hover {
	text-decoration:none;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
#header > .inner, #nav > .inner, #contents > .inner, #footer .inner {
	max-width:1000px;
	margin:0 auto;
}
#contents {
	padding-top:1em;
	margin-bottom:2.5em;
}

#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}

/* header --------------------*/

#header {
	padding:20px 0 20px;
}
#header h1 {
	display:block;
	float:left;
	max-width:28.7%;
	width:287px;
}
#header h1 img { width:100%;}
#header h1 a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.headerinner ul.pc {
	float:right;
	overflow:hidden;
	width:510px;
	max-width:51%;
	box-sizing:border-box;
}
.headerinner .txt {
	float:left;
	max-width:50.6%;
}
.headerinner .txt img {
	width:258px;
	max-width:100%;
}
.headerinner .tel {
	float:right;
	max-width:45.1%;
}
.headerinner .tel img {
	width:230px;
	max-width:100%;
}
.headerinner .tel img.telimg {
	width:230px;
	max-width:100%;
	margin-bottom:11px;
}

/* nav --------------------*/

.menu-sp-nav-container {
	display:none;
}

.fixed {
	position: fixed;
	top: 0;
}

#nav {
	background:#fff;
	box-sizing:border-box;
}
#nav ul {
}

/* main --------------------*/

.page-title {
	padding:0.5em;
	overflow:hidden;
	position:relative;
	margin-bottom:1.8em;
	background:#f2eee5;
	background-size:cover;
	text-align:left;
	border-radius:12px;
}
.page-title::after {
	position:absolute;
	content:"";
	top:0;
	left:1em;
	width:6px;
	height:80%;
	border-radius:0 0 3px 3px;
	background:#7ab15f;
}
.page-title h2 {
	 color:#663300;	
	font-size:163%;/*26px*/
	padding:1.5em 1em 1.5em 1.2em;
	text-align:left;
	font-weight:normal;
}

/* パンくず*/
.bread {
	padding:1em 1em 0.8em;
	font-size:82%;/*13px*/
	color:#999;
	margin-bottom:0.5em;
	text-align:right;
}
.bread li {
	display:inline-block;
}
.bread li a {
	color:#666;
}
.bread li a:hover {
	text-decoration:none;
}

/* entry */

.entry-block {
	padding-bottom:1.5em;
	margin-bottom: 2em;
}
.img_left img {
	float:left;
	max-width:34%;
	margin:0 20px 10px 0;
}
.img_right img {
	float:right;
	max-width:34%;
	margin:0 0 10px 20px;
}
.entry-block .dateBlock {
	color:#999;
	font-size:13px;
	padding-bottom:0.5em;
}

#tinymce h3,
.entry-block h3,
.under h3 {	
	font-size:24px;
	padding:10px 0 ;
	margin-bottom:1.2em;
	color:#ee9b0a;
	position:relative;
	letter-spacing:0.05em;
	line-height:1.4;
	background:url(img/h3_bg.svg) repeat-x bottom left;
}
#tinymce h3::before,
.entry-block h3::before,
.under h3::before {
}
#tinymce h3::after,
.entry-block h3::after,
.under h3::after {
}

.entry-block h3 a {
	color:#333;
	text-decoration:none;
}
.entry-block h3 a:hover {
	color:#333;
	text-decoration:underline;
}

#tinymce h4,
.under h4 {
	font-size:18px;
	line-height:1.4;
	margin-bottom:1.2em;
	 padding:0.4em 0 0.3em 0.6em;
	overflow:hidden;
	background:#c0a081;
	 position:relative;
	 color:#fff;
	 border-radius:3px;
}
#tinymce h4::after,
.under h4::after {
}
#tinymce h5,
.under h5 {	
	line-height:1.2em;
	margin-bottom:0.8em;
	font-weight:normal;
	color:#72461e;
	padding:0.2em 0 0.2em 0.5em;
	position:relative;
	font-size:19px;
	margin-top:20px;
	border-left:8px double #7ab15f;
	border-bottom:1px dashed #c0a081;
}
#tinymce h5::before,
.under h5::before {
	position:absolute;
	content:"";
}
#tinymce h6,
.under h6 {	
	font-size:110%;
	line-height:1.4;
	margin-bottom:0.5em;
	font-weight:bold;
	padding:0.5em 0 0.2em 1.2em;
	overflow:hidden;
	color:#34302e;
	position:relative;
}
#tinymce h6::before,
.under h6::before {
	position:absolute;
	content:"";
	width:14px;
	height:14px;
	background:#51afb9;
	box-sizing:border-box;
	top:0.75em;
	left:0px;
	border-radius:50%;
}

/* ページャー */
.pager {
	font-size:88%;/*14px*/
	margin-bottom:3em;
}
.pager span.current,
.pager a {
	display:inline-block;
	margin-right:5px;
	width:25px;
	height:25px;
	line-height:25px;
	background:#fff;
	text-decoration:none;
	color:#51504e;
	text-align:center;
}
.pager a:hover {
	color:#999;
}
.pager span.current {
	background:#999;
	color:#fff;
}

/* aside --------------------*/

#aside .bn {
	margin:0 auto 20px;
	display:block;
	width:240px;
}
#aside .menu {
	background:#fff;
	border-radius:8px;
	border:1px solid #e0c5a8;
	margin-bottom:20px;
	margin-top:4px;
	padding:0 15px 15px;
	position:relative;
}
#aside .menu::after {
	position:absolute;
	content:"";
	top:0;
	margin-top:-4px;
	left:8.5%;
	border-radius:4px;
	height:7px;
	width:83%;
	background:#7c6146;
}
#aside .menu h3 {
	padding:25px 0 0;
	font-weight:normal;
	position:relative;
	text-align:center;
	font-size:22px;
	height:64px;
	box-sizing:border-box;
	color:#34302e;
	border-bottom:1px solid #ece2cd;
	margin-bottom:10px;
}
#aside .menu h3 .subtitle { font-size:14px;}

#aside .menu ul {
	padding-top:4px;
}
#aside .menu ul li {
	position:relative;
	padding: 0;
}
#aside .menu ul li a {
	display:block;
	color:#333;
	line-height:1.2;
	text-decoration:none;
	padding:10px 0 8px 16px;
	font-size:15px;
}
#aside .menu ul li::before {
	display: block;
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	top: 12px;
	left: 0;
	background:#efae3d;
	border-radius:50%;
}
#aside .menu ul li::after {
	display: block;
	content: "";
	position: absolute;
    top: 14px;
	left: 4px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}
#aside .menu ul li a:hover {
	color:#eeaa33;
	text-decoration:none;
}

#aside .menu-blog { margin-bottom:20px;}
#aside .menu-blog h3 {
	line-height:1.2em;
	margin-bottom:0.4em;
	font-weight:normal;
	color:#72461e;
	padding:0.2em 0 0.2em 0.5em;
	position:relative;
	font-size:19px;
	margin-top:20px;
	border-left:8px double #7ab15f;
	border-bottom:1px dashed #c0a081;
}
#aside .menu-blog h3::after {
}
#aside .menu-blog ul.category {
	padding-bottom:10px;
}
#aside .menu-blog ul.category > li{
	border-bottom:1px dotted #c5beb8;
	padding-bottom:5px;
}
#aside .menu-blog ul.category > li ul li {
	border-top:1px dotted #c5beb8;
}
#aside .menu-blog ul.category li {
	padding-top:10px;
	margin-top:8px;
	font-size:13px;
}
#aside .menu-blog ul.category li a {
	padding-left:22px;
	position:relative;
	text-decoration:none;
	font-size:15px;
}

#aside .menu-blog ul.category li a::after {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: 6px;
	border-top: solid 3px #7c6146;
	border-right: solid 3px #7c6146;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#aside .menu-blog ul.category li a:hover {
	color:#7c6146;
}

#aside .access {
	background:#fcf1da;
	position:relative;
	padding:4px 20px ;
	border-top:8px solid #7c6146;
	font-size:92%;/*17px*/
	border-radius:8px;
}

#aside .access h3 {
	text-align:center;
	height:65px;
	background:url(img/access_title.svg) no-repeat center;
	text-indent:-9999px;
}
#aside .access .googlemap {
	margin-bottom:1em;
}
#aside .access h4 {
	font-weight:bold;
	color:#7c6146;
}
#aside .access p {
	margin-bottom:1em;
	line-height:1.5;
}
#aside .access .tel {
	padding-top:15px;
	border-top:1px solid #fff;
}

#aside div.jisseki {
	background:url(img/side_jisseki_title.png) no-repeat center 14px;
	padding:85px 15px 10px;
	border:1px solid #bababa;
	border-top:5px solid #153156;
	margin-bottom:10px;
	font-size:175%;
	font-weight:bold;
	color:#ee6912;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#aside div.jisseki span {
	display:block;
	margin-top:5px;
}
#aside div.jisseki span.jisseki {
}
#aside div.jisseki span.kikan {
	font-size:15px;
	color:#999;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}

/* footer --------------------*/

#footer {
	padding:2.5em 0 2em;
	text-align:left;
	background:#ffe8cd;
}

#footer li .title {
	color:#663300;
	font-size:20px;
	padding-bottom:0.4em;
	display:block;
	border-bottom:1px solid #7c6146;
	margin-bottom:0.5em;
}

#footer .sub-menu {
	font-size:18px;
	margin-bottom:1.2em;
}
#footer .sub-menu li{
	line-height:1.8;
	color:#575757;
	font-size:14px;
	position:relative;
	margin-bottom:2px;
}
#footer .sub-menu li::before {
	content:"・";
	color:#eea11b;
}
#footer li a {
	text-decoration:none;
	color:#575757;
}
#footer li a:hover {
	color:#7c6146;
}
.footer_access p {
	margin-bottom:1em;
	line-height:1.6;
	font-size:14px;
}
.footer_access p.tel {
	padding-left:19px;
	background:url(img/footer_tel.png) no-repeat left 1px;
}
.footer_access p.access {
	padding-left:19px;
	background:url(img/footer_access.png) no-repeat left 1px;
}
.copyright {
	text-align:center;
	padding: 1em 0 1.2em;
	color:#fff;
	font-size:13px;
	background:#7c6146;
}

/* related_post */
.entry ul.related_post li img {
    border-radius: 0px !important;
    box-shadow: none !important;
	border:1px solid #ddd !important;
	box-sizing:border-box;
}

/* 固定ページ
----------------------------*/

.contentbottom {
	margin-top:30px;
	text-align:center;
}
.contentbottom .contact-bn {
	text-align:center;
}
.contentbottom li {
	float:left;
	width:49%;
	margin-right:2%;
}
.contentbottom li:last-child {
	margin-right:0
}
 
/*-- TOP ----*/


/* 下層ページ */

.block {
	margin-bottom:1em;
}

.block-inner {
	margin-bottom:2em;
	padding:0 10px;
}

.page img.aligncenter,
.page img.alignright {
}

.ba-block {
	background:url(images/arrow_bg.png) no-repeat center;
	background-size:6.5%;
	margin-bottom:10px;
	font-size:92%;
}
.ba-block .before {
	float:left;
	width:45%;
}
.ba-block .after {
	float:right;
	width:45%;
}
.ba-block.arrow02 {
	clear:both;
	background:url(images/arrow_bg02.png) no-repeat center;
	height:40px;
}
.ba-block img {
	display:block;
	margin:0 auto 10px;
}

.flow-block {
	padding:0 0.8em 1em;
	margin-bottom:1em;
	position:relative;
}
.block-inner .flow-block {padding:0 0 1em;}
.flow-block::after {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	bottom: 0;
	right: 50%;
	margin: 0 -15px -20px 0;
    border: 30px solid transparent;
    border-top: 15px solid #efe4ca;
}
.block > .flow-block:last-child::after,
.block-inner > .flow-block:last-child::after {
	display:none;
}

.page .block .number_title {
	background:none;
	padding-left:5px !important;
	color:#72461e;
	font-weight:normal;
	border-bottom:1px dashed #c0a081;
	font-size:20px;
	border-left:none;
}

.page .block h3.number_title::before, 
.page .block h4.number_title::after { display:none;}
.page .block .number_title .number {
	display:inline-block;
	vertical-align:baseline;
	font-size:80%;
	padding:0.2em 0.8em 0.1em;
	margin-right:0.5em;
	background:#c0a081;
	color:#fff;
	border-radius:3px;
	margin-bottom:0.2em;
	line-height:1.4;
}
.page .block h5.number_title .number {background:#7ab15f;}

.qa-block {
	margin-bottom:1.8em;
}
.page #main .qa-block h4 { padding-left:2.2em !important}

.page #main .qa-block h4::before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	background:#7c6146;
	height:100%;
	width:1.8em;
	border-radius:2px;
	
}
.page #main .qa-block h4::after {
	position:absolute;
	content:"Q";
	top:50%;
	left:0.6em;
	margin-top:-0.7em;
	color:#fff;
	font-weight:normal;
	border:none;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.border-block {
	box-sizing:border-box;
	padding:20px;
	border:1px solid #c9daec;
}

.youtube-wrap {
	width:600px;
	max-width:100%;
	margin:0 auto 20px;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:none;
}
/* sitemap */

#menu-sitemap {
	padding:0;
}
#menu-sitemap li {
	padding:0.8em 0.2em 0.7em 0.9em;
	position:relative;
	border-bottom:2px dotted #eee;
}
#menu-sitemap li::after {
	display: block;
	content: "";
	position: absolute;
	width: 0.3em;
	height: 0.3em;
	top: 1.4em;
	left: 0.1em;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-sitemap li ul li {
	border-bottom:none;
	padding-bottom:0;
}
#menu-sitemap li a {
	text-decoration:none;
}
#menu-sitemap li a:hover {
	color:#7c6146;
}

/* table */

.time-table {
	width:100%;
	margin-bottom:0.5em;
}
.time-table th,.time-table td {
	text-align:center;
	font-weight:normal;
	padding:8px 5px;
	border:1px solid #e5d4b0;
}
.time-table th { color:#663300;}
.time-table thead th {
	background:#fcf1da;
	border-top:1px solid #e5d4b0;
	border-bottom:1px solid #e5d4b0;
	color:#663300;
}
.time-table td {
	color:#555;
}

.border-table {
	width:100%;
	margin-bottom:0.5em;
}
.border-table thead th {
	background:#7aa1d3;
	color:#fff;
	text-align:center;
}
.border-table th,
.border-table td {
	text-align:left;
	font-weight:normal;
	padding:8px 5px;
	border:1px solid #dad6ce;
}
.border-table tbody th {
	background:#f9f5ec;
	width:28%;
	text-align:center;
	vertical-align:middle;
}

.fee-table {
	width:100%;
	margin-bottom:0.5em;
}
.fee-table th,
.fee-table td {
	text-align:left;
	font-weight:normal;
	padding:8px 5px;
	border:1px solid #d8e4f1;
}
.fee-table thead th {
	background:#7aa1d3;
	color:#fff;
	text-align:center;
}
.fee-table tbody th {
	background:#f5f5f5;
}
.fee-table td {
}

.address-table,
.career-table {
	width:100%;
	margin-bottom:1.2em;
}
.address-table th,
.address-table td,
.career-table th,
.career-table td {
	padding:8px 5px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px dotted #ccc;
}
.address-table th,
.career-table th {
	color:#7c6146;
	white-space:nowrap;
}

/* list */
.ul01 {
	margin-bottom:1em;
}
.ul01 li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.2em;
}
.ul01 li::before {
	position:absolute;
	content:"";
	width:0.5em;
	height:0.5em;
	background:#7ab15f;
	border-radius:50%;
	top:0.55em;
	left:0.3em;
}
.ul01 li ul {
	padding-top:0.2em;
}
.ul01 li li {
	margin-bottom:0.3em;
}
.ul01 li li::before {
	width:0.3em;
	height:0.3em;
	background:#fff;
	border:1px solid #999;
}
.ul01 li .title {
	color:#333;
	display:block;
}

.ul_check,.ul_arrow {
	margin-bottom:1em;
}
.ul_check li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.4em;
}
.ul_check li::before {
	position:absolute;
	content:"";
	width:0.8em;
	height:0.8em;
	background:#f19601;
	border:1px solid #f19601;
	top:7px;
	left:0.1em;
}
ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 5px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
 z-index: 10;
}


.ul_arrow li {
	position:relative;
	margin-bottom:0.5em;
	padding-left:1.2em;
}
.ul_arrow li:before {
	position:absolute;
	content:"";
    width: 0;
    height: 0;
	top: 0.35em;
	left: 7px;
	margin: 0px 0 0 0;
    border: 6px solid transparent;
    border-top: 8px solid #7ab15f;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform:rotate(-90deg);
}
.ul_arrow li a { text-decoration:none;color:#7ab15f;}
.ul_arrow li a:hover { text-decoration:underline;}

ol.ol01 { margin-bottom:1.2em;}
ol.ol01 li {
	position:relative;
	margin-bottom:0.4em;
}
ol.ol01 li .ollist { color:#7ab15f;}

ol.ol_decimal { margin-bottom:1.2em;}
ol.ol_decimal li {
	position:relative;
	margin-bottom:0.4em;
	list-style:decimal inside;
}

.float-list {
	overflow:hidden;
}
.float-list li {
	margin-bottom:0.5em;
}

.page-list {
	padding:15px;
	background:#f1faff;
	font-size:92%;
}

dl.dl01 dt {
	font-size:108%;
	color:#7ab15f;
	font-weight:normal;
	position:relative;
	padding-left:1em;
}
dl.dl01 dt::before {
	position:absolute;
	content:"";
	top:0.39em;
	left:0;
	width:0.7em;
	height:0.7em;
	border-radius:50%;
	background:#7ab15f;
}
dl.dl01 dd {
	padding-left:1em;
	margin-bottom:1.2em;
}

.dl_tokutyo dt {
	clear:both;
	float:left;
	font-weight:bold;
	color:#3291f1;
	margin-right:0.5em;	
}
.dl_tokutyo dd {
	margin-bottom:0.5em;
}

/* contact */

.wpcf7 dl {
	width:100%;
	margin:0 auto 20px;
	overflow:hidden;
	border-top:1px dashed #ccc;
}
.wpcf7 dl dt,
.wpcf7 dl dd {
	padding:10px 5px;
}
.wpcf7 dl dt {
	clear:both;
	float:left;
}
.wpcf7 dl dd {
	padding-left:14em;
	border-bottom:1px dashed #ccc;
}
.wpcf7 .mf {
	font-size:80%;
	color:#EA0000;
	padding-left:3px;
}
.wpcf7 .ex {
	font-size:88%;
	color:#999;
}
.wpcf7 dl .attention {
	font-size:88%;
	color:#EA0000;
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size:76%;
	color:#EA0000;
}
.wpcf7 dl dd input {
	max-width:90%;
	width:500px;
}
.wpcf7 dl dd .radio01 input,
.wpcf7 dl dd .sexes input,
.wpcf7 dl dd .correspondence input,
.wpcf7 dl dd .course input,
.wpcf7 dl dd .health-insurance input {
	width:auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
	display:block;
}
.wpcf7 dl dd .postcode input,
.wpcf7 dl dd .postcode2 input,
.wpcf7 dl dd .dob-year input,
.wpcf7 dl dd .dob-month input,
.wpcf7 dl dd .dob-day input,
.wpcf7 dl dd .hour input,
.wpcf7 dl dd .firm-reservation-01-month input,
.wpcf7 dl dd .firm-reservation-02-month input,
.wpcf7 dl dd .firm-reservation-03-month input,
.wpcf7 dl dd .firm-reservation-01-day input,
.wpcf7 dl dd .firm-reservation-02-day input,
.wpcf7 dl dd .firm-reservation-03-day input {
	width:4em;
	vertical-align: text-top;
	margin:0 5px;
}
#main .wpcf7 dl dd p {
	margin-bottom:0;	
}

.wpcf7 dl dd textarea {
	width:90%;
}
.wpcf7 .btn-style {
	text-align:center;
}
.wpcf7 .btn-style input {
	width:120px;
}
.btn-style input:hover {
	cursor:pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

/*googlemap*/

.googlemap {
position: relative;
padding-bottom: 40%; /*縦横比*/
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#aside .googlemap {
position: relative;
padding-bottom: 70%; /*縦横比*/
}

/* txt */

.color01 {
	color: #7ab15f;
}
.color02 { color:#eea21c;}
.attention { color:#eea21c;}

.txt-note {
	font-size:88%;
}

.name {
	display:block;	
	font-size:125%;/*20px */
}

/*------------------------------------*\
    Responsive 
\*------------------------------------*/
#contents {
	min-height:600px;
}

@media screen and (min-width: 768px) {
	
.sp { display:none !important;}
.telbtn { display:none;}

#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15,#a16,#a17,#a18,#a19,#a20 {
    margin-top:-70px;
    padding-top:70px;
}

.con_l { float:left;}
.con_r { float:right;}

/**/
#header {
	/*position:fixed;*/
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:100;
}
#header h1 {
	padding-top:13px;
}
#nav {
	/*position:fixed;*/
	left:0;
	width:100%;
	z-index:100;
	height:60px;
	background:#f2eee5;
}

/* header-nav */
#nav li {
	box-sizing:border-box;
}
#nav a {
	text-decoration:none;
	padding:15px 5px 15px;
	display:block;
	text-align:center;
	background-repeat:no-repeat;
	line-height:1.2;
	box-sizing:border-box;
}
#menu-header-nav > li {
	width:16.8%;
	position:relative;
	float:left;
	border-right:2px dotted #e1ceb8;
}
#menu-header-nav > li:first-child {
	width:16%;
	border-left:2px dotted #e1ceb8;
}
#menu-header-nav > li > a {
	padding:20px 5px 10px;
	height:60px;
	font-size:15px;
	position:relative;
	z-index:20000;
	color:#34302e;
	background:#f2eee5;
	font-weight:normal;
}
#menu-header-nav > li > a:hover {
	background:#f0e9d9;
}
#menu-header-nav li {
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu-header-nav > li:hover > a {
	background:#f0e9d9;
}

#menu-header-nav ul.sub-menu {
	position: absolute;
	padding: 0;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	background:#f0e9d9;
	text-align:center;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
  
}
#menu-header-nav >li:last-child ul.sub-menu { width:100%;}
#nav ul.sub-menu {height:auto;}
#menu-header-nav > li:hover ul.sub-menu {
	top:60px;
	border-top:1px solid #fff;
}
#menu-header-nav li ul li{
  width: 100%;
  height: 0;
}
#menu-header-nav ul.sub-menu li a{
    display: block;
	font-size:15px;
	text-align:center;
}
#menu-header-nav ul.sub-menu li a::before {
}
#menu-header-nav ul.sub-menu li a:hover {
	color:#333;
	background:#faf6ed;
}
#menu-header-nav > li:hover ul li {
	float:none;
	border-bottom:1px solid #fff;
	height:auto;
}

/* footer */

#footer .footer-nav {
	float:left;
	width:64%;
}

#footer li.parent {
	float:left;
	width:64%;
}
#footer li.parent:first-child {
	width:28%;
	margin-right:4%;
}
#footer li.parent:last-child .sub-menu {
	float:left;
	width:50%;
}
#footer .footer_access {
	float:right;
	width:34%;
}

#contents {
}

/* list */

.float-list {
	overflow:hidden;
}
.float-list li {
	float:left;
	box-sizing:border-box;
	margin:0 1.2em 0.5em 0;
}
.float-list2 li {
	width:50%;
	margin:0 0 0.5em;
}
.float-list3 li {
	width:33.3%;
	margin:0 0 0.8em;
}

.float-list2 li.no-float {
	float:none;
	margin:0 0 0.5em;
	width:auto;
}


/* 横ならびbox */
.box2 {
	float:left;
	margin:0 1%;
	width:48%;
	box-sizing:border-box;
}
.box3 {
	float:left;
	margin:0 1%;
	width:31.3%;
	box-sizing:border-box;
}
.box4 {
	float:left;
	margin:0 1%;
	width:23%;
	box-sizing:border-box;
}
.box5 {
	float:left;
	margin:0 1%;
	width:18%;
	box-sizing:border-box;
}

/* 固定ページ */

/*下層*/

#tinymce .block .alignright,
#tinymce .block .alignleft,
.page .block .alignright,
.page .block .alignleft {
	width:36%;
}
.page .block .alignright {
	margin:0 0 10px 20px;
}
.page .block .alignleft {
	margin:0 20px 10px 0;
}
.page .block p.alignright {
	margin:0 0 10px 20px !important;
}
.page .block .alignright.w60p {
	width:60%;
}
.page .block .alignright.withauto {
	width:auto;
}

}

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

#header > .inner, #nav > .inner, #contents > .inner, #footer .inner {
	max-width:1000px;
	margin:0 auto;
	width:96%;
}
#contents {
	margin-bottom:2em;
}

#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

.headerinner .tel .telimg {
    margin-bottom: 10px;
}
#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}

#aside .sideinner { overflow:hidden; margin-bottom:20px;}
#aside .bn {
	max-width:49%;
	margin:0 2% 4% 0;
	float:left;
}
#aside .bn:nth-child(2n) {
	margin-right:0;
}
#aside .menu {
	clear:both;
}

#aside .access {
	text-align:center;
}
}
@media screen and (max-width: 1009px) {
br.tab { display:none;}

#footer .googlemap {
	padding-bottom:60%
}
}

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

}

@media screen and (min-width: 768px)  and (max-width: 1009px) {



#aside .no-tab { display:none;}

#footer li.parent,
#footer li.parent:first-child {
	width:100%;
	float:none;
	margin:0 0 1.5em 0
}
}
@media screen and (min-width: 768px)  and (max-width: 999px) {
#nav li {
    box-sizing: border-box;
}
#footer li.menu-item-has-children { height:13em;}
#menu-header-nav > li a { font-size:12px;}
#menu-header-nav ul.sub-menu li a { font-size:13px;}


}
@media screen and (max-width: 767px) {

body { }

.pc { display:none !important;}

#header { padding:20px 0 15px;}
#header h1 {
	padding:0;
	margin-bottom:8px;
	max-width:60%;
}
.headerinner ul {
    float: right;
    max-width: 32%;
    width: 140px;
	padding-top:5px;
}
.headerinner .tel {
    float: left;
    max-width: 48%;
	margin-right:4%
}
.headerinner .mail {
    float: left;
    max-width: 32%;
}
#nav { height:auto;}

#menu-header-nav {
    display: none;
}

#toggle {
	display: block;
	position: absolute;
	top:25px;
	right:2.5%;
	width:60px;
	max-width:13%;
}
#toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
	padding:0;
	border:none;
}
#toggle a:hover {
	background:none !important;
}
#nav { padding:0;}
#nav.fixed{/*.fixedの指定を初期化して無効に。スマホに影響させないため*/
		position:inherit!important;
		top:auto!important;
	}
#nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:99999999;
	border-top:1px solid #ccc;
}

#nav ul li {
	display:block;
	text-align:left;
	background:none;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}
#nav ul li ul li {border-top:1px solid #ccc;border-bottom:none;}
#nav ul li a {
	display:block;
	padding:9px 6px 8px 15px;
	background-position: 5px center;
	background-size:16px auto;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
	font-size:88%; 
	text-decoration:none;
	position:relative;
}
#nav ul li a:before {content:"・"}
#nav ul li a:hover { color:#7c6146;} 

#nav li:first-child a {
    border-left: none;
}
#contents {
	margin-bottom:1.5em;
}

#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}

.img_left img ,
.img_right img {
	float:none;
	max-width:100%;
	margin:0 0 15px ;
}

#aside { margin-bottom:5px;}
#aside .access { margin-bottom:10px;}

.page-title {
	padding:0.5em;
}
.page-title h2 {
	font-size:110%;
	padding:0.7em 0.5em 0.7em 1.2em;
}
.catch_title { font-size:20px;}
#tinymce h3, .entry-block h3, .under h3 { font-size:20px;}
#tinymce h4, .under h4,
.page .block .number_title { font-size:18px;}

#footer li.parent,#footer li.parent2,#footer li.parent3 {
	float:none;
	width:auto;
	display:block;
}

#footer li.menu-item-has-children,
#footer li.menu-item-has-children:last-child {
	float:none;
	height:auto;
	width:100%;
	margin-bottom:1em;
	border-left:none;
	padding-left:1%;
}

.contentbottom li {
	float:none;
	margin:0 auto;
	width:auto;
}

/* top */
.home #main {
	width:420px;
}

.telbtn { text-align:center; margin-bottom:20px;}
.telbtn a {
	background:#7c6146;
	text-align:center;
	width:400px;
	max-width:100%;
	color:#fff;
	display:inline-block;
	padding:15px 10px 13px;
	text-decoration:none;
	font-size:30px;
	box-sizing:border-box;
	letter-spacing:0.08em;
	border-radius:18px;
}
.telbtn a .subtxt { font-size:16px; display:block; margin-bottom:3px;}
.telbtn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#aside .telbtn { margin-bottom:5px;}

/*inquiry*/
.wpcf7 dl dt {
	float:none;
	margin-bottom:0em;
}
.wpcf7 dl dd {
	padding-left:5px;
}

.career-table th,
.career-table td,
.address-table th,
.address-table td,
.border-table th,
.border-table td {
	display:block;
}
.border-table,
.fee-table {
	font-size:88%;
}
.border-table { border-top:1px solid #dad6ce;}
.border-table th,
.border-table td {
	border-top:none;
}
.border-table tbody th {width:auto;}

.ba-block {
	background:none;
}
.ba-block .before {
	background:url(images/arrow_bg_sp.png) no-repeat center bottom;
	padding-bottom:35px;
	margin-bottom:15px;
}
.ba-block .before ,
.ba-block .after{
	float:none;
	width:100%;
}
.ba-block.arrow02 {
	clear:both;
	background:url(images/arrow_bg_sp.png) no-repeat center;
	height:40px;
}

/* 横ならびbox */
.box2,.box3,.box4 {
	margin-bottom:20px;
}
}

@media screen and (max-width: 480px) {
.page .block h3.number_title .number {
}
#header { padding-bottom:10px; padding-top:12px;}
#header h1 { margin-bottom:0;}
#contents { padding-top:0;}
.bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
}

#nav ul.menu { top: 65px;}
#toggle { top:17px;}

.page-title h2 { font-size: 124%;}

.telbtn a {font-size:138%;/*22px */}

.googlemap { padding-bottom:65%}
.time-table th, .time-table td { font-size:75%; padding:5px 2px;}

}
@media screen and (max-width: 360px) {
#nav ul.menu { top: 55px;}

}
@media screen and (max-width: 320px) {
#nav ul.menu { top: 60px;}
#toggle {
}
.telbtn a .subtxt { display:block;}

}

.archive_wrap { padding-top:30px;}


.db_bnr_layout{
    width: 400px;
    margin: 20px auto 0;
}
@media (max-width: 768px) {
    .db_bnr_layout{
        width: 100%;
        /* padding: 0 4%; */
        box-sizing: border-box
    }
    .db_bnr_layout a span{
        font-size: 11px!important;
    }
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



