@charset "utf-8";
/* CSS Document */
/* =======================================

    kougakukan_style.css

    1.全体共通部分css
    2.headerとfooter部分css
    3.contens部分css（関係部分のみ抜粋）

========================================== */
/*1.全体共通部分css*/
html {
    font-size: 15px;
}
body {
    padding-top: 50px;
    font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #4A4A4A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FFFFFF;
    background-image:url(../img/diag_stripes.svg);
}
@media screen and (max-width: 801px) {
    body {
    padding-top: 15px;
    }
}
a {
    color: #4A4A4A;
}
a:hover {
    color: #ACACAC;
}
a img:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
/*リストデフォルトのスタイルをリセット*/
ol, ul {
    list-style: none;
}

/*2.headerとfooter部分css*/

/*Gナビ部分カスタマイズ用*/
.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 thin;
    border-bottom-color: #F5F7F6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #E6E6E6;
}
header a {
    color: #FFFFFF;
}
.header_samary {
    padding-top: 15px;
    font-size: 0.46em;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #636363;
    text-align: center;
}
.headerlogo {
    width: 100%;
    max-width: 1140px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    display: block;
}
.headerlogo p a {
    background:url(../img/headerlogo.svg) !important;
    background-position:center top !important;
    background-repeat:no-repeat !important;
    display: block;
    text-indent:-9999px;
    height: 80px;
}
.headerlogo p a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.headerNavi ul .lastLi {
    margin-right: 0px;
}
.headerNavi {
    width: 100%;
}
.headerNavi ul {
    width: 20em;
    line-height: 1em;
    margin-right: auto;
    margin-left: auto;
}
.headerNavi ul li {
    font-size: 0.93em;
    float: left;
    margin-right:1.86em;
    margin-left:-0.93em;
}
.headerNavi ul li a:hover {
    color: #ACACAC;
}
.headerNavi ul .lastLi {
    margin-right: 0px;
}
.footer {
    width: 100%;
    height: 120px;
    padding-top: 0px;
    margin-top: 0px;
    background: #dabf8c;
    color: #151515;
}
@media screen and (max-width: 414px) {
    .footer {
    height: 123px;
    }
}
.footer a {
    color: #151515;
}
.footer a:hover {
    color: #FFFFFF;
}
footer #footerInner1 {
    width: 100%;
    max-width: 992px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}
footer #footerInner1 P {
    margin-bottom: 0px;
}
footer #footerInner1 p a {
    background: url(../img/footerlogo.svg) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    display: block;
    text-indent: -9999px;
    height: 35px;
}

footer #footerInner1 p a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
footer #footerInner1 #footerNavi {
    width: 100%;
}
footer #footerInner1 #footerNavi ul {
    width: 15em;
    line-height: 1.5em;
    margin-right: auto;
    margin-left: auto;
}
footer #footerInner1 #footerNavi ul li {
    font-size: 0.93em;
    float: left;
    margin-right:1.86em;
    margin-left:-0.93em;
}
footer #footerInner1 #footerNavi ul .lastLi {
    margin-right: 0px;
}
footer #footerInner2 {
    clear: both;
    width: 100%;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}
footer #footerInner2 p {
    text-align: center;
    font-size: 0.75em;
    margin-bottom: 0px;
}
#footerInner2 .footer_samary {
    font-size: 0.4375em;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 0px;
    padding-top: 0px;
}

/*3.contens部分css*/
.w100 {
    width: 100%;
}
.white {
    color: #FFFFFF;
}
.red {
    color: #e95718;
}
.orange {
    color: #f19675;
}
.navyblue {
    color: #2D5E92;
}
.brown {
    color: #6f5243;
}
.y1 {
    color: #F2C508;
}
.y2 {
    color: #00AECB;
}
.sm {
    color: #F09CB1;
}
.cm {
    color: #E89A1C;
}
.ym {
    color: #7B9E1B;
}
.as {
    color: #006AB8;
}
.mz {
    color: #0CA95F;
}
.re {
    color: #8C90C0;
}
.font-weight-bold {
    font-weight: bold;
}
.shadow {
    text-shadow: 1px 1px 1px #1F4266;
}
.boxshadow {
    box-shadow : 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.small60{
    font-size:60%;
}
.small70{
    font-size:70%;
}
.small75{
    font-size:75%;
}
.small80{
    font-size:80%;
}
.small85{
    font-size:85%;
}
.small90{
    font-size:90%;
}
.small95{
    font-size:95%;
}
.large120 {
    font-size:120%;
}
.large150 {
    font-size:150%;
}
.bottom10 {
    margin-bottom: 10px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom30 {
    margin-bottom: 30px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom90 {
    margin-bottom: 90px;
}
.bottom120 {
    margin-bottom: 120px;
}
.top3_6em {
    margin-top: 3.6em;
}
.top0 {
    margin-top: 0px;
}
.top10 {
    margin-top: 10px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.top30 {
    margin-top: 30px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.top70 {
    margin-top: 70px;
}
.top100 {
    margin-top: 100px;
}
.aut-rl {
    margin-left: auto;
    margin-right: auto;
}
.padding-rl_0 {
    padding-left: 0px;
    padding-right: 0px;
}
.padding-r_0 {
    padding-right: 0px;
}
.padding-l_0 {
    padding-left: 0px;
}
.z-index_100 {
    z-index:100;
    }
.z-index_1 {
    z-index:1;
    }
.dashed {
    border-top: 1px dashed #985a30;
}
.img-rounded50 {
    border-radius: 50px;
}
@media screen and (max-width: 801px) {
    .padding-r_0 {
    padding-left: 0px;
    }
    .padding-l_0 {
    padding-right: 0px;
    }
}
.margin-l_15 {
    margin-left:15px;
}
.margin-r_15 {
    margin-right:15px;
}
.bg-EBEBEB {
    background-color: #EBEBEB;
}
.m_heading {
    position: relative;
    background-color: #985a30;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
    padding: .4em; /*上下左右の余白*/;
    width : 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.m_heading::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0px 10px 10px 0px;
    border-style: solid;
    border-color: #FAFBFA #FAFBFA #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.m_heading2 {
    position: relative;
    background-color: #F2A483;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.2em;
    text-indent: 0.5em;
    width : 100%;
    height : 2em;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.m_heading2::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0px 10px 10px 0px;
    border-style: solid;
    border-color: #FAFBFA #FAFBFA #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.m_heading3 {
    position: relative;
    background-color: #F2A483;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.2em;
    text-indent: 0.5em;
    width : 13em;
    height : 2em;
    margin-top: 0px;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}
.m_heading3::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0px 10px 10px 0px;
    border-style: solid;
    border-color: #FAFBFA #FAFBFA #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
.m_heading a {
    color: #FFFFFF;
}
.m_heading2 a {
    color: #FFFFFF;
}
.m_heading3 a {
    color: #FFFFFF;
}

@media screen and (max-width: 321px) {
    .m_heading2 {
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
	background : #F2A483;
    width : 100%;
    height : 3em;
    margin-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    }
}
@media screen and (max-width: 801px) {
    .m_heading3 {
    width : 100%;
    text-align: center;
    margin-top: 15px;
    }
}
.s_heading {
    font-size: 1.5em;
    color: #595D75;
    line-height: 2em;
    margin-top: 0px;
    width : 100%;
    border-bottom: 1px dashed #858787;
}
.s_heading2 {
    font-size: 1.5em;
    color: #6F5243;
    line-height: 1.2em;
    width : 100%;
    margin-top: 0px;
    border-bottom: 1px dashed #7c6a5d;
}
@media screen and (max-width: 601px) {
    .s_heading {
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
    }
    .s_heading2 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    }
}

/* ローディングアニメーション */
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 998;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #898989;
    z-index: 2;
}
.lazy {
  display: block;
  max-width: 100%;
  height: auto;
}
/* スクロールでページトップボタン表示用 */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.pagetop a {
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/page_top_s.png);
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    opacity: 0.8;
}
.pagetop a:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    .pagetop a {
    background-image: url(../img/page_top_s.svg);
    }
}

/* スライダー部分 */
    .owl-demo .item{
      margin: 3px;
}
    .owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.groupLink {
	line-height: 2em;
}
.telno {
    color: #4A4A4A;
    font-family: 'Noto Sans', sans-serif, Verdana, Geneva;
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 0em;
}
.telno a:hover {
    color: #B6B6B6;
}
.telno span {
    font-size: 0.5em;
}

/* 3_1.第二階層共通用CSS */
.breadcrumb_yamayuri {
    padding-left: 3px;
    font-size: 0.9em;
    margin-bottom: 10px;
}
@media screen and (max-width: 801px) {
    .breadcrumb_yamayuri {
    display: none;
    margin-bottom: 0px;
    }
}
.breadcrumb_yamayuri > .active {
    color: #4A4A4A;
}
.breadcrumb_yamayuri > li {
    display: inline-block;
}
.breadcrumb_yamayuri > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #4A4A4A;
}
.breadcrumb_yamayuri a {
    color: #4A4A4A;
}
.breadcrumb_yamayuri a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.mainV {
    width: 100%;
    margin-bottom:30px;
}
@media screen and (max-width: 801px) {
    .mainV {
    margin-bottom:20px;
    }
}
.linkButtons {
    max-width: 500px;
    width: 100%;
    border-radius: 4px;
    background-color: #f0ad4e;
    background-color: rgba(236,168,91,1.00);
    line-height: 2em;
    text-align: center;
    border: 1px solid #ED9D2D;
}
.linkButtons a {
    color: #FFFFFF;
    font-weight: bold;
}
.linkButtons_w100 {
    width: 100%;
    border-radius: 4px;
    background-color: #f0ad4e;
    background-color: rgba(236,168,91,1.00);
    line-height: 2em;
    text-align: center;
    border: 1px solid #ED9D2D;
}
.linkButtons_w100 a {
    color: #FFFFFF;
    font-weight: bold;
}
.ul_kougakukan li {
    list-style-image: url(../img/deco2.svg);
    line-height: 2em;
}

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}