@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: 'Noto Sans JP', sans-serif;
    background: linear-gradient(to bottom, #D8C6E5 35px, #fff 35px);
}
a { 
    color: #C270AA; 
    text-decoration: none;
}
a:visited { 
    color: #C270AA; 
    text-decoration: none;
}
a:hover { 
    color: #BC8F8F; 
}
a:hover img { 
    opacity: 0.8; 
}
h1, h2, h3, h4 { 
    margin-top; 0;
}
small {
    font-size: 13px;
}
p {
    margin-top: 0;
    line-height: 2.0;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-align: justify;
}
#list {
    border: solid 1px #ccc; 
    border-radius: 6px;
    padding: 10px 20px 8px 20px;
    margin: 10px 10px 10px 10px;
}
#list2 {
    font-size: 13px;
    line-height: 1.8;
    border: solid 1px #FFF8DC;
    background-color: #FFF8DC;
    border-radius: 6px;
    padding: 5px 20px 8px 20px;
    margin: 20px 10px 20px 10px;
}
#list-green {
    color: #fff;
    border: solid 1px #26A69A;
    background-color: #26A69A;
    border-radius: 6px;
    padding: 10px 20px 8px 20px;
    margin: 10px 10px 10px 10px;
}

#yaji {
    text-align: center;
    margin: 0px;
}

img {
    vertical-align: bottom;
}
#main h1 {
    padding: 22px 10px 20px 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    border-bottom: solid 3px #E0DD85;
    border-top: solid 3px #E0DD85;
    text-align: center;
}
#main h4 {
    display: none;
    padding: 22px 10px 20px 10px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 24px;
    letter-spacing: 4px;
    border-bottom: solid 3px #E0DD85;
    border-top: solid 3px #E0DD85;
    text-align: center;
}
#main h2 {
    font-size: 20px;
    font-weight: 600;
    background-repeat: no-repeat;
    letter-spacing: 4px;
    padding: 5px 10px 5px 0px;
}
h2:before {
    content: url(../images/header_bg.gif);
    padding: 0 10px 0px 0;
}
h3 {
    background-color: #ADD8E6;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}
date {
    color: #039BE5;
}
header {
    max-width: 1021px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #D8C6E5 35px, #fff 35px);
}
header h1 {
    float: left;
    margin: 35px 0 10px 0px; 
}
#header_facebook a {
    float: right;
    margin: 7px 10px 0 0;
    font-size: 14px;
    color: #C270AA;
    text-decoration: none;
}
#header_facebook a img {
    margin: 0 0 3px 5px;
}
#header_contact a {
    float: right;
    margin: 7px 15px 0;
    font-size: 14px;
    color: #C270AA;
    text-decoration: none;
}
#header_contact a img {
    margin: 0 0 5px 5px;
    padding-right: 15px;
    border-right:1px solid #C270AA;
}
header h5 {
    float: right;
   margin: 20px 0 10px 0;
}
#main_visual {
    height: 0;
    padding-top: 49.125%;
    background: url(../images/main.jpg) 0 0 no-repeat;
    background-size: contain;
}
#global_navi {
    width: 1021px;
    clear: both;
    overflow: hidden;
    margin: 20 auto;    
}
#global_navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#global_navi ul li {
    width: 205px;
    margin-right: -1px;
    float: left;
    text-align: center;
}
#global_navi ul li a {
    display: block;
    padding: 15px; 
    padding-bottom: 18px;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: none;
    letter-spacing: 1px;
}
#global_navi ul li:first-child a {
    border-top: solid 4px #26A69A;
}
#global_navi ul li:nth-child(2) a {
    border-top: solid 4px #7986CB;
}
#global_navi ul li:nth-child(3) a {
    border-top: solid 4px #78909C;
}
#global_navi ul li:nth-child(4) a {
    border-top: solid 4px #F5A750;
}
#global_navi ul li:nth-child(5) a {
    border-top: solid 4px #A1887F;
}
#global_navi ul li a small {
    letter-spacing: 0.5px;
    color: #C270AA;
}
#global_navi ul li:first-child.current a {
    background-color: #26A69A;
    border-top: solid 4px #26A69A;
    color: #fff;
}
#global_navi ul li:nth-child(2).current a {
    background-color: #7986CB;
    border-top: solid 4px #7986CB;
    color: #fff;
}
#global_navi ul li:nth-child(3).current a {
    background-color: #78909C;
    border-top: solid 4px #78909C;
    color: #fff;
}
#global_navi ul li:nth-child(4).current a {
    background-color: #F5A750;
    border-top: solid 4px #F5A750;
    color: #fff;
}
#global_navi ul li:nth-child(5).current a {
    background-color: #A1887F;
    border-top: solid 4px #A1887F;
    color: #fff;
}
#global_navi ul li.current a small {
    color: #FFF100;
    letter-spacing: 1px;
}
#global_navi ul li:first-child a:hover {
    background-color: #26A69A;
    border-top: solid 4px #26A69A;
    color: #fff;
}
#global_navi ul li:nth-child(2) a:hover {
    background-color: #7986CB;
    border-top: solid 4px #7986CB;
    color: #fff;    
}
#global_navi ul li:nth-child(3) a:hover {
    background-color: #78909C;
    border-top: solid 4px #78909C;
    color: #fff;
}
#global_navi ul li:nth-child(4) a:hover {
    background-color: #F5A750;
    border-top: solid 4px #F5A750;
    color: #fff;
}
#global_navi ul li:nth-child(5) a:hover {
    background-color: #A1887F;
    border-top: solid 4px #A1887F;
    color: #fff;
}
#global_navi ul li:first-child a:hover small {
    color: #FFF100;
    letter-spacing: 1px;
}
#global_navi ul li:nth-child(2) a:hover small {
    color: #FFF100;
    letter-spacing: 1px;
}
#global_navi ul li:nth-child(3) a:hover small {
    color: #FFF100;
    letter-spacing: 1px;
}
#global_navi ul li:nth-child(4) a:hover small {
    color: #FFF100;
    letter-spacing: 1px;
}
#global_navi ul li:nth-child(5) a:hover small {
    color: #FFF100;
    letter-spacing: 1px;
}
#wrapper {
    width: 1021px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff; 
}
#greeting p img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding: 40px;
}
.greeting {
    background-image: url(../images/bg01.gif);
    background-repeat: no-repeat;
    background-position: 90% 5%;  
}
#main {
    width: 900px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.curriculum {
    background-image: url(../images/bg02.gif);
    background-repeat: no-repeat;
    background-position: 60% 0%; 
}
#top_link_box {
    width: 100%;
    background-color: #eee;
}
#top_link {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}
#top_link ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}
#top_link ul li a figure {
    float: left;
    margin: 20px 20px 0 0;
    border: solid 1px #ccc;
    background: #fff;
}
#top_link ul li:nth-child(3) a figure {
    margin-right: 0;
}
#top_link ul li a figure figcaption {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#top {
    text-align:center;
    color: #666;
    background-image: url(../images/bg01.gif);
    background-repeat: no-repeat;
    background-position: 50% -20%;
    margin: 0;
    padding: 0;
}
.top-text {
    text-align: center;
    margin-bottom: 0;
}
.clear {
    clear: both;
}
.logo {
    text-align: center;
}
.greeting_photo {
        margin: 0 0 20px 0;
}
.curriculum_photo {
    margin: 0 0 20px 0;
}
.lecturer_photo {
    margin: 0 0 20px 0;
}
.schedule_photo {
    margin: 0 0 20px 0;
}
.event_photo {
    margin-top: 20px;
    margin-bottom: 20px;
}
.curriculum_icon {
    font-size: 25px;
    color: #D2B48C;
}
.policy {
    text-align: center;
    margin: 0 200px 0 200px;
    border: solid 1px #aaa;
}

.carender {
    width: 100%;
    text-align: center;
}

#lecturer figure {
    float: left;
    margin: 5px 30px 10px 0;
}
#adress figure {
    float: left;
    padding: 5px;
    margin: 0 20px 0 0;
    margin-bottom: 50px;
}
.right {
    float: right;
    padding: 5px;
    margin: 0 20px 0 0;
    margin-bottom: 50px;
}
.map {
    line-height: 1.3;
}
#contact_button a {
    background-color: #C270AA;
    padding: 12px 20px 12px 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
}
table {
    width: auto;
    border: 1px solid #D8D7D2;
    border-collapse: collapse;

    }
th,
td {
    border: 1px solid #D8D7D2;
    padding: 10px;
    letter-spacing: 1px;
}
th {
    background-color: #EBE6F4;
    text-align: left;
    width: auto;
    letter-spacing: 2px;
}
footer {
    background-color: #C270AA;
    text-align: center;
}
footer #footer_nav {
    background-color: #F5DEB3;
    padding: 10px 0;
}
footer #footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
} 
footer #footer_nav ul li {
    display: inline;
    border-left: solid 1px #C270AA;
    margin-left: 6px;
    padding-left: 12px;
    font-size: smaller;
}
footer #footer_nav ul li a {
    color: #C270AA;
    text-decoration: none;
    letter-spacing: 1px;
}
footer #footer_nav li:last-child {
    border-right: solid 1px #C270AA;
    padding: 0 12px;
}
footer small {
    display:block;
    padding: 12px;
    color: #fff;
}
#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 30px 0px 0px 10px;
    font-size: 11px;
}
#breadcrumb ol li {
    display: inline;
}
#breadcrumb ol li::after {
    content: ">";
    padding-left: 8px;
}
#breadcrumb ol li:last-child::after{
    content: none;
}
#breadcrumb ol li a {
    text-decoration: none;
    color: #C270AA;
    letter-spacing: 1px;
}
#adress th,
#adress td{
    border: none;
    padding:8px;
    line-height: 2.0;
    vertical-align: top;
    text-align: left;
    letter-spacing: 1px;
}
#adress td img {
    padding-top: 30px;
}
#entry dl {
    background-color: #EFEBE9;
    padding: 30px 60px 1px 60px;
    margin: 0 100px 20px 100px;
}
#entry dl dt {
    width: 20em;
    padding: 2px 10px 0 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
    border-left: 4px solid #D8D7D2;
}
#entry dl dd {
    margin: 0 0 25px 0;
    font-size: 15px;
}
.must {
    color: #fff;
    background-color: #E91E63;
    font-size: 11px;
    padding: 4px 6px 3px 6px;
    border-radius: 3px;
    margin: 0 0 5px 15px;
}
#entry #name {
    width: 95%;
    padding: 10px;
    font-size: 14px;
}
#entry #furigana {
    width: 95%;
    padding: 10px;
    font-size: 14px;
}
#entry #email {
    width: 95%;
    padding: 10px;
    font-size: 14px;
}
#entry #tel {
    width: 95%;
    padding: 10px;
    font-size: 14px;
}
#entry #content {
    width: 95%;
    height: 12em;
    padding: 10px;
    font-size: 14px;
}
#entry #submit_button_cover {
    text-align: center;
}
#entry #submit_button {
    background-color: #1565C0;
    border: 1px solid #1565C0;
    padding: 8px 14px 8px 14px;
    border-radius: 5px;
    letter-spacing: 1.6px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}





.fadein_top {
    opacity : 0.1;
    transform : translate(0, 10px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein_top.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }






.fadein_scroll {
    opacity : 0.1;
    transform : translate(0, 10px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein_scroll.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }



@media screen and (max-width : 750px){
    body {
    background: linear-gradient(to bottom, #D8C6E5 20px, #fff 20px);
}
    img {
        max-width: 100%;
    }
    header,
    #global_navi,
    #wrapper {
        width: 100%;
    }
    header {
    background: #fff;
}
    header h1 {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }
    header h1 img {
        width: 250px;
    }
    header #header_contact,
    header #header_facebook{
        display: none;
    }
    header h5 {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
        ----overflow: hidden;----
        ----padding-top: 20px;----
        ----background-color: #D8C6E5;----
}
    #global_navi ul li {
        width: 100%;
        padding: 0 40px 0 40px;
        margin: 0;
        box-sizing: border-box;
    }
    #global_navi ul li a {
        
    }
    #global_navi ul li a {
        display: block;
        border-top: solid 1px #C270AA;
        padding: 11px;
        padding-right: 10px;
        border-left: none;
        border-right: none;
        background-color: #fff;
        color: #000;
        line-height: 1.0;
        text-decoration: none;
        letter-spacing: 0.5px;
    }
    #global_navi ul li:first-child a {
        margin-bottom: -1px;
    }
    #global_navi ul li:nth-child(2) a {
        margin-bottom: -1px;
    }
    #global_navi ul li:nth-child(3) a {
        margin-bottom: -1px;
    }
    #global_navi ul li:nth-child(4) a {
        margin-bottom: -1px;
    }
    #global_navi ul li:last-child a {
        border-bottom: solid 4px #C270AA;
    }
    #global_navi ul li:nth-child(5).current a {
        border-bottom: solid 4px #C270AA
    }
    #global_navi ul li a small {
    display: none;
    }
    #global_navi ul li:first-child.current a {
    border-top: solid 4px #26A69A;
    }
    #global_navi ul li:nth-child(2).current a {
    border-top: solid 4px #7986CB;
    }
    #global_navi ul li:nth-child(3).current a {
    border-top: solid 4px #78909C;
    }
    #global_navi ul li:nth-child(4).current a {
    border-top: solid 4px #F5A750;
    }
    #global_navi ul li:nth-child(5).current a {
    border-top: solid 4px #A1887F;
    }
    #global_navi ul li:first-child a:hover {
    border-top: solid 4px #26A69A;
    }
    #global_navi ul li:nth-child(2) a:hover {
    border-top: solid 4px #7986CB; 
    }
    #global_navi ul li:nth-child(3) a:hover {
    border-top: solid 4px #78909C;
    }
    #global_navi ul li:nth-child(4) a:hover {
    border-top: solid 4px #F5A750;
    }
    #global_navi ul li:nth-child(5) a:hover {
    border-top: solid 4px #A1887F;
    }
    #top_link {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 40px;
    }
    #top_link ul {
        list-style: none;
        margin: 0 0 0 30px;
        padding: 0;
    }
    #top_link ul li a figure {
        float: none;
        margin: 30px 30px 0 0;
        border: solid 1px #ccc;
    }
    #top_link ul li:nth-child(3) a figure {
        margin-right: 30px;
    }
    #top {
    text-align:center;
    color: #666;
    background-image: url(../images/bg01.gif);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 200% -10%;
    margin-bottom: 40px;
    padding: 0;
}
    .greeting {
    background-image: url(../images/bg01.gif);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 110% 0%;  
    }
    .schedule {
    background-image: url(../images/bg03.gif);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 250% 10%;  
    }
    .photo {
    display: block;
    margin: 0 0 25px 0;
}
    p {
        font-size: 14px;
        letter-spacing: 0;
        padding: 0 15px 0 10px;
    }
    
    #main h1 {
        font-size: 20px;
        letter-spacing: 1px;
        padding: 15px 15px 15px 15px;
    }
    #main h2 {
        letter-spacing: 1px;
        padding: 0 15px 0 15px;
        line-height: 1.3;
    }
    h3 {
    background-color: #DCEDC8;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 2px;
}
    #main {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    #main_visual {
        height: 0;
        padding-top: 70.45%;
        background: url(../images/main2.jpg) 0 0 no-repeat;
        background-size: contain;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #logo {
        display: none;
    }
    #contact {
        display: none;
    }
    #curriculum figure {
        float: none;
        text-align: center;
        margin: 0 40px 11px 40px;
    }
    #lecturer figure {
        float: none;
        margin: 0 50px 11px 50px;
    }
    #adress figure {
        float: none;
        margin: 0 0 5px 0;
    }
    #contact_button {
        margin-bottom: 40px;
        text-align: center;
    }
    footer #footer_nav ul li {
        display: list-item;
        border-left: none;
        padding: 0 0 10px 0;
        font-size: 11px;
    }
    footer #footer_nav li:last-child {
        border-right: none;
    }
    #entry dl {
        background-color: #fff;
        border: none;
        margin: 0;
        padding: 0px 10px 0px 10px;
    }
    #entry dl dt {
        width: 20em;
        padding: 0 0 0 10px;
        margin: 15px 0 10px 0;
        font-weight: bold;
        border-left: 4px solid #D8D7D2;
        }
    #entry dl dd {
        margin-right: 20px;
    }
    #entry #name {
        width: 100%;
        padding: 10px;
    }
    #entry #furigana {
        width: 100%;
        padding: 10px;
    }
    #entry #email {
        width: 100%;
        padding: 10px;
    }
    #entry #tel {
        width: 100%;
        padding: 10px;
    }
    #entry #content {
        width: 100%;
        padding: 10px;
    }
    #entry label{
        display: block;
    }
    #entry #submit_button_cover {
    text-align: center;
    }
    #entry #submit_button {
    background-color: #1565C0;
    border: 1px solid #1565C0;
    padding: 10px 16px 10px 16px;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    cursor: pointer;
    }
    .fadein {
    opacity : 0.1;
    transform : translate(0, 10px);
    transition : all 500ms;
    }
 

    
}
    @media screen and (min-width:801px) and (max-width:1095){
        header,
        #global_navi,
        #wrapper,{
        width: 100%;
    }
    }