@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
    line-height: 1.6;
    color: #444;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
    body {
        min-width: 1px;
        font-size: 14px;
    }
}

body, input, textarea, select, button {
    font-family: arial,Hiragino Kaku Gothic ProN,Meiryo,Yu Gothic,sans-serif;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
input[type="number"] { -moz-appearance:textfield; }
select::-ms-expand { display: none; }
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}
/* ==========================================================
 base Link
========================================================== */
a {
    color: #3187c3;
    text-decoration: none;
    outline: none;
}
a:visited {}
/*a:hover,*/
/*a:active,*/
/*a:focus { color: #f16632;}*/
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
    content: "";
    display: table;
}
.clearfix:after,
.contents:after
{
    clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
    *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body { text-align: center;}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
    width: 100%;
    min-width: 980px;
//background: url(/oa/icon/web/bg_main_01.jpg) repeat;
    background-color: #f6f3e4;
}
@media screen and (max-width: 768px) {
    .wrapper { min-width: 0; }
}
/* ==========================================================
 header
========================================================== */
.header {
    position: relative;
    width: 100%;
    min-width: 980px;
    background: #fff;
    text-align: left;
}
.header-top {
    background: #409842;
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
}
.header-top .text,
.header-logo-in,
.header-nav {
    width: 980px;
    margin: 0 auto;
}
.header-top .text {
    height: 24px;
    padding-top: 4px;
}
.header-top a {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 30px;
    padding-left: 10px;
    background: url(/oa/icon/web/ico_arrow_right_01.png) left center no-repeat;
    color: #fff;
    text-decoration: underline;
}
.header-logo-wrap {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.header-logo-in {
    height: 75px;
    padding-top: 15px;
}
.header-logo { width: 307px; }
.header-logo img { width: 100%; }
.header-pic { display: none; }
.header-links {
    position: absolute;
    top: 15px;
    right: 30px;
    overflow: hidden;
    margin-left: -14px;
}
.header-links li {
    float: left;
    margin-left: 14px;
    line-height: 1.1;
}
.header-links li a {
    overflow: hidden;
    display: block;
    padding: 5px 6px 5px 10px;
    border: 1px solid #e9d1b8;
    background: #faf6eb;
    border-radius: 3px;
    font-weight: bold;
    color: #613320;
}
.header-links li a .text {
    position: relative;
    display: block;
    float: left;
    margin-top: 3px;
    padding: 4px 0 4px 32px;
}
.header-links li a .text:before {
    position: absolute;
    top: 2px;
    left:0;
    width: 23px;
    height: 26px;
    background: url(/oa/icon/web/ico_header_01.png) no-repeat;
    content: "";
}
.header-links li.icon-02 a .text:before {
    top: 1px;
    width: 26px;
    height: 24px;
    background: url(/oa/icon/web/ico_header_02.png) left center no-repeat;
}
.header-links li.icon-03 { display: none; }
.header-links li a .num {
    display: block;
    float: left;
    min-width: 38px;
    margin-left: 8px;
    padding: 4px 3px 6px;
    border-radius: 3px;
    background: #f16632;
    border-bottom: 2px solid #c54f24;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .header {
        position: relative;
        min-width: 0;
    }
    .header-top {
        font-size: 12px;
        color: #fff;
        line-height: 1.1;
    }
    .header-top .text {
        width: auto;
        height: 19px;
        padding-top: 4px;
        font-size: 12px;
        text-align: center;
    }
    .header-top a { display: none; }
    .header-logo-wrap {
        padding-bottom: 20px;
        border-bottom: none;
    }
    .header-logo-in {
        width: auto;
        height: 55px;
        padding: 5px 10px 0;
    }
    .header-logo {
        float: left;
        width: 198px;
        margin-top: 8px;
    }
    .header-pic {
        display: block;
        float: right;
        width: 90px;
        margin-bottom: -1px;
    }
    .header-pic img { width: 100%; }
    .header-links {
        position: static;
        width: 100%;
        padding: 9px 10px;
        margin-left: 0;
        background: url(/oa/icon/web/bg_content_02.jpg) repeat;
    }
    .header-links li {
        float: left;
        width: 48.65%;
        margin-left: 0;
    }
    .header-links li:first-child { margin-right: 2.7%; }
    .header-links li a {
        display: table;
        width: 100%;
    //height: 37px;
        padding: 4px 5px 4px 9px;
    }
    .header-links li.icon-02 { display: none; }
    .header-links li.icon-03 { display: block; }
    .header-links li a .text {
        display: table-cell;
        float: none;
        margin-top: 0;
        padding: 0 5px 2px 23px;
        vertical-align: middle;
    }
    .header-links li a .text:before {
        top: 4px;
        width: 17px;
        height: 19px;
        background-size: 17px 19px;
    }
    .header-links li.icon-03 .text:before {
        top: 5px;
        width: 18px;
        height: 14px;
        background: url(/oa/icon/web/ico_header_03.png) left center no-repeat;
        background-size: 18px 14px;
    }
    .header-links li a .num {
        display: table-cell;
        float: none;
        min-width: 27px;
        margin-left: 0;
        padding: 3px;
        font-size: 11px;
        vertical-align: middle;
    }
    .header-nav { display: none; }
}

/* ==========================================================
 nav-global
========================================================== */
.nav-global {
    overflow: hidden;
    background: url(/oa/icon/web/bg_gnav.gif) left center no-repeat;
}
.nav-global li {
    display: table;
    float: left;
    width: 196px;
}
.nav-global li a {
    display: table-cell;
    width: 100%;
    height: 56px;
    background: url(/oa/icon/web/bg_gnav.gif) right center no-repeat;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #613320;
    line-height: 1.1;
}
.nav-global li a:hover { color: #469c48; }
.nav-global li.is-active a,
#g01 .nav-global li.nav01 a {
    color: #469c48;
    border-bottom: 6px solid #469c48;
}

/* ==========================================================
 nav-local
========================================================== */
.nav-local {
}
.nav-local li {
}
.nav-local li a {
}
.nav-local li a:hover {
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
    overflow: hidden;
    min-height: 33px;
    border-top: 1px solid #e1e1e1;
    background: #f5f5f5;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
}
.nav-breadcrumb .nav-breadcrumb-in {
    width: 980px;
    margin: 0 auto;
    padding-top: 4px;
}
.nav-breadcrumb li {
    float: left;
    white-space: nowrap;
}
.nav-breadcrumb li:after {
    padding: 0 10px;
    color: #438cd7;
    content: ">";
}
.nav-breadcrumb li:last-child:after { display:none; }
.nav-breadcrumb li.home {
    padding-left: 22px;
    background: url(/oa/icon/web/ico_home_01.png) 2px center no-repeat;
}

@media screen and (max-width: 768px) {
    .nav-breadcrumb { display: none; }
}

/* ==========================================================
 contents
========================================================== */
.contents-wrap { border-top: 2px solid #e8dfc7; }
.contents {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: left;
}
.contents-main {
    float: left;
    width: 714px;
}
.contents-sub {
    float: right;
    width: 240px;
}

/* list-side-01
---------------------------------------------------------- */
.list-side-01 {
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #e3d8bf;
    -moz-box-shadow: 0 1px 3px #e3d8bf;
    box-shadow: 0 1px 3px #e3d8bf;
}
.list-side-01 > li {}
.list-side-01 > li .ttl-side-01 {
    position: relative;
    padding: 5px 10px;
    background-color: #3e9740;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.list-side-01 > li:first-child .ttl-side-01 {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.list-side-01 > li .ttl-side-01:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 117px;
    width: 11px;
    height: 6px;
    background: url(/oa/img_jp/ico_arrow_side_01.png) bottom center no-repeat;
}
.list-side-01 > li .ttl-side-01.type-01:after { background: none;}
.list-side-01 > li .ttl-side-01.type-02 { font-size: 16px;}

.list-side-01 .ttl-01 { margin-bottom: 2px;}
.list-side-01 .ttl-01 a { text-decoration: underline;}
.list-side-01 .ttl-01 a:hover { text-decoration: none;}

.list-side-01 > li .box-01 { padding: 15px 15px 25px;}
.list-side-01 > li .box-02 { padding: 15px;}

.btn-side-01 { margin-top: 15px;}

@media screen and (max-width: 768px) {
    .contents-wrap { border-top: none; }
    .contents {
        width: 100%;
        padding-top: 0;
    }
    .contents-main {
        float: none;
        width: 100%;
    }
    .contents-sub { display: none;}
}

/* ==========================================================
 footer
========================================================== */
.footer {
    width: 100%;
    min-width: 980px;
    background: #fff;
    border-top: 1px solid #b0b0b0;
    text-align: left;
    line-height: 1.1;
}
.footer-top {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d2d2d2;
//background: url(/oa/icon/web/bg_footer_01.jpg) repeat;
    background-color: #ececec;
}
.footer-top-in {
    overflow: hidden;
    width: 980px;
    height: 98px;
    margin: 0 auto;
}
.footer-top .title-link {
    float: none;
    margin-top: 29px;
    font-size: 17px;
    font-weight: bold;
    color: #0076c0;
    letter-spacing: -1px;
    display:block;
}
.footer-top .title-link:hover {
    color: #f16632;
    text-decoration: none;
}
.footer-top .footer-links {
    float: left;
    margin: 10px 0 0 40px;
}
.footer-top .footer-links li {
    position: relative;
    float: left;
    padding: 0 10px;
}
.footer-top .footer-links li:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 15px;
    background: #c6c6c6;
    content: "";
}
.footer-top .footer-links li:first-child { padding-left: 0; }
.footer-top .footer-links li:last-child:after { display: none; }
.footer-top .footer-links li a {
    font-size: 14px;
    color: #444;
    letter-spacing: -0.6px;
}
.footer-top a:hover,
.footer-top .footer-links li a:hover { text-decoration: underline; }
.footer-in {
    overflow: hidden;
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.footer-utility {
    width: 885px;
    height: 63px;
    margin-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #d2d2d2;
}
.footer-utility ul {}
.footer-utility ul li {
    position: relative;
    float: left;
    padding: 0 8px;
}
.footer-utility ul li:first-child { padding-left: 0; }
.footer-utility ul li:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 13px;
    background: #a2a2a2;
    content: "";
}
.footer-utility ul li:last-child:after { display: none; }
.footer-utility ul li a {
    font-size: 12px;
    color: #444;
    letter-spacing: -0.5px;
}
.footer-utility ul li a:hover { text-decoration: underline; }
.footer-logo-01 {
    float: left;
    margin-right: 18px;
}
.footer-logo-02 {
    position: absolute;
    top: 26px;
    right: 7px;
}
.footer-copyright {
    float: left;
    padding-top: 3px;
    font-size: 12px;
    color: #999;
}

@media screen and (max-width: 768px) {
    .footer {
        min-width: 0;
        border-top: none;
    }
    .footer-top { display: none; }
    .footer-in {
        width: auto;
        padding-bottom: 0;
    }
    .footer-utility {
        width: auto;
        height: auto;
        margin-bottom: 0;
        padding: 35px 10px 20px;
        border-bottom: none;
    //background: url(/oa/icon/web/bg_content_02.jpg) repeat;
        background-color: #e5e5e5;
    }
    .footer-utility ul {
        width: 260px;
        margin: -5px auto 0;
        text-align: center;
    }
    .footer-utility ul li {
        display: inline-block;
        float: none;
        margin-top: 5px;
        padding: 0 8px;
    }
    .footer-utility ul li:first-child { padding-left: 0; }
    .footer-utility ul li:after {
        bottom: 0;
        right: 0;
        height: 11px;
    }
    .footer-utility ul li:last-child:after { display: none; }
    .footer-utility ul li a {
        font-size: 14px;
        color: #444;
        letter-spacing: -0.5px;
    }
    .footer-bottom {
        position: relative;
        height: auto;
        padding: 20px 10px 10px;
        border-top: 5px solid #3a803c;
        text-align: center;
    }
    .footer-logo-01 {
        float: none;
        margin: 0 0 8px;
    }
    .footer-logo-01 img { height: 8px; }
    .footer-logo-02 {
        top: 9px;
        right: 14px;
    }
    .footer-logo-02 img { width: 31px; }
    .footer-copyright {
        float: none;
        padding-top: 0;
        font-size: 7px;
        color: #444;
    }
}

/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
.grid-cmn > .col {
}
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
    margin-bottom: 30px;
}
/* section last margin */
section:last-of-type {
    margin-bottom: 0;
}
/* ==========================================================
 box
========================================================== */
/* box-content
---------------------------------------------------------- */
.box-content-01 {
    border-top: 7px solid #3a803c;
//background: url(/oa/icon/web/bg_content_01.jpg) repeat;
    background-color: #5f5c56;
    text-align: left;
    color: #fff;
}
.box-content-01 .box-content-in {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 32px 0;
    font-size: 14px;
    line-height: 2;
}
.box-content-01 .box-image {
    position: absolute;
    right: 0;
    bottom: -19px;
    z-index: 1;
}

/* box-bottom-nav
---------------------------------------------------------- */
.box-bottom-nav {
    padding: 40px 0;
//background: url(/oa/icon/web/bg_content_02.jpg) repeat;
    text-align: left;
    background-color: #e5e5e5;
}
.box-bottom-nav .box-ranking-01 {
    width: 980px;
    margin: 0 auto;
    padding: 25px 30px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px #c5c5c5;
    -moz-box-shadow: 0 1px 3px #c5c5c5;
    box-shadow: 0 1px 3px #c5c5c5;
}
.box-bottom-nav .box-ranking-01 .box-link {
    margin-bottom: 13px;
    padding-bottom: 17px;
    background: url(/oa/icon/web/bg_dotted_01.gif) left bottom repeat-x;
}
.box-bottom-nav .box-link:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
}
.box-ranking-01 ul > li {
    display: inline;
    color: #438cd7;
    letter-spacing: -0.07em;
}
.box-ranking-01 .title {
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: bold;
}
.box-ranking-01 ul > li:after {
    content: "｜";
}
.box-ranking-01 ul > li:last-child:after { display: none; }

.box-cmn-bottom-01 {
    width: 980px;
    margin: 0 auto 30px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #c5c5c5;
    -moz-box-shadow: 0 1px 3px #c5c5c5;
    box-shadow: 0 1px 3px #c5c5c5;
}
.box-cmn-bottom-01 .ttl-01 {
    padding: 9px 10px;
    border-radius: 3px 3px 0 0;
    background-color: #3e9740;
    -webkit-box-shadow: 0 1px 3px #c5c5c5;
    -moz-box-shadow: 0 1px 3px #c5c5c5;
    box-shadow: 0 1px 3px #c5c5c5;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.box-cmn-bottom-01 .ttl-01 span { color: #ffd12d;}

.box-cmn-bottom-01 .box-01 {
    padding: 30px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.list-bottom-facilities-01 {}
.list-bottom-facilities-01 > li {
    padding: 25px 0 32px;
    background: url(/oa/icon/web/bg_dotted_01.gif) left bottom repeat-x;
}
.list-bottom-facilities-01 > li:first-child { padding-top: 0;}
.list-bottom-facilities-01 > li:last-child {
    padding-bottom: 0;
    background: none;
}
.list-bottom-facilities-01 > li .box-ttl-01 { margin-bottom: 15px;}
.list-bottom-facilities-01 > li .box-ttl-01 p {
    float: left;
    margin-right: 11px;
}
.list-bottom-facilities-01 > li .box-ttl-01 .link-01 a,
.list-bottom-facilities-01 > li .box-ttl-01 .link-02 a {
    font-size: 20px;
    text-decoration: underline;
}
.list-bottom-facilities-01 > li .box-ttl-01 .link-01 a:hover,
.list-bottom-facilities-01 > li .box-ttl-01 .link-02 a:hover { text-decoration: none;}

.list-bottom-facilities-01 > li .box-ttl-01 .link-01 a {}
.list-bottom-facilities-01 > li .box-ttl-01 .link-02 a { color: #3e9740;}
.list-bottom-facilities-01 > li .box-ttl-01 .list-cmn-tag-01 {
    float: right;
    margin-bottom: 0;
}

.list-bottom-facilities-01 > li .box-bottom-detail-01 {}
.list-bottom-facilities-01 > li .box-bottom-detail-01 .left {
    float: left;
    width: 216px;
}
.list-bottom-facilities-01 > li .box-bottom-detail-01 .right {
    float: right;
    width: 684px;
}
.list-bottom-facilities-01 > li .box-bottom-detail-01 .img-01 { margin-bottom: 20px;}
.list-bottom-facilities-01 > li .box-bottom-detail-01 .img-01 a:hover {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha( opacity=70);
    opacity: 0.7;
}


/* box-cmn-01
---------------------------------------------------------- */
.box-cmn-01 {
    padding: 30px 30px 30px;
    border-top: 6px solid #3e9740;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #e3d8bf;
    -moz-box-shadow: 0 1px 3px #e3d8bf;
    box-shadow: 0 1px 3px #e3d8bf;
}
.box-cmn-01.type-01 { padding-top: 23px; }

@media screen and (max-width: 768px) {
    /* box-content
    ---------------------------------------------------------- */
    .box-content-01 {
        padding: 0 15px;
        border-top: 3px solid #3a803c;
    }
    .box-content-01 .box-content-in {
        position: relative;
        width: auto;
        padding: 18px 0 90px;
        font-size: 14px;
        line-height: 1.66;
    }
    .box-content-01 .box-image {
        position: absolute;
        right: 0;
        bottom: -19px;
        width: 188px;
    }
    .box-content-01 .box-image img { width: 100%; }

    /* box-cmn-01
    ---------------------------------------------------------- */
    .box-cmn-01 {
        padding: 0 0 10px;
        border-top: none;
    }
    .box-cmn-01.type-02 {
        margin: 0 10px;
        padding-left: 10px;
        padding-right: 10px;
        border-top: 4px solid #3e9740;
    }

    /*------------------------------------------------------------*/
    .ttl-01 {
        background-color: #3e9740;
        box-shadow: 0 1px 3px #c5c5c5;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        padding: 5px;
        text-align: left;
        margin-bottom: 10px;
    }
    .box-cmn-bottom-01.type-02 {
        border-top: 4px solid #3e9740;
        max-width: 95%;
        margin: 10px;
    }
    .box-cmn-bottom-01 .box-01 {
        box-sizing: border-box;
        padding: 10px!important;
    }
    .list-bottom-facilities-01>li .box-bottom-detail-01 .left {
        width: 32%!important;
        float: left;
    }
    .list-bottom-facilities-01>li .box-bottom-detail-01 .right {
        width: 67%!important;
    }
    .right > .table-cmn-01 td {
        text-align: left;
        padding: 5px!important;
        word-break: break-all;
    }
    .right > .table-cmn-01 th {
        width: 70px;
    }
    .box-bottom-detail-01 {
        margin-bottom: 15px;
    }
    .box-bottom-detail-01 > .left img{
        width: 100% !important;
        height: 100% !important;
    }
    .list-bottom-facilities-01 > li .box-ttl-01 p {
        width: 70%;
    }
}

/* box-detail-tel-01
---------------------------------------------------------- */
.box-detail-tel-01 {
    background-color: #fff;
    padding: 5px 0 7px;
    border: 1px #3e9740 solid;
}
.box-detail-tel-01.type-01 {
    float: left;
    width: 330px;
}
.box-detail-tel-01 .tel-01 {
    margin-left: 26px;
    padding-left: 43px;
    background: url(/oa/icon/web/ico_tel_01.png) left center no-repeat;
    background-size: 36px 25px;
    font-size: 28px;
    font-weight: bold;
    color: #5a5a5a;
    line-height: 1.2;
}
.box-detail-tel-01 .txt-01 {
    font-size: 11px;
    color: #666;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .box-detail-tel-01 {
        width: 100%;
        padding: 5px 0 7px;
        border: 1px #3e9740 solid;
    }
    .box-detail-tel-01.type-01 {
        float: none;
        width: 100%;
    }
    .box-detail-tel-01 .tel-01 {
        width: 200px;
        margin: 0 auto;
        padding-left: 31px;
        background-size: 25px 17px;
        font-size: 20px;
    }
    .box-detail-tel-01 .tel-01 a { color: #5a5a5a;}
    .box-detail-tel-01 .txt-01 {
        margin: 0 auto;
        font-size: 8px;
    }
}
@media screen and (max-width: 350px) {
}
/* box-link-other-01
---------------------------------------------------------- */
.box-link-other-01 { overflow: hidden; }
.box-link-other-01 .box-inner {
    float: left;
    width: 411px;
    margin-right: 5px;
    overflow: hidden;
}
.box-link-other-01 .box-inner.type-01 {
    width: 499px;
    margin-right: 0;
}
.box-link-other-01 .box-inner span {
    color: #444;
    float: left;
}
.box-link-other-01 .box-inner ul { overflow: hidden; }
.box-link-other-01 .box-inner ul li:after { display: none; }
.box-link-other-01 .box-inner ul li a {
    display: inline-block;
    padding: 0 4px 0 5px;
    border-left: 1px solid #3187c3;
    line-height: 18px;
}
.box-link-other-01 .box-inner ul li:first-child a { border-left: none; }

@media screen and (max-width: 768px) {
    .box-link-other-01 { overflow: hidden; }
    .box-link-other-01 .box-inner {
        width: auto;
    }
    .box-link-other-01 .box-inner.type-01 {
        width: auto;
    }
}
/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
}
/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
/* ttl-cmn
---------------------------------------------------------- */
.ttl-cmn-01 {
    position: relative;
    padding-left: 37px;
    margin-bottom: 15px;
    color: #693926;
    font-size: 28px;
    font-weight: bold;
}
.ttl-cmn-01:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 26px;
    height: 26px;
    content: "";
    background: url(/oa/icon/web/ico_cicle_01.png) left center no-repeat;
    background-size: 26px;
}

.ttl-cmn-02 {
    padding-left: 45px;
    background: url(/oa/icon/web/ico_ttl_01.png) left center no-repeat;
    color: #613320;
    font-size: 28px;
    font-weight: bold;
}
.ttl-cmn-02.icon-02 { background: url(/oa/icon/web/ico_ttl_02.png) left center no-repeat; }
.ttl-cmn-02 .text-side {
    display: inline-block;
    margin-left: 19px;
    padding-left: 19px;
    background: url(/oa/icon/web/bg_dotted_03.png) left 7px no-repeat;
    font-size: 26px;
    line-height: 1.1;
}
.ttl-cmn-02 .text-side em {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #f16632;
}

.ttl-cmn-04 {
    margin-bottom: 25px;
    padding-left: 31px;
    background: url(/oa/icon/web/ico_cicle_01.png) left center no-repeat;
    font-size: 28px;
    font-weight: bold;
    color: #693926;
    line-height: 1.2;
}


@media screen and (max-width: 768px) {
    .ttl-cmn-01 {
        width: 100%;
        padding: 7px 10px;
        background-color: #3e9740;
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
    .ttl-cmn-01:before { display: none; }

    .ttl-cmn-02 {
        display: inline-block;
        padding: 6px 0 6px 18px;
        color: #fff;
        font-size: 16px;
    }
    .ttl-cmn-02.icon-02 {
        background: url(/oa/icon/web/ico_search_02.png) left center no-repeat;
        background-size: 13px 16px;
    }
    .ttl-cmn-02 .text-side { display: none; }

    .ttl-cmn-04 {
        margin-bottom: 10px;
        padding-left: 20px;
        background-size: 16px 16px;
        font-size: 17px;
    }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
    margin-bottom: 11px;
    padding: 6px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #3e9740;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.txt-cmn {
}
/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-prop-cmn-01 { overflow: hidden; }
.list-prop-cmn-01 li {
    float: left;
    width: 33.33%;
    padding: 0 10px 0 16px;
    background: url(/oa/icon/web/bg_dotted_02.gif) top left repeat-y;
    font-size: 14px;
    line-height: 1.4;
}
.list-prop-cmn-01 li:nth-child(3n-2) { background: none; }
.list-prop-cmn-01 .box-detail {
    overflow: hidden;
    margin-bottom: 4px;
}
.list-prop-cmn-01 .box-detail .image {
    float: left;
    margin-top: 5px;
}
.list-prop-cmn-01 .box-detail .image:hover { opacity: 0.7; }
.list-prop-cmn-01 .detail {
    overflow: hidden;
    padding-left: 10px;
}
.list-prop-cmn-01 .detail > a {
    margin-top: -5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.list-prop-cmn-01 .text-01 dt {
    float: left;
    color: #e94609;
}
.list-prop-cmn-01 .text-01 dd { overflow: hidden; }

/* list-cmn-tag
---------------------------------------------------------- */
.list-cmn-tag-01 {
    overflow: hidden;
    margin: 0 0 15px -6px;
}
.list-cmn-tag-01 li {
    float: left;
    margin-left: 6px;
    padding: 4px 12px 5px;
    border-radius: 3px;
    border: 2px solid #3e9740;
    font-weight: bold;
    font-size: 15px;
    color: #3e9740;
    text-align: center;
    line-height: 1.1;
}
/* green */
.list-cmn-tag-01.green { margin-bottom: 20px; }
.list-cmn-tag-01.green li:first-child {
    padding: 0;
    border: none;
}
.list-cmn-tag-01.green li:first-child a,
.list-cmn-tag-01.green li:first-child span {
    display: block;
    border-radius: 3px;
    border: 2px solid #3e9740;
    padding: 4px 12px 5px;
    background: #3e9740;
    color: #fff;
}
.list-cmn-tag-01.green li a:hover { opacity: 0.7; }

/* blue */
.list-cmn-tag-01.blue { margin: 20px 0 20px -4px;}
.list-cmn-tag-01.blue li {
    border-color: #3d86d1;
    color: #3d86d1;
}

/* orenge */
.list-cmn-tag-01.orenge { margin: 20px 0 20px -4px;}
.list-cmn-tag-01.orenge li {
    border-color: #f16632;
    color: #f16632;
}

/* pink */
.list-cmn-tag-01.pink { margin: 20px 0 20px -4px;}
.list-cmn-tag-01.pink li {
    border-color: #f26180;
    color: #f26180;
}

@media screen and (max-width: 768px) {
    .list-cmn-tag-01 {
        overflow: hidden;
        margin: 0 0 0 -3px;
    }
    .list-cmn-tag-01 li {
        margin-left: 3px;
        padding: 3px 4px;
        border: 1px solid #3e9740;
        font-size: 14px;
    }
    .list-cmn-tag-01.green { margin-bottom: 10px; }
    .list-cmn-tag-01.green li:first-child {
        display: block;
        margin-bottom: 3px;
    }
    .list-cmn-tag-01.green li:nth-child(2) { clear: left; }
    .list-cmn-tag-01.green li:first-child a,
    .list-cmn-tag-01.green li:first-child span {
        display: block;
        border: 1px solid #3e9740;
        padding: 3px 6px;
        background: #3e9740;
        color: #fff;
    }
}

/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn-01 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e9d1b8;
}
.table-cmn-01 th {
    width: 130px;
    padding: 10px 15px;
    border-bottom: 1px dotted #e9d1b8;
    background: #faf6eb;
    font-size: 16px;
    font-weight: bold;
    color: #693926;
    vertical-align: middle;
}
.table-cmn-01 td {
    padding: 10px 18px;
    border-bottom: 1px dotted #e9d1b8;
    vertical-align: top;
}
.table-cmn-01 td a { text-decoration: underline; }
.table-cmn-01 td span { color: #f16632; }
.table-cmn-01 td .link-icon {
    display: inline-block;
    margin-left: 20px;
    padding-left: 15px;
    background: url(/oa/icon/web/ico_point_02.png) left center no-repeat;
}

@media screen and (max-width: 768px) {
    .table-cmn-01 {}
    .table-cmn-01 th,
    .table-cmn-01 td { vertical-align: middle; }
    .table-cmn-01 th {
        width: 92px;
        padding: 5px 8px;
        font-size: 12px;
    }
}

/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn-01 {
    display: block;
    min-width: 150px;
    height: 32px;
    padding: 0 10px;
    border-radius: 16px;
    background: #f16632;
    color: #fff !important;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    -webkit-box-shadow: 0 2px #c54f24;
    -moz-box-shadow: 0 2px #c54f24;
    box-shadow: 0 2px #c54f24;
}
.btn-cmn-01 span {
    display: inline-block;
    padding: 7px 0 7px 13px;
    background: url(/oa/icon/web/ico_arrow_right_02.png) left center no-repeat;
}
.btn-cmn-01.btn-favorite {
    background: #ffd12d;
    color: #693926 !important;
    -webkit-box-shadow: 0 2px #dfb007;
    -moz-box-shadow: 0 2px #dfb007;
    box-shadow: 0 2px #dfb007;
    border: 1px solid #ffd12d;
}
.btn-cmn-01.btn-favorite span {
    padding-left: 24px;
    background: url(/oa/icon/web/ico_star_01.png) left center no-repeat;
    background-size: 19px 17px;
}
.btn-cmn-01.btn-print {
    min-width: 112px;
    background: #ebebeb;
    color: #444 !important;
    -webkit-box-shadow: 0 2px #9a9a9a;
    -moz-box-shadow: 0 2px #9a9a9a;
    box-shadow: 0 2px #9a9a9a;
    border: 1px solid #ebebeb;
}
.btn-cmn-01.btn-print span {
    padding-left: 24px;
    background: url(/oa/icon/web/ico_print_01.png) left center no-repeat;
}

.btn-cmn-02 {
    display: block;
    height: 54px;
    padding: 9px 0;
    border-radius: 5px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.btn-cmn-02:hover { color: #fff;}
.btn-cmn-02 span { position: relative;}
.btn-cmn-02 span:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.btn-cmn-02.type-01 {
    width: 320px;
    background-color: #ea322e;
    -webkit-box-shadow: 0 4px #ce1b17;
    -moz-box-shadow: 0 4px #ce1b17;
    box-shadow: 0 4px #ce1b17;
    border: 1px solid #ea322e;
}
.btn-cmn-02.type-01.document_visit {
    width: 400px;
    background-color: #ea322e;
    -webkit-box-shadow: 0 4px #ce1b17;
    -moz-box-shadow: 0 4px #ce1b17;
    box-shadow: 0 4px #ce1b17;
    border: 1px solid #ea322e;
}
.btn-cmn-02.type-01 span { padding-left: 42px;}
.btn-cmn-02.type-01 span:after {
    width: 29px;
    height: 33px;
    background: url(/oa/icon/web/ico_detail_01.png) left center no-repeat;
}

.btn-cmn-02.type-02 {
    width: 230px;
    background-color: #c69c4b;
    -webkit-box-shadow: 0 4px #aa7c24;
    -moz-box-shadow: 0 4px #aa7c24;
    box-shadow: 0 4px #aa7c24;
    border: 1px solid #c69c4b;
}
.btn-cmn-02.type-02 span { padding-left: 40px;}
.btn-cmn-02.type-02 span:after {
    width: 30px;
    height: 29px;
    background: url(/oa/icon/web/ico_calendar_01.png) left center no-repeat;
}

.btn-cmn-03 {
    display: block;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3696d9;
    -webkit-box-shadow: 0 2px #317fce;
    -moz-box-shadow: 0 2px #317fce;
    box-shadow: 0 2px #317fce;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: 1px solid #3696d9;
}
.btn-cmn-03:hover { color: #fff;}
.btn-cmn-03 span {
    padding-left: 24px;
    background: url(/oa/icon/web/ico_more_detail_01.png) left center no-repeat;
}

@media screen and (max-width: 768px) {
    .btn-cmn-01 {
        display: block;
        min-width: 95px;
        height: 23px;
        padding: 0 5px;
        border-radius: 16px;
        -webkit-box-shadow: 0 1px #c54f24;
        -moz-box-shadow: 0 1px #c54f24;
        box-shadow: 0 1px #c54f24;
    }
    .btn-cmn-01 span {
        display: inline-block;
        padding: 5px 0 5px 10px;
        background: url(/oa/icon/web/ico_arrow_right_02.png) left center no-repeat;
        background-size: 6px 8px;
    }
    .btn-cmn-01.btn-favorite {
        font-size: 11px;
        -webkit-box-shadow: 0 1px #dfb007;
        -moz-box-shadow: 0 1px #dfb007;
        box-shadow: 0 1px #dfb007;
        border: none;
    }
    .btn-cmn-01.btn-favorite span {
        padding-left: 12px;
        background: url(/oa/icon/web/ico_star_01.png) left center no-repeat;
        background-size: 9px 8px;
    }

    .btn-cmn-02 {
        height: 40px;
        padding: 8px 0;
        font-size: 15px;
    }
    .btn-cmn-02 span {}
    .btn-cmn-02 span:after { top: 3px;}

    .btn-cmn-02.type-01 {
        width: 100%;
        height: 38px;
        padding: 7px 0;
        -webkit-box-shadow: 0 2px #ce1b17;
        -moz-box-shadow: 0 2px #ce1b17;
        box-shadow: 0 2px #ce1b17;
        border: none;
    }
    .btn-cmn-02.type-01 span { padding-left: 21px;}
    .btn-cmn-02.type-01 span:after {
        width: 15px;
        height: 17px;
        background-size: 15px 17px;
    }

    .btn-cmn-02.type-02 {
        width: 100%;
        height: 38px;
        padding: 7px 0;
        -webkit-box-shadow: 0 2px #aa7c24;
        -moz-box-shadow: 0 2px #aa7c24;
        box-shadow: 0 2px #aa7c24;
    }
    .btn-cmn-02.type-02 span { padding-left: 20px;}
    .btn-cmn-02.type-02 span:after {
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
    }
}
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 90;
}
.btn-cmn-pagetop a {
    display: block;
    width: 98px;
    height: 98px;
    padding-top: 48px;
    border-radius: 3px;
    background: url(/oa/icon/web/btn_pagetop_01.png) #3e9740 center 15px no-repeat;
    text-align: center;
    font-size: 14px;
    color: #fff;
    -webkit-box-shadow: 0 3px #3a803c;
    -moz-box-shadow: 0 3px #3a803c;
    box-shadow: 0 3px #3a803c;
}
.btn-cmn-pagetop a:hover { opacity: 0.7; }

@media screen and (max-width: 768px) {
    .btn-cmn-pagetop {
        position: static;
        display: block;
    }
    .btn-cmn-pagetop a {
        width: auto;
        height: 59px;
        padding-top: 29px;
        margin-bottom: 18px;
        border-radius: 5px;
        border: 2px solid #d2d2d2;
        background: url(/oa/icon/web/btn_pagetop_01_sp.png) #fff center 9px no-repeat;
        background-size: 23px auto;
        font-size: 16px;
        font-weight: bold;
        color: #3e9740;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 1 !important;
    }
}

/* ==========================================================
 slider
========================================================== */
.mod-bottom-slide-01 { padding: 0 35px; }
.mod-bottom-slide-01 ul { overflow: hidden; }
.mod-bottom-slide-01 ul li {
    float: left;
    margin-left: 14px;
}
.mod-bottom-slide-01 .bx-wrapper ul li,
.mod-bottom-slide-01 ul li:first-child { margin-left: 0; }
.mod-bottom-slide-01 .box-slide {
    width: 264px;
    /*  height: 287px;*/
    border-radius: 3px;
    margin: 0 5px 5px;
    padding: 15px 15px;
    background-color: #fff;
    border-top: 6px solid #3e9740;
    -webkit-box-shadow: 0 1px 3px #d7d7d7;
    -moz-box-shadow: 0 1px 3px #d7d7d7;
    box-shadow: 0 1px 3px #d7d7d7;
    font-size: 14px;
}
.mod-bottom-slide-01 .box-slide .title {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 16px;
}
.mod-bottom-slide-01 .box-slide .title a { text-decoration: underline; }
.mod-bottom-slide-01 .box-image {
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 1.4;
}
.mod-bottom-slide-01 .box-image figure {
    float: left;
    padding-top: 2px;
}
.mod-bottom-slide-01 .box-image figure a:hover img {
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha( opacity=70);
    opacity: 0.7;
}
.mod-bottom-slide-01 .box-image .text {
    overflow: hidden;
    padding-left: 10px;
}
.mod-bottom-slide-01 .box-slide .sub-title {
    margin-bottom: 6px;
    font-weight: bold;
    color: #3e9740;
}
.mod-bottom-slide-01 .box-slide .detail { margin-bottom: 12px; }
.mod-bottom-slide-01 .box-slide .detail dt {
    float: left;
    color: #e94609;
}
.mod-bottom-slide-01 .box-slide .text-01 dd {
    clear: both;
    overflow: hidden;
}
.mod-bottom-slide-01 .bx-controls-direction a {
    display: block;
    left: -40px;
    width: 24px;
    height: 52px;
    margin-top: -35px;
    background: url(/oa/icon/web/btn_prev_01.png) no-repeat;
}
.mod-bottom-slide-01 .bx-controls-direction a.bx-next {
    left: auto;
    right: -40px;
    background: url(/oa/icon/web/btn_next_01.png) no-repeat;
}
.mod-bottom-slide-01 .bx-controls-direction a:hover { opacity: 0.7; }

/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */

/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */


/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
    -ms-filter: 'alpha( opacity=100)';
    opacity: 1;
}
.is-opacity:hover
{
    -ms-filter: 'alpha( opacity=70)';
    filter: alpha( opacity=70);
    opacity: 0.7;
}
/* css animation
---------------------------------------------------------- */
.is-animate
{
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-pt-00    { padding-top: 0 !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-mb-30    { margin-bottom: 30px !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc {}
.only-tb,
.only-sp,
.no-pc { display: none !important;}
.no-tb {}
.no-sp {}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .only-pc,
    .no-sp,
    .only-tb,
    img.only-tb  { display: none !important;}
    .only-sp,
    .no-pc,
    .no-tb     { display: block !important;}
    img.only-sp,
    img.no-pc,
    img.no-tb  { display: inline-block !important;}
}
.header_title {
    font-size:11px;
    color:#999999;
}

.banner-size{
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-position {
    text-align: center;
}