/* 共通設定 */
body {
    margin: 0;
    background-color: #fddea5;
    line-height: 1.5;
    font-size: 0.9em;
    color: black;
    font-family: 'Hiragino Maru Gothic Pro', sans-serif;
}
/* コンテナ */
div#container {
    margin: 0px;
    padding: 0px;
}
/* ヘッダ */
header {
    background-color: #a8c97f;
    background-image: url(../images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 110px;
    padding: 0% 5%;
    line-height: 1;
    border: 1px solid #a8c97f;
}
header h1{
    font-size: 2.4em;
    margin: 15px 0px 0px 0px;
}
header h1 a {
    display: block;
    margin: 0 auto;
    color: #f08300;
    text-shadow: 1px 1px 1px black;
}
header h1 a:link, header h1 a:visited{
    text-decoration: none;
}
header > p{
    font-size: 0.8em;
    text-shadow: 1px 1px 1px black;
    margin: 25px 0px 0px 0px;
    color: #f08300;
}
/*メニュー*/
nav {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    font-size: 1.6em;
    top: 0;
    background-color: #a8c97f;
    height: 107px;
}
ul.menu {
    margin: 0;
    height: 35px;
    background-color: #a8c97f;
    padding: 0;
}
ul.menu li {
    width: 50%;
    float: left;
    list-style-type: none;
}
ul.menu li a{
    display: block;
    background-color:  #a8c97f;
    border-bottom: 1px solid white;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    color: white;
}
ul.menu li:nth-of-type(odd) a{
    border-right: 1px solid white;
}
ul.menu li:last-child a{
    border-bottom: none;
}
ul.menu a:hover {
    color: white;
    background-color:  #82ae46;
    text-shadow: 0px 0px 1px yellow;
}
ul.menu a:active {
    color: orange;
}
/*お問い合わせ*/
#contact a{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    padding: 2px 10px;
    text-align: center;
    color: white;
    background-color: #a8c97f;
    border-radius: 10px 0px 0px 10px;
    font-size: 16px
}
#contact a:hover {
    color: white;
    background-color:  #82ae46;
    text-shadow: 0px 0px 1px yellow;
}
#contact a:link, #contact a:visited{
    text-decoration: none;
}
/* メインコンテンツ */
/** 全ページ共通 **/
main h1#title{
    font-size: 2em;
    border-left: 6px solid #007bbb;
    border-bottom: 1px dotted #007bbb;
    padding-left: 0.4em
}
main section h2{
    font-size: 1.5em;
}
main section p{
    padding-left: 0.5em;
    font-size: 1.5em;
}
/** トップページ **/
.slideshow {
    /* overflow: hidden; */
    width: 100%;
    height: auto;
    background-color: #fddea5;
    float: left;
    margin: 0 0 20px 0;
}
.slideshow img {
    max-width: 100%;
    max-height: 100%;
}
iframe#blog{
    width : 100%;
    height: 23.5em;
}
#children{
    width: 100%;
    margin: 0 auto;
}
#children img{
    max-width: 100%;
    max-height: 100%;
}
img.shortschool {
    width: 100%;
}
/* こども教室 */
.slideshow_school {
    width: 90%;
    margin: 0 auto;
}
.slideshow_school img {
    max-width: 100%;
    max-height: 100%;
}
/** 講師紹介 **/
.profile h2{
    clear: left;
}
main section.profile img.short{
    float: left;
    margin: 0em 1em 2em 0em;
    width: 8em;
}
main section.profile img#hidetoshi{
    float: left;
    margin: 0em 1em 0em 0em;
    width: 8em;
}
main section.profile img#kaori{
    float: left;
    margin: 0em 1em 0em 0em;
    width: 8em;
}
/* アクセス */
img#entrance{
    max-width: 100%;
}
#accessmap {
    width: 92.6vw;
    height: 92.6vw;
    margin: 0 auto;
}
/* メイン */
main > section{
    padding: 0px;
    width: 92.6%;
    margin: 0% auto 1em;
}
/* フッタ */
footer p{
    border-top: solid 1px #666666;
    background-color: #333333;
    font-size: 0.9em;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: white;
}
footer p a{
    color: white;
}
footer p a:visited{
    text-decoration: none;
}
