<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    min-width: 1100px;
    height: 253px;
    background: url(https://www.kurinomi.ac.jp/wp-content/uploads/header_bg.png)repeat-x left;
    z-index: 10;
}

#header-box {
    background: url(https://www.kurinomi.ac.jp/wp-content/uploads/header_menu_bg.png)no-repeat top center;
    background-size: 1800px;
    height: 253px;
}

header:after {
    content: " ";
    display: block;
    width: 100%;
    height: 30px;
    clear: both;
    background: url(https://www.kurinomi.ac.jp/wp-content/uploads/header_line.png) repeat-x;
    background-size: 440px;
    position: relative;
    top: -15px;
    z-index: 500;
}

header h1 {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 9px 0;
    letter-spacing: 0;
    line-height: 100%;
}


/* ヘッダーナビ(PC) */

nav.pc {
    position: relative;
    bottom: 0;
    width: 905px;
    height: 253px;
    margin: 0 auto;
}

nav .menu-header-navi-container {
    text-align: center;
    position: absolute;
    bottom: 15px;
}

ul#navi, ul#navi li, ul#navi li a {
    display: block;
    zoom: 1;
    z-index: 10;
}

ul#navi li {
    float: left;
    padding: 0 5px;
}

ul#navi li#menu1 a {
    position: relative;
    top: 5px;
}

ul#navi li#menu3 a {
    position: relative;
    top: -8px;
}

ul#navi li#menu6 a {
    position: relative;
    top: -12px;
}

ul#navi li#menu8 a {
    position: relative;
    top: -9px;
}

ul#navi li#menu5 a,
ul#navi li#menu10 a {
    position: relative;
    top: -5px;
}

.overlay {
    display: none;
}

nav.side-menu {
    display: none;
}

.nav-box {
    display: none;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: 40px;
    margin-bottom: 0;
}

#header-box {
    display: none;
}

/* メニューボタン */
nav.pc {
    display: none;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}


/* サイドメニュー ※リストのスタイルは省略 */
nav.side-menu ul {
    width: 100%;
    height: 200%;
    padding: 0 0 50px;
}

.side-menu li {
    border-bottom: 1px solid #fff;
    font-size: 14px;
}

.side-menu li a:before {
    content: "\f138";
    font-family: FontAwesome;
    padding-right: 6px;
    color: #c2e7a1;
    vertical-align: middle;
    height: 30px;
    position: relative;
    top: 1px;
    float: left;
}

.side-menu li a {
    color: #fff;
    padding: 10px 15px;
    line-height: 140%;
    display: block;
}

.side-open nav.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    font-size: 14px;
    z-index: 5;
    background: url(https://www.kurinomi.ac.jp/wp-content/uploads/footer-bg.png);
    display: block;
    overflow: auto;
}

.side-menu ul.sub {
    padding: 0 5px 5px 25px;
    overflow: auto;
    box-sizing: border-box;
}

.side-menu ul.sub li {
    font-size: 12px !important;
    padding: 0 !important;
    border-bottom: none;
}

.side-menu ul.sub li a {
    padding: 0;
    display: inline-block;
}

.side-menu ul.sub li a:before {
    content: "\f105" !important;
    font-family: FontAwesome;
    color: #c2e7a1;
    padding-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    text-decoration: none;
}

.side-menu__ul &gt; li &gt; h2:hover,
.side-menu__ul &gt; li a:hover {
    text-decoration: none;
    color: #c2e7a1;
}


/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    background: url(https://www.kurinomi.ac.jp/wp-content/uploads/header_bg.png);
    position: fixed;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 9999;
}

.side-open .nav-box {
    display: none;
}


/* メインコンテンツ */
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-menu-btn {
    position: fixed;
    font-size: 12px;
    letter-spacing: -1px;
    top: 11px;
    right: 10px;
    width: auto;
    height: 19px;
    cursor: pointer;
    z-index: 4;
    color: #af944d;
    display: block;
}

.side-menu-btn:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 17px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 212px;
    height: 34px;
    z-index: 1;
}

.wrapper .logo_sp a:hover {
    text-decoration: none;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

}</pre></body></html>