@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: 14px;
    color: #000;
	position: relative;
}

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: 90px;
}



#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: 100%;
    margin: 65px auto 30px;
    padding: 0px 0;
}

#main {}

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


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

#pageTop {
    clear: both;
}

#footer {
    font-size: 12px;
}


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

#header {
    position: relative;
}

#header h1 {
    text-align: center;
}

#header h1 img {
    width: auto;
    max-height: 55px;

}

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

#header #sns-nav {
    z-index: 100;
}

#header #sns-nav ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

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

.flex {
    display: flex;

}

.top-ttl {
    width: 50%;
    margin-left: 10px
}

h2 {
    border-bottom: 1px dotted #ccc;
    font-size: 20px;
    margin: 0;
    padding: 15px;
}


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


h3.type1 {
    position: relative;
    margin: 10px 0 20px;
    color: #000;
    font-size: 22px;
    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: 10px auto 30px;

}

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

}

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

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

.information li {
    text-align: left;
    padding: 10px 0;
    border-bottom: solid 1px #efefef;
}

.information li .date {
    display: iblock;
    margin-bottom: 10px;
}

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

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


/* top ACCESS　*/
.access {
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto;
}

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

.access .map {
    text-align: center;

}

.access .add {
    text-align: center;
    margin: 0;
    padding: 0;
}


/* top PRIVACYPOLICY　*/

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

.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: 10px auto 0;
    padding: 10px 10px 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

#footer li {
    display: inline-block;
    margin: 0 auto 5px;
    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 0px;
    line-height: 1.8em;
    width: 90%;
    margin: auto
}

.textBOX2 {

    border: solid #efefef 3px;
    border-radius: 10px;
    margin: 40px auto 20px;
    padding: 20px;
    width: 80%;
}

.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 {
    width: 90%;
    margin: 40px auto 20px;
}

.faq dl {
    margin-bottom: 30px;
    border: solid 3px #ccc;
    padding: 0 10px;
    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: 1.5em;
}

.faq dt::before {
    position: absolute;
    left: 0;
    top: -15px;
    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: 10px;
    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: 1.2em;
}

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

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

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

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

.pc {
    display: none;
}

#main .saisun th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}

#main .saisun td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}

#main .saisun {
    text-align: left;
    border-collapse: collapse;
    margin: 10px auto;
}

.school-img {
    width: 90%;
    margin: auto;
}

.school-txt {
    width: 90%;
    margin: auto;
}

.img-acce {
    width: 90%;
    margin: auto;
    margin: 20px;

}

.img-flex {
    margin: 0;
}

.pc-nav {
    display: none;
}





.uniform {
    width: 90%;
    margin: auto;
}

.acc {
    padding-top: 20px;
}

.info {
    margin: 30px auto;
}

.seihuku {
    margin: 30px auto;
    width: 90%;
}

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

.apple {
    height: 44px;
    width: auto;
}
