@charset "utf-8";

/* reset css */

/* リセット */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

sup {
vertical-align:text-top;
font-size:small;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ol,ul {
	margin:0 0 20px 20px;
	line-height: 150%;
}

ol li,ul li {
	margin-bottom: 0.6em;
}

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* --- end reset --- */

/* HTML全体 */

* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}


.clear {
    zoom: 1; /* for IE6/7 */
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

/* --- デフォルトテーマ --- */

body {
	font-family: Roboto,"Droid Sans","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Arial,sans-serif;
	font-size:12pt;
	color:#333;
}

#hd01 {
	background-color: #DE7EA8;
	width: 50%;
	height: 30px;
	float: left;
}
#hd02 {
	float: right;
	height: 30px;
	width: 50%;
	background-color: #8E81B0;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#header #header_l {
	float: left;
	width: 50%;
	text-align: center;
}
#header #header_r {
	text-align: center;
	float: right;
	width: 50%;
}

/* --- ナビゲーション --- */

#gnavi {
	background-color: #877B40;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #73672c;
}
#gnavi ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
}
#gnavi ul li a {
	display: block;
	float: left;
	text-align: center;
	height: 60px;
}
#gnavi ul .m01 a {
	width: 150px;
	background-image: url(../images/m01_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#gnavi ul .m00 a {
	width: 200px;
	background-image: url(../images/m00_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#gnavi ul .m02 a {
	width: 320px;
	background-image: url(../images/m02_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#gnavi ul .m03 a {
	width: 145px;
	background-image: url(../images/m03_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#gnavi ul .m04 a {
	width: 165px;
	background-image: url(../images/m04_s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#gnavi ul .m01 a:hover {
}
#gnavi ul .m02 a:hover {
}
#gnavi ul .m03 a:hover {
}
#gnavi ul .m04 a:hover {
}

/* --- セクション01 --- */


#section01 {
	background-image: url(../images/main_top3.jpg);
	background-position: center center;
	height: 575px;
}
#section01 .w980 {
	text-align: right;
	padding-top: 150px;
}


/* --- セクション02 --- */

#section02 {
	background-color: #EEEBD9;
	background-position: 500px -100px;
	background-image: url(../images/section02_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

#section02 h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

#aisatsu01 {
	width: 460px;
	float: left;
	background-image: url(../images/aisatsu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#aisatsu01 h3 {
	border-top-width: 15px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DE7EA8;
	border-bottom-color: #DE7EA8;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#aisatsu02 {
	width: 460px;
	float: right;
	background-image: url(../images/aisatsu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#aisatsu02 h3 {
	border-top-width: 15px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8E81B0;
	border-bottom-color: #8E81B0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#aisatsu01 h4,#aisatsu02 h4 {
	margin-left: 30px;
	font-weight: normal;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 140%;
}
#aisatsu01 p,#aisatsu02 p {
	font-size: 90%;
	margin-left: 30px;
	line-height: 200%;
	margin-bottom: 30px;
}

/* --- セクション00 --- */

#section00 {
	background-image: url(../images/section00_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
}

#section00 h2 {
	margin-top: 50px;
	margin-bottom: 100px;
}

#profile {
	width: 740px;
	margin-top: 100px;
}
#profile h3,.profile02 h3 {
	margin-bottom: 20px;
}
#profile h4,.profile02 h4 {
	color: #8C8149;
	line-height: 200%;
}

#profile p {
	line-height: 170%;
	margin-bottom: 30px;
}
#profile_p {
	float: left;
	padding-top: 10px;
	margin: 0 20px 0 0;
}

.profile_txt {
	width:100%;
	position: relative;
	padding-left:180px;
	/* background-image: url("../images/sec00_p01.png");
	background-repeat: no-repeat;
	background-position: top 350px right 0; */
}

#profile_right {
	float: right;
	width: 316px;
	margin-top: 100px;
	padding-top: 450px;
}

/* --- セクション03 --- */

#section03 {
	background-image: url(../images/section03_bg.jpg);
	padding-top: 30px;
	padding-bottom: 30px;
}

#section03 h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.gyoumu_txtbox {
	padding:15px 60px;
	margin-bottom: 1.5em;
}

.gyoumu_txtbox p {
	line-height: 170%;
}

.table01 {
	font-size: 85%;
	background-color: #FFF;
	line-height: 150%;
}
.table01 th {
	background-color: #99905C;
	color: #FFF;
	padding: 5px;
}
.table01 td {
	padding: 8px;
	text-align: center;
}
.table01 ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

.table01 ul li {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tb_line01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99905C;
	line-height: 200%;
	display: block;
}
.tb_line02 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #99905C;
}

.table02 {
	font-size: 85%;
	background-color: #FFF;
	line-height: 150%;
}

.table02 th {
	background-color: #99905C;
	color: #FFF;
	padding: 5px;
}

.table02 td {
	padding: 10px;
}

.gyoumu_libox {
	padding: 10px;
}

.gyoumu_libox h3 {
	color:#99905C;
	font-weight: bold;
	margin-bottom: 1em;
}

.table02 ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333;
}
.table02 .tb_flower {
	background-image: url(../images/section03_p01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* --- セクション04 --- */

#section04 {
	background-image: url(../images/section04_bg.jpg);
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 30px;
}
.course_left {
	width: 460px;
	float: left;
}
.course_right {
	float: right;
	width: 460px;
}

#section04 h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}
#section04 h3 {
	color: #99905C;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99905C;
	margin-bottom: 15px;
	padding-bottom: 5px;
	line-height: 150%;
}

#section04 dl dt {
	position: relative;
	width:100%;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #716310;
	padding-left:70px;
}

.course_num {
	display:block;
	position: absolute;
	width:60px;
	top:0;
	left:0;
	text-align: center;
	color: #FFF;
	background-color: #968C59;
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

#section04 dl dd {
	font-size: 85%;
	line-height: 180%;
	margin-top: 0px;
	margin-bottom: 5px;
}

#section04 dl dd p {
	margin-bottom: 0.8em;
}

#section04 dl dd ol li {
	line-height: 180%;
}

#section04 ul {
	font-size: 90%;
	color: #716310;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#section04 ul li {
	margin-bottom: 10px;
	line-height: 140%;
}

/* --- セクション05 --- */

#section05 {
	background-image: url(../images/contact_bg.png);
	padding-top: 120px;
	background-repeat: repeat-x;
	background-position: center center;
	padding-bottom: 120px;
	text-align: center;
	color: #716310;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #968C59;
	border-bottom-color: #968C59;
}
#section05 h2 {
	padding-bottom: 40px;
}
#section05 h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	margin-top: 20px;
	font-weight: normal;
}
#section05 p {

}
#section05 a {
	color: #716310;
	text-decoration: underline;
}


/* --- footer --- */

#footer {
	background-color: #968C59;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 90%;
	line-height: 200%;
}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #DE7EA8;
	border: 2px solid #968C59;
	background-image: url(../images/ptop_bg01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#page-top a:hover {
	text-decoration: none;
	border: 2px solid #968C59;
	background-color: #8E81B0;
	background-image: url(../images/ptop_bg02.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* --- 共通クラス --- */

.w980 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.cb {
	clear: both;
}
.float_l {
	float: left;
	margin-right: 15px;
}

.float_r {
	float: right;
	margin-left: 15px;
}
.float_l_box {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}

.float_r_box {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.float_r_box img,.float_l_box img {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #CCC;
}

.box01 {
	padding: 20px;
	border: 1px solid #99C;
	margin-bottom: 20px;
}
.box02 {
	padding: 20px;
	border: 1px solid #99C;
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 150%;
}
.box03 {
	padding: 10px;
	border: 1px solid #069;
	margin-bottom: 20px;
}
.txt_l {
	font-size: 150%;
}

.txt_s {
	font-size: 80%;
}
.txt_ss {
	font-size: 61%;
}
.txt_white {
	color: #FFF;
}

.num_li {
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 95%;
	margin-top: 15px;
}
.num_li li {
	margin-bottom: 10px;
	line-height: 120%;
}

.mb15 {
	margin-bottom: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 30px;
	margin-bottom: 30px;
}

.shadow {
	height: 20px;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
a .pdf {
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	float: right;
	margin-top: 30px;
	padding-right: 8px;
	border: 1px solid #99905C;
	background-color: #FFF;
	color: #660;
	text-decoration: none;
}
a:hover .pdf {
	background-color: #E7E7C3;
}

ul.no_listtype {
	list-style: none;
	margin: 0;
}

.flex_row {
	display: flex;
}

