﻿/* メインマスター（main.master）css */
/* マスター 共通 */
article {
    overflow: hidden;
    padding: 12px 12px 12px 12px;
}

ul, menu, dir, p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


p {
    /*-webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

ul, menu, dir {
    list-style-type: none;
    /*-webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-padding-start: 0 !important;*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

section {
    margin-bottom: 60px;
}


/* micro clearfx */
.cf:before, .cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}
/* For IE 6/7 */
course-price

/*メインマスター（ヘッダー）*/
#header {
    max-width: 710px;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    transition: .3s;
}


@media only screen and (min-width: 711px) {
    #header {
        margin-left: -355px;
        left: 50%;
    }
}

#header .h_logo {
    height: 40px;
    padding-left: 10px;
    background: #fff;
    line-height: 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

#header .h_logo p {
    float: left;
    max-width: 50%;
    text-align: left;
    padding-top: 7px;
}

#header .h_logo p img {
    height: 40px;
    margin-top: -7px;
}

#header .h_logo ul {
    float: right;
    list-style: none;
}

#header .h_navi {
    float: right;
    width: 40px;
    height: 40px;
    background: #271d16 url(/s_library/c_image/h_navi.png) no-repeat top;
    background-size: 32px auto;
    text-indent: -9999px;
}

#header .h_navi.active {
    background-position: bottom;
}

#header .h_search {
    float: right;
    width: 50px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

#header .h_search.active:before {
    content: "";
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-bottom: solid 7px #dacebf;
    position: absolute;
    bottom: 0;
    right: 19px;
    z-index: 110;
}

#header .h_search img {
    width: 25px;
    vertical-align: middle;
}

#header .h_favorite {
    float: right;
    width: 25px;
    height: 40px;
    line-height: 36px;
    position: relative;
}

#header .h_favorite img {
    width: 25px;
    vertical-align: middle;
}

/* ---------------------------------------------------------
	CSS Document header > h_navi
--------------------------------------------------------- */

#h_navi {
    display: none;
    background: #271d16;
    text-align: left;
    font-size: 15px;
    line-height: 40px;
}

#h_navi li {
    border-bottom: solid 1px #fff;
}

#h_navi li:last-child {
    border-bottom: 0;
}

#h_navi li a {
    display: block;
    padding-left: 25px;
    text-decoration: none;
    color: #fff;
    position: relative;
}

#h_navi li a:after {
    content: '';
    width: 5px;
    height: 30px;
    margin-top: -15px;
    background: #998675;
    background: -moz-linear-gradient(top, #998675 50%, #736357 50%);
    background: -webkit-linear-gradient(top, #998675 50%,#736357 50%);
    background: linear-gradient(to bottom, #998675 50%,#736357 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#998675', endColorstr='#736357',GradientType=0 );
    position: absolute;
    top: 50%;
    left: 10px;
}

/* ---------------------------------------------------------
	CSS Document header > h_search
--------------------------------------------------------- */

#h_search {
    display: none;
    width: 100%;
    /*max-height: 100vh;*/
    overflow: auto;
    padding: 55px 15px 1px;
    background: #dacebf;
    text-align: left;
    position: relative;
    top: -40px;
    z-index: 8;
}

#h_search input[type='text'] {
    float: left;
    width: 100%;
    height: 35px;
    margin-right: -35px;
    padding-right: 35px;
    padding-left: 5px;
    border: 0;
    font-size: 16px;
}

#h_search input[type='image'] {
    float: left;
    width: 35px;
}

#h_search img {
    float: left;
    width: 35px;
}


#h_search ul {
    margin-top: 5px;
    padding-bottom: 15px;
}

#h_search li {
    display: inline-block;
    vertical-align: top;
    margin: 8px 5px 0 0;
}

#h_search li a {
    display: block;
    height: 20px;
    padding: 0 8px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #e6e6e6;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    color: #000;
}

#h_search li a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

#h_search {
    top: 0px;
    padding: 10px 15px 1px;
    box-sizing: border-box;
}

#h_search input[type='text'] {
    box-sizing: border-box;
    display: block;
}

#pagetop {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    background: rgba(179, 179, 179, 0.8);
    position: fixed;
    bottom: 93px;
    right: 14px;
    z-index: 2;
}

#pagetop:before {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
}

#pagetop span {
    display: none;
}

#pagetop:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document sp_footer > f_navi
--------------------------------------------------------- */

#sp_footer .f_navi {
    padding: 10px 15px 15px;
    background: #dacebf;
}

#sp_footer .f_navi li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
}

#sp_footer .f_navi li:nth-child(odd) {
    margin-right: 2.5%;
}

#sp_footer .f_navi a {
    display: block;
    height: 40px;
    overflow: hidden;
    padding-left: 17px;
    border-bottom: dotted 1px #898178;
    text-decoration: none;
    text-align: left;
    line-height: 40px;
    color: #271d16;
    position: relative;
}

#sp_footer .f_navi a:before {
    content: '';
    width: 13px;
    height: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #271d16;
    position: absolute;
    top: 13px;
    left: 0;
}

#sp_footer .f_navi a:after {
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1.5px #fff;
    border-right: solid 1.5px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    left: 3px;
}

/* ---------------------------------------------------------
	CSS Document sp_footer > f_sns
--------------------------------------------------------- */

#sp_footer .f_sns {
    padding: 10px 15px;
    background: #453b34;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
}

#sp_footer .f_sns p {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    margin-right: 3%;
    border-right: solid 1px #fff;
    text-align: left;
}

#sp_footer .f_sns p span {
    display: block;
}

#sp_footer .f_sns ul {
    display: inline-block;
    vertical-align: middle;
    width: 66%;
}

#sp_footer .f_sns li {
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    margin: 0 3%;
}

#sp_footer .f_sns img {
    max-height: 28px;
}

#sp_footer p.contact a:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document sp_footer > address
--------------------------------------------------------- */

#sp_footer address {
    background: #000;
    text-align: center;
    font-size: 11px;
    line-height: 30px;
    color: #fff;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#footer,
#pc_footer,
#pc_sidebar,
#pc_name,
#pc_tel,
.pc_header_01,
.pc_header_02,
.pc_header_03,
#pc_slider {
    display: none;
}

