@charset "UTF-8";
@import "reset.css";
@import "fonts.css";
@import "bootstrap-responsive.css";
@import "bootstrap.css";
/*
Flex */
.fx {
    display: flex;
}


/*
Grid */
.grid {
    display: grid;
}

/*
カラム*/

.col-full {
    width: 100%;
}

.col-half {
    width: 48%;
}

.col-wrap {
    display: flex;
}

.col-lg-column {
    flex-direction: column;
}

.col-1 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
}

.col-2 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.col-3 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.col-4 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.col-5 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.col-6 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.col-7 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.col-8 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.col-9 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.col-10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10 {
        width: 100%;
box-sizing: border-box;
    }


}

.col-lg-auto {
    width: auto;
}

.col-lg-1 {
    width: 8.33333333%;
}

.col-lg-2 {
    width: 16.66666667%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-12 {
    width: 100%;
}

@media screen and (max-width:768px) {
    .col-md-column {
        flex-direction: column;
    }

    .col-md-auto {
        width: auto;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .col-sm-column {
        flex-direction: column;
    }

    .col-sm-auto {
        width: auto;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

/*
margin-bottom */

.mb-xl {
    margin-bottom: 125px;
}

.mb-lg {
    margin-bottom: 80px;
}

.mb-md {
    margin-bottom: 40px;
}

.mb-sm {
    margin-bottom: 30px;
}

.mb-xs {
    margin-bottom: 20px;
}

.mb-xxs {
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
    .mb-xl {
        margin-bottom: 70px;
    }

    .mb-lg {
        margin-bottom: 50px;
    }

    .mb-md {
        margin-bottom: 30px;
    }

    .mb-sm {
        margin-bottom: 30px;
    }

    .mb-xs {
        margin-bottom: 10px;
    }

}


.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 65px;
}

.mb-80 {
    margin-bottom: 70px;
}

.mb-85 {
    margin-bottom: 65px;
}

.mb-90 {
    margin-bottom: 70px;
}

.mb-95 {
    margin-bottom: 65px;
}

.mb-100 {
    margin-bottom: 70px;
}

.mb-105 {
    margin-bottom: 65px;
}

.mb-110 {
    margin-bottom: 70px;
}

.mb-115 {
    margin-bottom: 65px;
}

.mb-120 {
    margin-bottom: 70px;
}


/*
フォント*/

.f-cen {
    text-align: center;
}

.f-rt {
    text-align: right;
}

.f-lf {
    text-align: left;
}

.fz-xl {
    font-size: 4rem; font-weight: bold;
    color: var(--main-color);
}

.fz-lg {
    font-size: 3rem; font-weight: bold;
    color:var(--main-color)
}

.fz-md {
    font-size: 2.6rem; font-weight: bold;color:var(--main-color)
}

.fz-sm {
    font-size: 1.8rem;
}

.fz-xs {
    font-size: 1.6rem;
}

.fz-xxs {
    font-size: 1.2rem;
}


@media screen and (max-width:768px) {
    .fz-xl {
        font-size: 3rem
    }

    .fz-lg {
        font-size: 2.4rem;
    }

    .fz-md {
        font-size: 2.2rem;
    }

    .fz-sm {
        font-size: 1.5rem;
    }

    .fz-xs {
        font-size: 1.4rem;
    }
}



/* =======================================

    Example CSS

 -----------------------------------------
    INDEX
 -----------------------------------------
    1.Base Structure

    2.Header
        2-1.Site Title
        2-2.Header Navi

    3.Globalnavi

    4.MainImage

    5.Topicpath

    6.Contents
  6-2.KASOUPAGE

    7.Footer


========================================== */


/* 1.Base Structure
========================================== */
/* 1-1.Body
    ---------------------------------------- */
body,
html {
    background: #fff;
}

body {
    width: 100%;
    color: #333;
    line-height: 1.5;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* 1-2.clearfix
    ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* 1-3.commons
    ---------------------------------------- */
a:link,
a:visited {
    color: #2C6FA5;
    text-decoration: none;
}

a:hover {
    color: #3585C6;
    text-decoration: underline;
}

a.opacity:hover img,
a.opacity:active img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

img a {
    border: none;
}

img.img-right {
    float: right;
    margin: 0 0 0 10px;
}

img.img-left {
    float: left;
    margin: 0 0 0 0;
}


.clear {
    clear: both;
}

.over_hidden {
    overflow: hidden;
}

.topmargin10 {
    margin-top: 10px !important;
}

.topmargin20 {
    margin-top: 20px !important;
}

.topmargin30 {
    margin-top: 30px !important;
}

.topmargin40 {
    margin-top: 40px !important;
}

.bottommargin10 {
    margin-bottom: 10px;
}

.bottommargin20 {
    margin-bottom: 20px;
}

.bottommargin30 {
    margin-bottom: 30px;
}

.bottommargin40 {
    margin-bottom: 40px;
}

.price {
    color: #C09F47;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    font-family: Verdana, Helvetica, sans-serif;
}

.gotop {
    text-align: right;
    margin: 20px 0 0 0;
}

.border-top {
    border-top: 1px dotted #ccc;
    margin: 10px 0;
    padding: 10px 0;
}

.border-bottom {
    border-bottom: 1px dotted #ccc;
    margin: 10px 0;
    padding: 10px 0;
}

.unit {
    padding: 10px;
}

.borderunit {
    padding: 10px;
    border-radius: 3px;
    border: 3px solid #ccc;
}

.borderunit-green {
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #51AF18;
    text-align: center;
    color: #51AF18;
    margin-top: 20px;
    border-radius: 10px;
}

.aside {
    margin: 5px;
    padding: 10px;
    background: #eee;
    font-size: 12px;
    border-radius: 3px;
}

.borderunit-gold {
    border: 1px solid #B3A439;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}

.borderunit-white {
    border: 0px solid #fff;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}

#wrapper .container {
    width: 1020px;
    margin: 0 auto;
}

/* 1-4.h
    ---------------------------------------- */
h1 {
    font-size: 12px;
}



/* 1-5.ol
    ---------------------------------------- */
/*ol*/
ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

/*===================================*/
/*dl*/
dl {
    overflow: hidden;
}

dl dt {
    color: #AB9536;
    font-weight: bold;
}

dl dd {}

/*===================================*/
/*ul*/
ul.list {}

ul.list li {
    list-style-position: inside;
    list-style: disc;
    margin: 0 0 0 20px;
}

/* 1-8.fonts
    ---------------------------------------- */
.c_white {
    color: #fff;
}

.c_red {
    color: #FC3A30;
}

.c_pink {
    color: #FD837E;
}

.c_yellow {
    color: #CCA001;
}

.c_brown {
    color: #AB8501;
}

.c_blue {
    color: #2C6FA5;
}

.c_bluelight {
    color: #68BAC4;
}

.c_gray666 {
    color: ##474743;
}

.c_gray999 {
    color: #999;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
    line-height: 1.5;
}

.f24 {
    font-size: 24px;
    line-height: 1.5;
}

.f32 {
    font-size: 32px;
    line-height: 1.5;
}

.f42 {
    font-size: 42px;
    line-height: 1.5;
}

.fontbold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: right;
}

.bgblue {
    background-color: #DDEEFF;
}

.bgofwhite {
    background-color: #E8E3C4;
}

.bggray {
    background-color: #eee;
}

.mincho {
    font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}

.reed {
    font-size: 1.7em;
    color: #666;
    font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}

/* 2.Header
========================================== */
/* header */
#headerRap {
    width: 100%;
    height: 129px;
    background: url(../images/header_bg.jpg) repeat-x top left;
}

#header {
    width: 980px;
    height: 129px;
    margin: auto;
    position: relative;
}

h1 {
    padding: 5px 0 0 0;
    line-height: 1;
}

#headernav {
    position: absolute;
    right: 180px;
    top: 0px;
    width: 320px;
    height: 27px;
}

#headernav ul li {
    float: left;
}

#headernav_sp {
    display: none;
}

#fontsizebox {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 168px;
    height: 27px;
}

#fontsizebox ul li {
    float: left;
}

#header_logo {
    position: absolute;
    left: 4px;
    top: 30px;
    width: 362px;
    height: 49px;
}

#header_logo2 {
    position: absolute;
    right: 0px;
    top: 62px;
    width: 524px;
    height: 49px;
}

/* 2-1.Site Title
    ---------------------------------------- */
/* 2-2.Header Navi
    ---------------------------------------- */


/* 4.MainImage
========================================== */
/* ------ Mainvisual ------ */
#topmainclumn {
    position: relative;
    height: auto;
}

#top_topmainclumn {
    position: relative;
    height: 470px;
}

/* 4.MainImage
========================================== */
/* ------ Mainvisual ------ */
#mainImage {
    width: 100%;
    background: url(../images/mainimage_bg.jpg);
    height: 417px;
    z-index: 100;
}

#mainvisual {
    position: relative;
    width: 100%;
    margin: auto;
}

#mainvisual-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#mainvisual-inner .img {
    position: absolute;
    display: none;
    width: 1280px;
    /* 画像の幅 */
    margin-left: -640px;
    /* -(画像の幅÷2) */
    padding-left: 50%;
    top: 0;
}

#mainvisual-inner .img:first-child {
    position: relative;
    display: block;
}

#mainvisual-btn {
    display: none;
    width: 100%;
    height: 10px;
    margin-top: 5px;
    text-align: center;
}

#mainvisual-btn div {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    overflow: hidden;
    vertical-align: top;
}

#mainvisual-btn div {
    *display: inline;
}

#mainvisual-btn a {
    display: block;
    width: 10px;
    height: 20px;
}

#mainvisual-btn a:link,
#mainvisual-btn a:visited {
    margin-top: 0px;
}

#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
    margin-top: -10px;
}

#mainvisual-btn a img {
    vertical-align: top;
}

#mainvisual-arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -20px;
}

#mainvisual-arrow-inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1000;
}

#mainvisual-arrow .prev,
#mainvisual-arrow .next {
    position: absolute;
    width: 27px;
    height: 27px;
    overflow: hidden;
}

#mainvisual-arrow .prev {
    left: 3%;
}

#mainvisual-arrow .next {
    right: 3%;
}

#mainvisual-arrow a {
    display: block;
    width: 27px;
    height: 54px;
}

#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
    margin-top: 0px;
}

#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
    margin-top: -27px;
}

#mainvisual-arrow a img {
    vertical-align: top;
}


/* 3.Globalnavi
========================================== */
#globalnavi {
    background: url(../images/globalnavi_bg.jpg);
    height: 53px;
    z-index: 500;
    width: 100%;
}

#globalnavi > ul {
    width: 980px;
    margin: 0 auto;
}

#globalnavi > ul > li {
    float: left;
    display: block;
    border-left: 1px dotted #666;
    width: 162px;
}

#globalnavi > ul > li a.current {
    background: url(../images/globalnavi_bg2_cr.jpg) repeat-x;
    display: block;
}

#globalnavi > ul li ul li a {
    display: block;
    padding: 20px 0 20px 15px;
    border-bottom: 1px dotted #999;
    color: #666;
}

#globalnavi > ul li a {
    border-bottom: none;
}

#globalnavi > ul li > ul {
    position: absolute;
    top: 53px;
    left: 0;
}

#globalnavi > ul li > ul li {
    width: 100%;
    border-bottom: 1px dotted #999;
    background: url(../images/blovalnav_list.jpg) no-repeat 5px center #FFFFFF;
}

/* 5.Topicpath
========================================== */

.gotoTopBtn {
    width: 980px;
    text-align: right;
    padding: 5px 0 0 0;
    margin: 10px auto 0;
}

.gotoTopBtn a {
    display: block;
}

/* 7.Footer
========================================== */
#footer1 {
    width: 100%;
    background: #eee;
    border-top: 1px solid #5FB065;
    margin: 0 0 0 0;
}

#footer1 > #footer_in {
    width: 980px;
    margin: auto;
    overflow: hidden;
    padding: 30px 0;
}

.footerlogo {
    width: 49%;
    float: left;
    padding: 0;
    font-size: 14px;
}

.footer_nav {
    width: 49%;
    float: right;
    font-size: 12px;
    overflow: hidden;
    padding: 0 0 0 1%;
    margin: 0;
}

.footer_nav ul.sec1 {
    width: 28%;
    float: left;
    border-left: 1px dotted #BBBBBB;
    padding: 0 0 0 5px;
}

.footer_nav ul.sec2 {
    width: 38%;
    float: left;
    border-left: 1px dotted #BBBBBB;
    padding: 0 0 0 5px;
}

.footer_nav ul.sec3 {
    width: 28%;
    float: left;
    border-left: 1px dotted #BBBBBB;
    padding: 0 0 0 5px;
}

.footer_nav ul > li {
    background: url(../images/icon_arrow_footer.jpg) no-repeat left top;
    padding: 0 0 20px 20px;
    line-height: 1;
}

.footer_nav ul > li > ul > li {
    background: url(../images/icon_arrow_footer2.jpg) no-repeat left bottom;
    padding: 10px 0 0 20px;
    line-height: 1;
}

.footer_nav ul li a {
    color: #333;
}

#footer1 a.link-mail {
    text-decoration: underline;
}

#copy {
    width: 320px;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    font-size: 12px;
}

/* 6.Contents
========================================== */
.contents {
    width: 980px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.contents_kasou {
    width: 980px;
    height: auto;
    margin: 53px auto 0;
    overflow: hidden;
}

#top_menu .ttl {
    color: #66BD6C;
    font-size: 1.5em;
    text-align: center;
    font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
}

#top_menu p {
    font-size: 0.9em;
}

#top_menu .menu_wrap {
    overflow: hidden;
}

#top_menu .menu_box {
    width: 18%;
    margin: 0 1%;
    float: left;
}

#top_menu .menu_box img {
    width: 100%;
}

#top_greeting_img {
    float: right;
    width: 403px;
}

#top_greeting_text {
    float: left;
    width: 577px;
}

#top_greeting_text p,
#top_greeting_text div {
    padding: 0 0 0 10px;
}

#top_shinryou {
    background: url(../images/bg_brown.jpg);
    width: 100%;
}

#top_shinryou #hours {
    width: 650px;
    float: left;
}

#top_shinryou #info {
    width: 300px;
    margin: 0 0 0 30px;
    float: left;
}

#notics {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    position: relative;
}

#notics dl {
    overflow: hidden;
    margin-bottom: 0px;
}

#notics dl dt {
    clear: both;
    font-size: 0.9em;
    float: left;
    display: block;
    margin: 16px 10px 0 0;
    padding: 6px 0px 5px 20px;
    background: url(../images/icon_arrow_green.jpg) no-repeat left center;
    color: #51AD18;
    width: 100px;
}

#notics dl dd {
    display: block;
    font-size: 0.9em;
    float: left;
    padding: 6px 5px 5px 0px;
    width: 845px;
    margin: 16px 0 0 0;
}

#notics dl dd.line {
    clear: both;
    width: 980px;
    border-bottom: 1px dotted #999;
    padding: 0px 0px 0px 0px;
    margin: 12px 0 0 0;
}

#notics > #golist {
    width: 980px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0;
}

#top_bnr_mini {
    margin: 20px auto 0;
    width: 980px;
}



/*下層ページ*/

#flowbox .flow {
    border-radius: 5px;
    border: 2px solid #F7A409;
    margin: 20px auto 0px;
    display: block;
    overflow: hidden;
}

#flowbox .flow h5 {
    line-height: 1.5;
    font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
    font-size: 23px;
    margin: 20px 0 0 0;
    color: #F7A409;
    font-weight: bold;
    display: block;
    border-top: 0px;
    padding: 0 0 0 80px;
}

#flowbox .flow .image {
    float: right;
    width: 40%;
    padding: 0px 0 0 0;
}

#flowbox .flow .text {
    float: left;
    width: 60%;
}

#flowbox .flow .text p,
#flowbox .flow .text dl {
    padding: 0px 10px 0 70px;
    display: block;
}

#flowbox .flow1 {
    position: relative;
    background: url(../images/flow1.png) no-repeat 5px 5px #fff;
}

#flowbox .flow2 {
    position: relative;
    background: url(../images/flow2.png) no-repeat 5px 5px #fff;
}

#flowbox .flow3 {
    position: relative;
    background: url(../images/flow3.png) no-repeat 5px 5px #fff;
}

#flowbox .flow4 {
    position: relative;
    background: url(../images/flow4.png) no-repeat 5px 5px #fff;
}

#flowbox .flow5 {
    position: relative;
    background: url(../images/flow5.png) no-repeat 5px 5px #fff;
}

#flowbox .flow6 {
    position: relative;
    background: url(../images/flow6.png) no-repeat 5px 5px #fff;
}

#flowbox .flow7 {
    position: relative;
    background: url(../images/flow7.png) no-repeat 5px 5px #fff;
}

#flowbox .flow8 {
    position: relative;
    background: url(../images/flow8.png) no-repeat 5px 5px #fff;
}

#flowbox .flow9 {
    position: relative;
    background: url(../images/flow9.png) no-repeat 5px 5px #fff;
}

#flowbox .flow10 {
    position: relative;
    background: url(../images/flow10.png) no-repeat 5px 5px #fff;
}

#flowbox .flow11 {
    position: relative;
    background: url(../images/flow11.png) no-repeat 5px 5px #fff;
}

#flowbox .flow12 {
    position: relative;
    background: url(../images/flow12.png) no-repeat 5px 5px #fff;
}

#flowbox .flow_arrow {
    width: 100%;
    text-align: center;
}


#gallery4 {
    overflow: hidden;
}

#gallery4 ul li {
    display: block;
    width: 20%;
    margin: 0 5% 0 0;
    float: left;
    font-size: 12px;
    min-height: 160px;
}

#gallery4 ul li img {
    width: 100%;
}

#topics #list dl dt {
    font-size: 18px;
    margin: 10px 0 0 0;
}

#topics #list dl dd {
    font-size: 18px;
    margin: 0 0 10px 0;
}

#topics #list dl dd.line {
    border-bottom: 1px dotted #999;
    padding: 0px 0px 0px 0px;
    margin: 20px 0 0 0;
}

#sitemap ul {
    margin: 0 0 10px 0px;
}

#sitemap ul > li {
    margin: 0 0 10px 0px;
    border-bottom: 1px dotted #999;
    padding: 0 0 20px 0;
}

#sitemap ul > li > ul {
    margin: 0 0 10px 50px;
}

#sitemap ul > li > ul > li {
    margin: 0 0 10px 50px;
    border-bottom: 0px dotted #999;
}


#voice .unit_voice {
    border: 3px solid #F1D4AF;
    border-radius: 5px;
    padding: 10px;
    margin: 30px 0 0 0;
}

#voice .unit_voice h3 {
    font-size: 1.9em;
    color: #666;
    background: none;
    line-height: 1;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    letter-spacing: 1px;
}

#voice .unit_voice_bottom {
    background: url(../images/voice_unit_bottom.jpg) no-repeat right top;
    height: 24px;
}

.shinryo {
    width: 80%;
    margin: auto;
}

.shinryo table tr td,
.shinryo table tr th {
    text-align: center;
    font-size: 1.3em;
}

.shinryo table tr td {
    line-height: 1.5;
}

.formbutton {
    background: #FF7072;
    border: #AB9536;
    padding: 10px 50px;
    color: #fff;
    letter-spacing: 3px;
    box-shadow: 2px 2px 3px #ccc;
}

.submitBtn {
    background: #AB9536;
    border: #AB9536;
    padding: 10px 50px;
    color: #fff;
    letter-spacing: 3px;
    box-shadow: 2px 2px 3px #ccc;
}


/*カレンダー*/
.calendar-container {
    position: relative !important;
    padding-bottom: 90%;
    padding-top: 30px;
    height: 0;
}

.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 460px) {
    .calendar-container {
        padding-bottom: 140%;
    }
}

.entry-content img,
#content embed,
#content object,
#content iframe,
#content video {
    border: 1px solid #eeeeee !important;
    padding: 6px !important;
    background-color: rgba(230, 230, 230, 0.4) !important;
    border-radius: 3px;
}

@media screen and (max-width: 320px) {
    iframe[src*="calendar"] {
        width: 280px !important;
        height: 300px !important;
    }
}

/*-----------------------------------------------------	*/
/*	for - 979px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 979px) {
    #wrapper .container {
        width: 90%;
        margin: 0 auto;
    }

    /* 2.Header
========================================== */
    /* header */
    #headerRap {
        width: 100%;
        height: 129px;
        background: url(../images/header_bg.jpg) repeat-x top left;
    }

    #header {
        width: 100%;
        height: 129px;
        margin: auto;
        position: relative;
    }

    h1 {
        padding: 5px 0 0 0;
        line-height: 1;
        width: 40%;
    }

    #headernav {
        position: absolute;
        right: 183px;
        top: 0px;
        width: 320px;
        height: 27px;
    }

    #headernav ul li {
        float: left;
    }

    #fontsizebox {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 168px;
        height: 27px;
    }

    #fontsizebox ul li {
        float: left;
    }

    #header_logo {
        position: absolute;
        left: 2px;
        top: 62px;
        width: 270px;
        height: auto;
    }

    #header_logo img {
        width: 100%;
    }

    #header_logo2 {
        position: absolute;
        right: 0px;
        top: 62px;
        width: 475px;
        height: auto;
    }

    #header_logo2 img {
        width: 100%;
    }

    /* 3.Globalnavi
========================================== */
    #globalnavi {
        background: url(../images/globalnavi_bg.jpg);
        z-index: 500;
        width: 100%;
    }

    #globalnavi > ul {
        width: 100%;
        margin: 0 auto;
    }

    #globalnavi > ul > li {
        float: left;
        display: block;
        width: 16%;
    }

    #globalnavi > ul li > ul li {
        font-size: 0.8em;
        text-align: left;
    }

    /* 5.Topicpath
========================================== */

    .gotoTopBtn {
        width: 100%;
        text-align: right;
        padding: 5px 0 0 0;
        margin: 10px auto 0;
    }

    /* 4.MainImage
========================================== */
    /* ------ Mainvisual ------ */
    #top_topmainclumn {
        position: relative;
        height: auto;
    }


    /* ------ Mainvisual ------ */
    #mainImage {
        width: 100%;
        background: url(../images/mainimage_bg.jpg);
        height: auto;
        z-index: 100;
        border-bottom: 7px solid #66BD6C;
    }

    #mainvisual {
        clear: both;
        position: relative;
        width: 100%;
        margin: auto;
        background: url(../images/mainimage_bg.jpg) repeat-x;
    }

    #mainvisual-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    #mainvisual-inner .img {
        position: absolute;
        display: none;
        width: 100%;
        /* 画像の幅 */
        margin-left: 0px;
        /* -(画像の幅÷2) */
        padding-left: 0%;
        top: 0;
    }

    /* 7.Footer
========================================== */
    #footer1 {
        width: 100%;
        background: #eee;
        border-top: 1px solid #5FB065;
        margin: 0 0 0 0;
    }

    #footer1 > #footer_in {
        width: 100%;
        margin: auto;
        overflow: hidden;
        padding: 30px 0;
    }

    .footerlogo {
        width: 49%;
        float: left;
        padding: 0;
        font-size: 14px;
    }

    .footer_nav {
        width: 49%;
        float: right;
        font-size: 12px;
        overflow: hidden;
        padding: 0 0 0 1%;
        margin: 0;
    }

    .footer_nav ul.sec1 {
        width: 28%;
        float: left;
        border-left: 1px dotted #BBBBBB;
        padding: 0 0 0 5px;
    }

    .footer_nav ul.sec2 {
        width: 38%;
        float: left;
        border-left: 1px dotted #BBBBBB;
        padding: 0 0 0 5px;
    }

    .footer_nav ul.sec3 {
        width: 28%;
        float: left;
        border-left: 1px dotted #BBBBBB;
        padding: 0 0 0 5px;
    }

    .footer_nav ul > li {
        background: url(../images/icon_arrow_footer.jpg) no-repeat left top;
        padding: 0 0 20px 20px;
        line-height: 1;
    }

    .footer_nav ul > li > ul > li {
        background: url(../images/icon_arrow_footer2.jpg) no-repeat left bottom;
        padding: 10px 0 0 20px;
        line-height: 1;
    }

    .footer_nav ul li a {
        color: #333;
    }

    #copy {
        width: 320px;
        text-align: center;
        margin: auto;
        padding: 10px 0;
        font-size: 12px;
    }

    /* 6.Contents
========================================== */
    .contents {
        width: 90%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }

    .contents_kasou {
        width: 90%;
        height: auto;
        margin: 53px auto 0;
        overflow: hidden;
    }

    #top_menu .ttl {
        color: #66BD6C;
        font-size: 1.0em;
        text-align: center;
        font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
    }


    #top_greeting_img {
        float: right;
        width: 35%;
    }

    #top_greeting_text {
        float: left;
        width: 65%;
    }

    #top_shinryou #hours {
        width: 65%;
        float: left;
    }

    #top_shinryou #info {
        width: 30%;
        margin: 0 0 0 5%;
        float: left;
    }

    #notics {
        width: 100%;
        height: auto;
        margin: 20px 0 0 0;
        position: relative;
    }

    #notics dl {
        overflow: hidden;
        margin-bottom: 0px;
    }

    #notics dl dt {
        clear: both;
        font-size: 0.9em;
        float: left;
        display: block;
        width: 15%;
        margin: 16px 0 0 0;
        padding: 6px 0 5px 5%;
        background: url(../images/icon_arrow_green.jpg) no-repeat left center;
        color: #51AD18;
    }

    #notics dl dd {
        display: block;
        font-size: 0.9em;
        float: left;
        width: 80%;
        margin: 16px 0 0 0;
        padding: 6px 0 5px 0;
    }

    #notics dl dd.line {
        clear: both;
        width: 100%;
        border-bottom: 1px dotted #999;
        padding: 0px 0px 0px 0px;
        margin: 12px 0 0 0;
    }

    #notics > #golist {
        width: 100%;
        text-align: right;
        position: absolute;
        top: 10px;
        right: 0;
    }

    #top_bnr_mini {
        margin: 20px auto 0;
        width: 90%;
    }

    .shinryo {
        width: 100%;
        margin: auto;
    }

}

/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

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

    /* 2.Header
========================================== */
    /* header */
    #headerRap {
        width: 100%;
        height: auto;
        background: url(../images/header_bg.jpg) repeat-x top left;
    }

    #header {
        width: 100%;
        overflow: hidden;
        margin: auto;
        position: relative;
    }

    h1 {
        padding: 15px 0 0 0;
        line-height: 1;
        width: 100%;
        display: block;
        clear: both;
    }

    #headernav {
        position: static;
        right: 163px;
        top: 0px;
        width: 320px;
        height: 27px;
        float: right;
        margin: 0 10px 0 0;
    }

    #headernav ul li {
        float: left;
    }

    #fontsizebox {
        position: static;
        right: 0px;
        top: 0px;
        width: 168px;
        height: 27px;
        float: right;
    }

    #fontsizebox ul li {
        float: left;
    }

    #header_logo {
        position: absolute;
        left: 2px;
        top: 62px;
        width: 230px;
        height: auto;
    }

    #header_logo img {
        width: 100%;
    }

    #header_logo2 {
        position: absolute;
        right: 0px;
        top: 62px;
        width: 350px;
        height: auto;
    }

    #header_logo2 img {
        width: 100%;
    }

    /* 3.Globalnavi
========================================== */
    #globalnavi {
        background: #fff;
        height: auto;
        z-index: 500;
        width: 100%;
    }

    #globalnavi > ul {
        width: 100%;
        margin: 0 auto;
    }

    #globalnavi > ul > li {
        float: left;
        display: block;
        width: 33%;
        text-align: center;
        background: url(../images/globalnavi_bg.jpg);
    }

    #globalnavi > ul > li.last {
        width: 33%;
        border-right: 0px dotted #666;
    }

    #globalnavi > ul li > ul li {
        font-size: 1em;
    }

    /* ------ Mainvisual ------ */
    #mainImage {
        width: 100%;
        background: url(../images/mainimage_bg.jpg);
        height: auto;
        z-index: 100;
        border-bottom: 7px solid #66BD6C;
    }

    /* 7.Footer
========================================== */
    #footer1 {
        width: 100%;
        background: #eee;
        border-top: 1px solid #5FB065;
        margin: 0 0 0 0;
    }

    #footer1 > #footer_in {
        width: 100%;
        margin: auto;
        overflow: hidden;
        padding: 30px 0;
    }

    .footerlogo {
        width: 90%;
        float: none;
        margin: auto;
        padding: 0;
        font-size: 14px;
    }

    .footer_nav {
        width: 90%;
        float: none;
        margin: 20px auto 0;
        font-size: 12px;
        overflow: hidden;
        padding: 20px 0 0 0;
        border-top: 1px dotted #666;
    }

    .footer_nav ul.sec1 {
        width: 28%;
        float: left;
        border-left: 0px dotted #BBBBBB;
        padding: 0 0 0 5px;
    }

    .footer_nav ul.sec2 {
        width: 38%;
        float: left;
        border-left: 0px dotted #BBBBBB;
        padding: 0 0 0 5px;
    }

    .footer_nav ul.sec3 {
        width: 28%;
        float: left;
        border-left: 0px dotted #BBBBBB;
        padding: 0 0 0 5px;
    }

    .footer_nav ul > li {
        background: url(../images/icon_arrow_footer.jpg) no-repeat left top;
        padding: 0 0 20px 20px;
        line-height: 1;
    }

    .footer_nav ul > li > ul > li {
        background: url(../images/icon_arrow_footer2.jpg) no-repeat left bottom;
        padding: 10px 0 0 20px;
        line-height: 1;
    }

    .footer_nav ul li a {
        color: #333;
    }

    #copy {
        width: 320px;
        text-align: center;
        margin: auto;
        padding: 10px 0;
        font-size: 12px;
    }


    #top_menu .menu_wrap {
        overflow: hidden;
    }

    #top_menu .menu_box {
        width: 48%;
        margin: 0 0% 5%;
        float: left;
        text-align: center;
        padding: 0 1%;
    }

    #top_menu p {
        font-size: 0.9em;
        max-width: 235px;
        display: block;
        margin: auto;
    }

    #top_greeting_img {
        float: none;
        width: 100%;
    }

    #top_greeting_text {
        float: none;
        width: 100%;
    }

    #gallery4 {
        overflow: hidden;
    }

    #gallery4 ul li {
        display: block;
        width: 30%;
        margin: 0 3% 0 0;
        float: left;
        font-size: 12px;
        min-height: 170px;
    }

    #gallery4 ul li img {
        width: 100%;
    }


    #notics dl dt {
        clear: both;
        font-size: 0.9em;
        float: left;
        display: block;
        width: 25%;
        margin: 16px 0 0 0;
        padding: 6px 0 5px 5%;
        background: url(../images/icon_arrow_green.jpg) no-repeat left center;
        color: #51AD18;
    }

    #notics dl dd {
        display: block;
        font-size: 0.9em;
        float: left;
        width: 70%;
        margin: 16px 0 0 0;
        padding: 6px 0 5px 0;
    }

    #top_shinryou {
        background: url(../images/bg_brown.jpg);
        width: 100%;
    }

    #top_shinryou #hours {
        width: 100%;
        float: none;
    }

    #top_shinryou #info {
        width: 100%;
        margin: 0 0 0 0;
        float: none;
    }

    #top_shinryou #info #address {
        float: left;
        width: 55%;
    }

    #top_shinryou #info #map {
        float: right;
        width: 45%;
    }


    #flowbox .flow .image {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }

    #flowbox .flow .text {
        float: none;
        width: 100%;
    }
}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

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

    /* 2.Header
========================================== */
    /* header */
    #headerRap {
        width: 100%;
        height: auto;
        background: url(../images/header_bg.jpg) repeat-x top left;
    }

    #header {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        position: relative;
    }

    h1 {
        padding: 15px 0 0 0;
        text-align: center;
        line-height: 1;
        width: 90%;
        margin: auto;
        display: block;
        clear: both;
    }

    #headernav {
        display: none;
    }

    #headernav_sp {
        display: block;
        position: static;
        right: 163px;
        top: 0px;
        width: 122px;
        height: 27px;
        float: left;
        margin: 0 0 0 0;
    }

    #headernav_sp ul li {
        float: left;
    }

    #headernav_sp ul li.sitemap {
        display: none;
    }

    #fontsizebox {
        display: block;
        position: static;
        right: 0px;
        top: 0px;
        width: 168px;
        height: 27px;
        float: right;
    }

    #fontsizebox ul li {
        float: left;
    }

    #header_logo {
        position: static;
        left: 2px;
        top: 62px;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 10px 0;
    }

    #header_logo img {
        width: 362px;
    }

    #header_logo2 {
        position: static;
        right: 0px;
        top: 62px;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 10px 0;
    }

    #header_logo2 img {
        width: 362px;
    }

    #globalnavi > ul li > ul {
        position: absolute;
        top: 36px;
        left: 0;
    }



    .footer_nav {
        display: none;
    }

    #top_menu .menu_wrap {
        overflow: hidden;
    }

    #top_menu .menu_box {
        width: 100%;
        margin: 0 0% 5%;
        float: none;
        text-align: left;
        padding: 0 0%;
    }

    #top_menu p {
        max-width: 100%;
    }

    #notics dl dt {
        clear: both;
        font-size: 0.9em;
        float: none;
        display: block;
        width: 95%;
        margin: 16px 0 0 0;
        padding: 6px 0 5px 5%;
        background: url(../images/icon_arrow_green.jpg) no-repeat left center;
        color: #51AD18;
    }

    #notics dl dd {
        display: block;
        font-size: 0.9em;
        float: none;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 5px 0;
    }


    #top_shinryou #info #address {
        float: none;
        width: 100%;
        text-align: center;
    }

    #top_shinryou #info #map {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }

    #top_shinryou #info #sougei {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }


    #gallery4 {
        overflow: hidden;
    }

    #gallery4 ul li {
        display: block;
        width: 45%;
        margin: 0 5% 0 0;
        float: left;
        font-size: 12px;
        min-height: 150px;
    }

    #gallery4 ul li img {
        width: 100%;
    }

    .shinryo table tr td,
    .shinryo table tr th {
        text-align: center;
        font-size: 1.0em;
    }

    #entry h3 {
        font-size: 1.7em;
    }

    #entry h4 {
        font-size: 1.6em;
    }
}


/* recruit
========================================== */
.guideLinks {
    display: flex;
    flex-wrap: wrap;
}

a.guideLinks_item {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #51AF18 !important;
    border-radius: 8px;
    border: 2px solid #51AF18;
    padding: 8px 35px;
    margin: 10px 10px;
}

@media screen and (max-width:768px) {
    .guideLinks {
        flex-direction: column;
        align-items: center;
    }

    a.guideLinks_item {
        font-size: 16px;
        padding: 4px 0;
        width: 100%;
        margin: 4px 0;
        border: 1px solid #51AF18;
        text-align: center;
        box-sizing: border-box;

    }

}

