﻿@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "游ゴシック", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    color: #000;
}

br {
    letter-spacing: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
}

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

.txtc {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.cf:before,
.cf:after {
    content: "";
    display: block;
    overflow: hidden;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

hr {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ccc;
    height: 1px;
    margin: 30px 0;
}

/* ========TEMPLATE LAYOUT======== */
#top {
    padding-top: 200px
}

#header-fixed {
    z-index: 9998;
    position: fixed;
    /* ヘッダーの固定 */
    width: 100%;
    /* 横幅100%　*/
    padding: 20px 0 0;
    top: 0;
    left: 0;
    background: #f2f2f2;
    border-top: solid 2px #e8e8e8;
    ;
}

#pr {
    position: absolute;
    left: 0;
    top: 0;
}

#message {
    z-index: 9998;
    position: absolute;
    top: 10px;
    right: 0;
}

#icatch {
    float: left;
    width: 900px;
    margin-top: 10px;
}

#contents {
    width: 980px;
    margin: 185px auto 50px;
    padding: 0px 0;
}

#main {}

#slider {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 980px;
}


#sub {
    float: right;
    width: 320px;
}

#pageTop {
    clear: both;
}

#footer {
    font-size: 12px;
}


/* ========HEADER CUSTOMIZE======== */
#header {
    position: relative;
}

#header h1 {
    text-align: center;
    height: 75px;
}

#header h1 img {
    width: auto;
    max-height: 75px;
    margin-bottom: 20px;
}

#header #message {
    font-size: 11px;
}

#header #sns-nav {
    position: absolute;
    right: 150px;
    top: 0;
}

#header #sns-nav ul {
    list-style: none;
}

#header #sns-nav li {
    display: inline-block;
    margin-right: 10px;
}


/* ========MENU CUSTOMIZE======== */
/* メインメニュー */
#menu {
    margin-bottom: 10px;
    width: 1050px;
    margin: 0 auto;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #333;
}

#menu li ul {
    border-bottom: none;
}

#menu li li a {
    padding: 10px !important;
    display: block;
    color: #fff;
}

#menu li li a:hover {
    margin-left: 0;
    text-decoration: none;
    background: #f2f2f2;
    color: #333;
}

#menu li a {
    display: block;
    width: 210px;
    padding: 15px 0;
    text-align: center;
    outline: none;
    text-align: center;
}

#menu li a:hover {
    background-color: #E1E1E1
}

#menu li li a {
    display: block;
    width: 210px;
    padding: 0px 0px;
    line-height: 20px;
    text-align: left;
    outline: none;
}

#menu .menu-ag {
    font-size: 60%;
    font-weight: bold;
}

/* サブメニュー1段目 */
#menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

/* サブメニュー2段目以降 */
#menu ul ul ul {
    top: 0;
    left: 100%;
}

/* リスト */
#menu li {
    float: left;
}

#menu li li {
    clear: both;
}

#menu li:hover {
    position: relative;
}

#menu li:hover > ul {
    display: block
}



h2 {
    border-bottom: 1px dotted #ccc;
    font-size: 30px;
    margin: 0 0 30px;
    padding: 16px 10px 12px;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
    padding: px 0;
}


h3.type1 {
    position: relative;
    margin: 20px 0;
    color: #000;
    font-size: 20px;
    font-size: 2.0em;
    font-weight: normal;
    text-align: center;
    font-family: "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h3.type1 span.jp-txt {
    font-size: 14px;
    display: block;
    font-weight: bold;
}

h3.type1::before {
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 50px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    content: "";
}

#main h3 a {
    color: #000;
}

#main h4 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #e54c81;
    border-bottom: 2px solid #ED81A6;
}

#main h5 {
    margin-bottom: 5px;
    padding: 2px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ED81A6;
    background: #FFF3EF;
}

#main h6 {
    margin-bottom: 3px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: normal;
    background: url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main p {
    margin: 0 0 1em 0;
}

#main table {
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    line-height: 1.8;
}

#main table th {
    padding: 5px;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    text-align: center;
}

#main table td {
    padding: 5px;
    border: none;
    border-width: 0 0 1px 1px;
    text-align: center;
}


/* INFORMATION CUSTOMIZE */

.information {
    margin: 20px auto 30px;
    width: 60%;

    padding: 10px 20px;
}

.info-acc {
    margin: 20px auto 30px;
    padding: 10px 20px;
}

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

.info-acc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.information li {
    text-align: center;

    border-bottom: solid 1px #efefef;
}

.information li .date {
    display: inline-block;
    margin-right: 10px;
}

.information li .info-ttl {
    display: inline-block;
}

.information li a {
    color: hotpink;
    text-decoration: underline;
}


/* top ACCESS　*/
.access {

    font-size: 18px;
    font-weight: bold;
    margin: 50px auto;
    width: 90%;
}

.access h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.access .map {
    text-align: center;
    padding-top: 30px;
    width: 100%;
}

.access .add {
    width: 50%;
    margin: auto;
    text-align: center;

}


/* top PRIVACYPOLICY　*/

.privacy {
    background: #efefef;
    padding: 20px 30px;
    font-size: 12px;
}

.privacy h3 {
    font-size: 120%;
    margin-bottom: 10px;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
    margin-bottom: 10px;
}

#sub h2 {
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #999;
}

#sub h3 {
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    background: #EFEBEF;
}

#sub p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

#sub ul {
    margin: 0;
    padding: 0;
    border: 1px solid #EFEBEF;
}

#sub li {
    padding: 5px;
    line-height: 1.8;
    list-style: none;
    border-bottom: 1px solid #E7E7EF;
}

#sub li a {
    display: block;
    padding: 5px 5px 5px 15px;
    background: url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
    display: block;
    color: #333;
    background: #FFF3EF url("../images/bg_arrow.gif") 5px 50% no-repeat;
    text-decoration: none;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
    text-align: right;
    font-size: 14px;
    margin-right: 20px;
}

#pageTop a {
    padding: 0 0 0 12px;
    background: url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footer ul {
    margin: 20px 0;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
}

#footer li {
    display: inline;
    margin: 0 0 0 20px;
    list-style: none;
}

#footer li a:hover {
    color: #666;
    text-decoration: underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style: normal;
    font-size: 11px;
    color: #999;
    line-height: 3.0;
    text-align: center;
}

#formmail {
    width: 100%;
}

#formmail dt {
    font-weight: normal;
    margin: 0 0 5px;
    padding: 5px 0 5px 5px;
    border-left: 10px solid #9999ff;
    background-color: #ccccff;

}

#formmail dt span {
    font-weight: normal;
    /* (必須) */
    color: #ff0000;
    padding: 0 1em;
}

#formmail dd {
    margin: 0 0 1.5em;
    padding: 0;
}


.textBOX {
    padding: 20px 0 40px;
    line-height: 1.8em;
}

.textBOX2 {
    padding: 40px 50px 25px;
    border: solid #efefef 3px;
    border-radius: 10px;
    line-height: 2em;
    margin: 40px auto;
}

.textBox2 ul {
    margin: 0;
    padding: 0;
}

.textBox2 li {
    margin: 0;
    padding: 0;
}

.textBOX2 h3 {
    font-size: 120%;
    margin-bottom: 10px;
}

/*--------------------------------
button
--------------------------------*/
.btn_type1 {
    display: inline-block;
    padding: 10px 30px !important;
    border: 1px solid #333;
    font-size: 14px;
    line-height: 1.6em;
}

.btn_type1:hover,
.btn_type1:hover,
.btn_type1:focus {
    color: #fff;
    background: #333;
}

/*------------------------------------
        faq
--------------------------------------*/
.faq dl {
    margin-bottom: 30px;
    border: solid 3px #ccc;
    padding: 0 40px;
    border-radius: 10px;
}

.faq dt {
    position: relative;
    padding-left: 50px;

    font-weight: bold;
    padding-bottom: 5px;
    margin: 25px 0;
    border-bottom: 1px solid #c4c4c4;
    line-height: 2.5em;
}

.faq dt::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "AlexandriaFLF";
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #139778;
    content: "Q";
}

.faq dd {
    position: relative;

    margin-bottom: 20px;
    line-height: 1.5em;
    padding: 8px 0 25px 10px;
}

.faq dd::before {
    position: absolute;
    left: -37px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: "AlexandriaFLF";
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "A";
    background: #D70E6E;
    font-size: 18px;
    font-size: 1.8rem;
}

/*----------------------------
        刺繍
-----------------------------*/
.order {
    margin: 30px;
}

.order ol li {
    font-size: 20px;
    margin: 10px 10px 20px;
}

.order-txt {
    font-size: 16px;
}

.mainc {
    width: 60%;
    margin: 20px auto;
}

.smp {
    display: none;
}

.saisun {
    border-collapse: collapse;
}

.school-img {
    width: 70%;
}

.img-flex {
    display: flex;
    margin: 0 auto 20px;
}

.flex-img {
    width: 50%;
}



.pc-nav {
    margin-bottom: 10px;
    width: 1050px;
    margin: 0 auto;
}

.top-flex {

    margin: auto;
}

.top-flex .map,
.top-flex .add {}

.acc-information {
    margin: 20px auto 30px;
    border: 1px solid #ccc;
    width: 50%;
    padding: 20px;
}

.acc {
    padding-top: 30px;
}



.info {
    margin: 50px auto;
}

.seihuku {
    margin: 30px auto;
}

.uniform {
    margin: 30px auto;
}

.gallary {
    text-align: center;
    margin: 30px auto;
}

.faq {
    margin: 40px auto;
}
