@charset "utf-8";

/* -----------------------------------------------
 * base.css
 * LastUpdate : 15/04/21
----------------------------------------------- */

body {
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100% !important;
    height: auto !important;
    width /***/:auto;　/*IE8のみ適用*/
}

#base {
    /*max-width: 480px;
    margin: 0 auto;*/
    border-top: 5px solid #00B9EF;
}

#main p,#main li,#main td,#main th {
    line-height: 1.5em;
}
.inner{
	margin: 0 2%;
}
.box_inner {
    margin-bottom: 20px;
}
.box_inner:last-child {
    margin-bottom: 0;
}
#base {
}
.icon {
    margin-right: 5px;
}
.box {
    margin-bottom: 20px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px;
}
h2 {
    background: #D7BA76;
    padding: 13px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 130%;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
h2 .small {
    font-size: 80%;
}
h3 {
    color: #2681CC;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 5px solid #2681CC;
    padding-left: 7px;
}

.accordion h3.switch {
    margin-bottom: 0;
    color: #111;
    border-left: 10px;
}
h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
a:after,a:before,.switch:after {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
header {
    /*padding: 10px 0;*/
    position: relative;
    /*height: 50px;*/
    box-sizing:border-box;
}
header h1 {
    position: absolute;
    left: 0px;
    top: 13px;
    z-index: 9999;
}
header h1 img {
    width: 170px;
}

.info {
    padding-top: 35px;
}

.info li {
    float: left;
    background: #002261;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 4px;
    margin-bottom: 5px;
}
.info li:last-child {
    margin-right: 0;
}
.info li img {
    height: 11px !important;
    line-height: 1;
    display: block;
}


header a, a:hover, header a:hover img,.mean-nav a,.mean-nav a:hover {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.mean-nav {
    border-right: 5px solid #00B9EF;
    border-left: 5px solid #00B9EF;
    box-sizing:border-box !important;
}
.mean-container .mean-nav ul li {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 10px auto;
}

li.search_nav,.mean-container .mean-nav ul li li {
    background-image:none !important;
}
.meanmenu-reveal:before {
    content: "メニュー";
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    color: #fff;
    position: absolute;
    text-indent: 0px;
    right: 45px;
    border-radius: 5px;
    background: #00b9ef;
    width: 50px;
    padding: 0 5px;
    top: 15px;
}
.meanmenu-reveal:after {
    content: "E";
    position: absolute;
    text-indent: 0px;
    color: #00b9ef;
    font-size: 18px;
    right: 34px;
    top: 16px;
}
#search_navmenu {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
#search_navmenu li {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 25%;
}
#search_navmenu li:first-child {
    border-left: none;
}
#search_navmenu li a {
    display: block;
    font-size: 10px;
    text-align: center;
}
#search_navmenu li.active {
    background: #3fabc9;
}
#search_navmenu li.active a {
    color: #fff;
}
#search_navmenu li img {
    width: 80%;
}

.tel {
    background: #00B9EF;
    text-align: center;
    padding: 10px;
}
.tel img {
    width: 75%;
}
.tel .btn {
    display: block;
    background: #fff;
    color: #00B9EF;
    text-align: center;
    padding: 8px 5px;
    margin-top: 10px;
    border-radius: 30px;
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer aside {
    text-align: center;
    margin: 15px 0;
}
footer aside ul {
    display: inline-block !important;
}

footer aside li {
    float: left;
    font-size: 11px;
}
footer aside li:last-child {
}
footer aside li:after {
    content: "｜";
    margin-right: 5px;
}

footer aside li:last-child:after {
    content: none;
}
footer .foot_copy {
    font-size: 11px;
    text-align: center;
}





/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
/*#page-top {
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#page-top a {
    display: block;
    text-align: center;
    padding: 15px 10px;
}
#page-top a:after {
    content: "\46";
    margin-left: 5px;
}*/

/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 1;
}

#page-top a {
    background: url(../img/pagetop.png) no-repeat center #00B9EF;
    text-decoration: none;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    border-radius: 45px;        /* CSS3草案 */  
    -webkit-border-radius: 45px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 45px;   /* Firefox用 */
}

.copy {
    text-align: center;
    font-size: 9px;
    margin: 15px;
    color: #00B9EF;
}

/* -----------------------------------------------
 * ボタン
----------------------------------------------- */
.btn a,.btn input {
    display: inline-block;
    width: 60%;
    background: #008FB7;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    box-sizing:border-box;
    -webkit-appearance: none;
    border: none;
}

.btn02 a {
    background: #FFAF00;
    display: inline-block;
    width: 60%;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    box-sizing:border-box;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.btn03 a {
    background:#11ABD2;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    box-sizing:border-box;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

small {
    font-size: 11px;
    display: block;
}