
/**
 * Base appearance
 */

body {
    font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14.4px;
    font-weight: normal;
    line-height: 1.5;
    padding-top: 175px;
    color: #604C3F;
}

a {
    color: #009ce5;
    text-decoration: none;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

a:hover {
    opacity: .68;
}

img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

a.block,
.block>img,
img.block {
    display: block;
}

a.block.fill,
.block.fill>img,
img.block.fill {
    width: 100%;
}

figure {
    display: block;
}
figure > a,
figure > a > img,
figure > span,
figure > span >img,
figure > img {
    display: block;
}

nav ul,
nav ul>li {
    display: block;
    list-style-type: none;
}

small {
    font-size: 1em;
}

address {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 1em;
}


/**
 * Button appearance
 */

a.btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 5px;
    background-color: #604C3F;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

a.btn--blue {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 30%;
    margin: 3em auto 0;
    padding: 12px;
    background-color: #956134;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border-radius: .3em;
}
@media screen and (max-width: 780px){
    a.btn--blue {
        max-width: 100%;
        margin: 1em auto 0;
    }
}
a.btn--blue::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url(../images/common/tri_cir_white.png);
    background-position: center;
    background-size: 20px 20px;
}

a.btn.block {
    display: block;
}

a.btn.tri-circle {
    line-height: 24px;
}

a.btn.tri-circle::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url("../images/common/tri_cir_white.png");
    background-position: center;
    background-size: 20px 20px;
}

a.link.tri-blue {
    display: inline-block;
    font-size: 13.6px;
    padding-left: 12px;
    margin-left: 1px;
    margin-top: 4px;
    background-image: url("../images/common/tri_brown.svg");
    background-position: left center;
    background-size: 4px 7px;
    line-height: 18px;
}

p {
    word-wrap:break-word;
    overflow-wrap:break-word;
}

.boxbutton {
    text-align: center;
}
.boxbutton a {
    position: relative;
    padding: 15px 10%;
    width: 80%;
    background-color: #f7d034;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #f7ba59;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}
.color_default{
	color:#604C3F; 
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.txt_center{
	text-align: center;
}
.txt_big_bold{
    font-size: 1.2em;
    font-weight: bold;
}

/**
 * Outline layout
 */

#header,
#footer,
#main>article>section,
#global-nav>ul,
#footer-nav>ul {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#global-nav,
#footer-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#main>article>section.full {
    max-width: 100%;
    width: 100%;
}

#main>article {
    overflow: hidden;
}

#main>article:first-of-type {
    overflow: visible;
}

.row,
div,
header,
article,
section,
footer,
nav>ul,
aside {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row::after,
div::after,
header::after,
article::after,
section::after,
footer::after,
nav>ul::after,
aside::after {
    content: "";
    display: block;
    clear: both;
}

.row>.col {
    display: block;
    float: left;
}
ul.row,
ul.row > li.col {
    display: block;
    list-style-type: none;
}

.row>.col.col-1 {
    width: 100%;
}

.row>.col.col-2 {
    width: 50%;
}

.row>.col.col-3 {
    width: 33.333%;
}

.row>.col.col-4 {
    width: 25%;
}

ul.list,
ul.list > li {
    display: block;
    list-style-type: none;
}
/**
 * Outline appearance
 */

#global-nav {
}

#footer-nav {
    background-color: #604C3F;
}

/**
 * Header layout
 */

#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 120px;
    z-index: 100;
    border-bottom: #ccc solid 1px;
}

#header>a.logo {
    position: absolute;
    display: block;
    top: 24px;
    left: 50%;
    margin-left: -490px;
}
#header>a.logo img{
    width: 350px;
}
#header>a.nav-button {
    display: none;
}

#header>aside {
    position: absolute;
    top: 40px;
    right: 60%;
    width: 360px;
    height: 60px;
    font-weight: normal;
    margin-right: -615px;
}

#header>aside>address {
    display: block;
}

#header>aside>address>a.tel,
#header>aside>address>small {
    display: inline-block;
}

#header>aside>nav {
    position: absolute;
    right: 0;
    top: 0;
}


/**
 * Header appearance
 */

#header {
    background-color: #fff;
}

#header>aside a {
    color: #604C3F;
}

#header>aside>address>a.tel {
    background-image: url(../images/common/ico_freedial.svg);
    background-position: left center;
    background-size: 24px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 28px;
}

#header>aside>address>small {
    font-size: .85em;
    margin-top: -10px;
}

#header>aside>nav li {
    margin-bottom: 6px;
}

#header>aside>nav li>a {
    font-size: 12px;
    padding-left: 28px;
    line-height: 18px;
}

#header>aside>nav li.contact>a {
    background-image: url("../images/common/ico_contact.svg");
    background-position: 2px center;
    background-size: 18px 12px;
}

#header>aside>nav li.info>a {
    background-image: url("../images/common/ico_speaker.svg");
    background-position: left center;
    background-size: 20px 15px;
}
#header .header_button a {
    padding: 8px 18px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    background-color: #F19D51;
    line-height: 16px;
    text-align: center;
    margin-top: .5em;
    font-size: 1.2em;
    font-weight: 500;
}

/**
 * Global nav layout
 */

#global-nav {
    display: block;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    max-width: none;
    height: 50px;
    z-index: 100;
}

#global-nav>ul {
    display: table;
    table-layout: fixed;
    height: 100%;
}

#global-nav>ul>li {
    position: relative;
    display: table-cell;
    text-align: center;
    width: 19%;
}

#global-nav>ul>li:first-child {
    width: 5%;
    text-indent: -9999px;
    overflow: hidden;
}

#global-nav>ul>li>a {
    display: block;
    height: 30px;
    margin-top: 10px;
    padding: 0 15px;
}

#global-nav>ul>li>a+ul {
    position: absolute;
    top: 100%;
    z-index: 101;
    width: 100%;
    display: none;
}

#global-nav>ul>li:hover>a+ul {
    display: block;
}

#global-nav>ul>li>a+ul>li>a {
    display: block;
    padding: 0 15px;
}


/**
 * Global nav appearance
 */

#global-nav {
    background-color: #fff;
}
#global-nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 48px;
    background-image: url('../images/common/header_curtain_top.svg');
    background-repeat:repeat-x;
    background-size:cover;
}

#global-nav>ul>li {
    background-color: #fff;
    font-weight: normal;
}
#global-nav>ul>li.sponly {
    display: none;
}

#global-nav>ul>li::before,
#global-nav>ul>li:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 1px;
    height: 30px;
    background-color: #604C3F;
    opacity: .5;
}
#global-nav>ul>li::before {
    left: 0;
}
#global-nav>ul>li:nth-child(6)::after {
    right: 0;
}

#global-nav>ul>li>a {
    opacity: 1;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
#global-nav>ul>li>a::after{
    content: "";
    position: absolute;
    display: block;
    background-color: #604c3f;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

#global-nav>ul>li:hover>a,
#global-nav>ul>li.current_page_item>a {
    color: #604c3f;
}

#global-nav>ul>li:hover>a::after,
#global-nav>ul>li.current_page_item>a::after {
    opacity: 1;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

#global-nav>ul>li>a {
    line-height: 30px;
    color: #604C3F;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#global-nav>ul>li:first-child>a {
    background-image: url("../images/common/ico_home_g.svg");
    background-position: center;
    background-size: 16px 13.5px;
}
#global-nav>ul>li.current_page_item:first-child>a,
#global-nav>ul>li:first-child:hover>a {
    background-image: url("../images/common/ico_home_g.svg");
}

#global-nav>ul>li>a+ul.submenu {
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;

    animation-duration: .15s;
    animation-name: fade-in;
    -moz-animation-duration: .15s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .15s;
    -webkit-animation-name: fade-in;
}
#global-nav>ul>li:hover>a+ul.submenu {
    opacity: 1;
}

#global-nav>ul>li>a+ul.submenu>li>a {
    color: #fff;
    background-color: #604c3f;
    line-height: 40px;
    margin-top: 1px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#global-nav>ul>li>a+ul.submenu>li:first-child>a {
    margin-top: 0;
}

#global-nav .header_button{
    display: none;
}
#global-nav.open .header_button{
    display: block;
}
#global-nav.open .header_button a {
    padding: 8px 18px;
    border-radius: 5px;
    color: #604c3f;
    overflow: hidden;
    width: 80%;
    margin: 5% 10% 3%;
    display: inline-block;
    border: #604c3f 1px solid;
    line-height: 16px;
    text-align: center;
}


/**
 * Footer nav layout
 */

#footer-nav {
    display: block;
    height: 50px;
    z-index: 100;
}

#footer-nav>ul {
    display: table;
    table-layout: auto;
    height: 100%;
    width: 100%;
    max-width: 730px;
}

#footer-nav>ul>li {
    position: relative;
    display: table-cell;
    text-align: center;
}

#footer-nav>ul>li>a {
    display: block;
    height: 30px;
    margin-top: 10px;
    padding: 0 15px;
}


/**
 * Footer nav apparance
 */

#footer-nav>ul>li::before,
#footer-nav>ul>li:last-child::after {
    content: "";
    position: absolute;
    top: 15px;
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    opacity: .5;
}

#footer-nav>ul>li::before {
    left: 0;
}

#footer-nav>ul>li:last-child::after {
    right: 0;
}

#footer-nav>ul>li>a {
    display: block;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/**
 * Footer layout
 */

#footer {
    padding: 30px 0;
}

#footer>a.logo {
    display: block;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #604C3F;
    padding-bottom: 8px;
    margin-top: -4px;
}
#footer>a.logo>small {
    display: block;
    font-size: .75em;
    font-weight: normal;
    color: #604C3F;
    opacity: .8;
}

#footer>address {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 3em;
}

#footer>address>p:last-child {
    margin-top: 5px;
}

#footer>address>p.info {
    display: none;
}

#footer>address>p:last-child {
    display: block !important;
    margin-top: 5px;
}
#footer>address a.tel {
    color: #604C3F;
}

#footer>address>p>em {
    font-style: normal;
}

#footer>aside {
    position: absolute;
    text-align: right;
    width: 35%;
    right: 0;
    top: 30px;
}

#footer>aside li:nth-child(2),
#footer>aside li:last-child {
    display: inline-block;
}

#footer>aside li:nth-child(2)>a,
#footer>aside li:last-child>a {
    display: inline-block;
}

#footer>div.social {
    float: left;
    width: 50%;
}
#footer>div.social li{
    list-style: none;

}
#footer>div.social li a{
    float: left;    
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 6%;
}
#footer>div.social li.fb a{
    background-image: url("../images/common/ico_fb.png");
}
#footer>div.social li.insta a{
    background-image: url("../images/common/ico_insta.png");
}
#footer>small.copyright {
    display: block;
    text-align: center;
}


/**
 * Footer appearance
 */

#footer>aside ul,
#footer>aside ul>li {
    list-style: none;
    display: block;
}

#footer>aside li:first-child>a {
    color: #604c3f;
    max-width: 100%;
    display: inline-block;
    background-image: url("../images/common/ico_contact.svg");
    background-position: center left;
    background-size: 16px 12px;
    line-height: 16px;
    font-weight: bold;
}

#footer>aside li:first-child>a::before {
    content: "";
    display: inline-block;
    width: 24px;
}

#footer>aside li:nth-child(2)>a,
#footer>aside li:last-child>a {
    font-size: 13.6px;
    padding-left: 8px;
    margin-left: 8px;
    margin-top: 4px;
    color: #604C3F;
    background-image: url("../images/common/tri_brown.svg");
    background-position: left center;
    background-size: 4px 7px;
    line-height: 18px;
    margin-bottom: 1em;
}


/**
 * Sidebar sidebar layout and appearance
 */

#main>article:first-of-type>section {
    padding-right: 290px;
}

#main>article#contents>section:first-of-type {
padding-top: 40px !important;
/* default: 65px, up-shifted: 40px */
}


#sidebar {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 250px;
    margin-left: 240px;
}

#sidebar > #openinfo {
    padding: 15px;
    background-color: #f1f1f1;
    border: solid 1px #bfb7b2;
}

#sidebar h1 {
    /* color: #fff; */
    text-align: center;
    width: 250px;
    margin-left: -15px;
    /* margin-top: -15px; */
    margin-bottom: 15px;
    line-height: 2.5;
    /* font-size: 1.15em; */
    font-weight: bold;
}

#sidebar #usage{
	padding: 1em;
    background-color: #FFF;
    text-align: center;
    margin-bottom: 1.5em;
}
#sidebar #usage dt{
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
#sidebar #usage dd span{
	font-size: 1.5em;
	font-weight: bold;
	color: #99CC33;
}
#sidebar #usage dd:last-of-type{
	margin-top: 1em;
	padding-top: 1em;
	border-top: dashed 1px #CCC;
	font-size: .85em;
	text-align: left;
}




#sidebar #biz_calendar {
    padding: 15px 15px 5px 15px;
    background-color: #fff;
}

#sidebar #biz_calendar table {
    position: relative;
    margin-top: 2em;
    width: 100%;
    border-collapse: collapse;
}

#sidebar #biz_calendar table tr:first-child {
    display: block;
    position: absolute;
    top: -2em;
    left: 0;
    width: 100%;
    height: 1.5em;
    overflow: hidden;
}

#sidebar #biz_calendar table tr:first-child>td {
    position: absolute;
    top: 0;
    height: 1.5em;
}

#sidebar #biz_calendar table tr:first-child>td.calmonth {
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: bold;
}

#sidebar #biz_calendar table tr:first-child>td.calbtn {
    cursor: pointer;
    width: 18px;
    background-color: #956134;
}

#sidebar #biz_calendar table tr:first-child>td.calbtn::after {
    content: "";
    position: absolute;
    display: block;
    background: transparent url("../images/common/tri_white.png") no-repeat center center;
    background-size: 6px 9px;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}

#sidebar #biz_calendar table tr:first-child>td.calbtn img {
    position: relative;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#sidebar #biz_calendar table tr:first-child>td.calbtn.today-img {
    display: none;
}

#sidebar #biz_calendar table tr:first-child>td.calbtn.down-img {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sidebar #biz_calendar table tr:first-child>td.calbtn.up-img {
    right: 0;
}

#sidebar #biz_calendar table tr:first-child~tr th,
#sidebar #biz_calendar table tr:first-child~tr td {
    position: relative;
    font-size: .88em;
    padding: .12em;
    text-align: center;
}

#sidebar #biz_calendar table tr:first-child+tr>th {
    background-color: #dfdfdf;
    line-height: 2;
}

#sidebar #biz_calendar table tr:first-child~tr td {
    line-height: 2.5;
}

#sidebar #biz_calendar table tr:first-child~tr td.holiday::before {
    content: "";
    display: block;
    position: absolute;
    left: -webkit-calc(50% - .5em);
    top: -webkit-calc(50% - .5em);
    left: calc(50% - .5em);
    top: calc(50% - .5em);
    width: 1em;
    height: 1em;
    background-color: #FDE7A3;
    border-radius: 50%;
    z-index: 9;
    overflow: hidden;
    line-height: 1;
    font-size: 1.5em;
}

#sidebar #biz_calendar table tr:first-child~tr td.holiday>span {
    position: relative;
    z-index: 10;
}

#sidebar #biz_calendar p {
    display: none;
}

#sidebar #biz_calendar+p {
    position: relative;
    font-size: .95em;
    line-height: 3;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#sidebar .holiday-sign {
    color: #FDE7A3;
}

#sidebar #biz_calendar+p:before,
#sidebar #biz_calendar+p:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
}

#sidebar #biz_calendar+p:before {
    background-color: #ccc;
    bottom: 1px;
}

#sidebar #biz_calendar+p:after {
    background-color: #fff;
    bottom: 0;
}

#sidebar .eo-fullcalendar{
    font-size: .85em;
}
#sidebar .fc-content{
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
}
/* ポップアップ */
.qtip-eo {
    font-size: 1em !important;
    line-height: 140% !important;
}


#sidebar .eo-calendar-shortcode{
	background-color: #FFF;
	padding: 15px 15px 15px 15px;
}
#sidebar .eo-calendar-shortcode table{
	width: 100%;
	font-size: .9em;
	margin: 0;
}

#sidebar .eo-calendar-shortcode caption{
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
#sidebar .eo-calendar-shortcode table thead>tr{
    /*
	background-color: #dfdfdf;
    */
}
#sidebar .eo-calendar-shortcode table thead th{
    /*
	background-color: #dfdfdf;
    */
	line-height: 2;
	text-align: center;
	margin: 0;
	padding: 0;
}
#sidebar .eo-calendar-shortcode table tbody td{
	text-align: center;
	line-height: 2.5;
	margin: 0;
	position: relative;
}

#sidebar .eo-calendar-shortcode a {
    position: relative;
    z-index: 10;
	color:#FFF;
}
#sidebar .eo-calendar-shortcode .eo-event-cat-holiday::before {
    content: "";
    display: block;
    position: absolute;
    left: -webkit-calc(50% - .5em);
    top: -webkit-calc(50% - .5em);
    left: calc(50% - .5em);
    top: calc(50% - .5em);
    width: 1em;
    height: 1em;
    background-color: #b3d46e;
    border-radius: 50%;
    z-index: 9;
    overflow: hidden;
    line-height: 1;
    font-size: 1.5em;
}
#sidebar .eo-calendar-shortcode .eo-event-cat-eventday::before {
    content: "";
    display: block;
    position: absolute;
    left: -webkit-calc(50% - .5em);
    top: -webkit-calc(50% - .5em);
    left: calc(50% - .5em);
    top: calc(50% - .5em);
    width: 1em;
    height: 1em;
    background-color: #FED13E;
    border-radius: 50%;
    z-index: 9;
    overflow: hidden;
    line-height: 1;
    font-size: 1.5em;
}

#sidebar .eo-calendar-shortcode #eo-widget-prev-month,
#sidebar .eo-calendar-shortcode #eo-widget-next-month{

}
#sidebar .eo-calendar-shortcode #eo-widget-prev-month a,
#sidebar .eo-calendar-shortcode #eo-widget-next-month a{
	color: #FFF;
	padding: 0 .5em;
	background-color:#956134;
	font-size: 0.8em;

}
#sidebar .eo-calendar-shortcode #eo-widget-next-month{
	text-align: right;
}
#sidebar .eo-calendar-shortcode+p{
	position: relative;
    font-size: .95em;
    line-height: 3;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#sidebar .eo-calendar-shortcode+p:before, 
#sidebar .eo-calendar-shortcode+p:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
}
#sidebar .eo-calendar-shortcode+p:before {
    background-color: #ccc;
    bottom: 1px;
}
#sidebar .eo-calendar-shortcode+p:after {
    background-color: #fff;
    bottom: 0;
}
#sidebar .holiday-sign {
    color: #FED13E
}
#sidebar .eventday-sign {
    color: #BAD995;
}
#sidebar p.cal_bottom{
	padding: 1em 0;
	font-size: .85em;
	margin-bottom: 1em;
}
#sidebar p.cal_bottom > a {
    color: #604C3F;
    padding-left: 1em;
    background-image: url("../images/common/tri_brown.svg");
    background-position: left center;
    background-size: 4px 7px;
}

#sidebar h2 {
    color: #48392F;
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 8px;
}
#sidebar h2 span{
    font-size: .85em;
}
#sidebar h2>small {
    display: block;
    color: #604C3F;
    font-size: 12px;
    font-weight: normal;
}
#sidebar h2 + p{
	font-size:0.9em;
}

#sidebar h3 {
    display: block;
    margin-top: .5em;
    font-weight: bold;
}

#sidebar h3::before {
    content: "【";
}
#sidebar h3::after {
    content: "】";
}


#sidebar small {
    display: block;
    font-size: .85em;
}
#sidebar p>small:last-of-type{
    margin-bottom: 5px;
	text-indent:-0.5em;
}

#sidebar small>em {
    font-style: normal;
    color: #e50012;
}

#sidebar small.daggered {
    position: relative;
    padding-left: 1em;
    margin-top: .5em;
}

#sidebar small.daggered::before {
    content: "※";
    position: absolute;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
}

#sidebar>#openinfo a.tel{
    color: #604C3F;
}


#sidebar #banners {
    width: 250px;
    background-color: #fff;
}
#sidebar #banners ul li {
    padding-top: 1em;
}


/**
 * Lower-level pages header
 */

#main>header#heading-banner {
    background: transparent url("../images/common/titleback.jpg") no-repeat center bottom;
    /* background-size: 162% auto; */
	background-size: cover;
    height: 180px;
    padding-top: 50px;
}

#main>header#heading-banner h1,
#main>header#heading-banner nav {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

#main>header#heading-banner h1 {
    font-size: 28px;
    color: #48392F;
    font-weight: bold;
    text-shadow: 2px 2px 10px #FFF ,
        -2px 2px 10px #FFF ,
        2px -2px 10px #FFF ,
        -2px -2px 10px #FFF
}

#main>header#heading-banner nav ul>li {
    display: inline-block;
    width: auto;
    color: #fff;
}

#main>header#heading-banner nav ul>li>a {
    color: #fff;
}

#main>header#heading-banner nav ul>li::before {
    content: "\003e";
    display: inline;
    margin-left: 4px;
    margin-right: 8px;
}

#main>header#heading-banner nav ul>li:first-child::before {
    display: none;
}

#main>article#contents {
    margin-bottom: 70px;
}

/**
 * Lower-level contents layout and appearance
 */

#contents>aside#sidebar {
    bottom: auto;
    top: -41px;
}

#contents>section {
    margin-bottom: 40px;
    line-height: 1.62;
}
#contents>section p {
    margin-bottom: 6px;
}
#contents>section p:last-child {
    margin-bottom: 0;
}
#contents>section ul,
#contents>section ol {
    margin-bottom: 6px;
    padding-left: 1.5em;
}
#contents>section ul:last-child,
#contents>section ol:last-child {
    margin-bottom: 0;
}
#contents>section>figure {
    margin-top: 0;
    margin-bottom: 20px;
}

#contents>section>h2 {
    background-color: #604C3F;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 10px;
    margin-bottom: 20px;
    line-height: 30px;
}

#contents>section>h2::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 30px;
    margin-left: 5px;
    margin-right: 8px;
    line-height: 1;
    background-color: rgba(255, 255, 255, .5);
    vertical-align: top;
}

#contents>section>h2.heading-plain {
    background-color: transparent;
    color: #604C3F;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

#contents>section>h2.heading-plain::before {
    background-color: #48392F;
    margin-left: 0;
}

#contents>section h3 {
    font-size: 18.8px;
    line-height: 24.4px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 4px;
    padding-left: 25px;
    padding-top: .5em;
    padding-bottom: 5px;
    background: transparent url("../images/common/cir_brown.svg") no-repeat left .5em;
    background-size: 20px 20px;
}
#contents>section>h3:first-child {
    margin-top: 20px;
}

#contents>section small {
    display: block;
    font-size: .88em;
}
#contents>section small.addition {
    color: #b3d46e;
    font-size: 1em;
}

#contents>section>p + small {
    margin-top: 10px;
}

#contents>section figure h3,
#contents>section dl h3 {
    margin-top: 4px;
}


#contents>section h4 {
    font-weight: bold;
    margin-top: 20px;
    margin-left: -10px;
}

#contents>section>hr {
    margin-top: 40px;
    margin-bottom: 40px;
    opacity: .45;
}

#contents>section>ul.row {
    margin-bottom: 20px;
    padding-left: 0;
}

#contents>section>ul.row.xssp {
    margin-right: -10px;
    margin-top: -10px;
}
#contents>section>ul.row.xssp > .col {
    padding-right: 10px;
    padding-top: 10px;
}

#contents>section>ul.row.smsp {
    margin-right: -20px;
    margin-top: -16px;
}
#contents>section>ul.row.smsp > .col {
    padding-right: 20px;
    padding-top: 16px;
}

#contents>section>ul.row.mdsp {
    margin-right: -30px;
    margin-top: -22px;
}
#contents>section>ul.row.mdsp > .col {
    padding-right: 30px;
    padding-top: 22px;
}

#contents>section>ul.row.lgsp {
    margin-right: -40px;
    margin-top: -28px;
}
#contents>section>ul.row.lgsp > .col {
    padding-right: 40px;
    padding-top: 28px;
}

#contents>section>nav.inpage-nav {
    background-color: #f1f1f1;
    padding: 15px;
}
#contents>section>nav.inpage-nav > ul.row {
    margin-right: -1px;
    margin-top: -1px;
}
#contents>section>nav.inpage-nav > ul.row > .col {
    padding-right: 1px;
    padding-top: 1px;
}
#contents>section>nav.inpage-nav > ul.row > .col > a {
    display: block;
    background-color: #fff;
    color: #888;
    font-weight: normal;
    line-height: 30px;
    text-align: center;

    padding-left: 15px;
    padding-right: 5px;

    font-size: 12.4px;
    color: #604C3F;
    background-image: url("../images/common/tri_blue2.png");
    background-position: 10px center;
    background-size: 7px 4px;

    letter-spacing: -.05em;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#contents>section>aside {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 8px;
}

#contents>section>aside>dl>dt {
    display: block;
    color: #48392F;
    font-weight: bold;
    margin-bottom: 5px;
}
#contents>section>aside>dl>dd {
}

#contents>section nav>ul.row {
    padding-left: 0;
}

#contents>section table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
    table-layout: fixed;
}
#contents>section table th,
#contents>section table td {
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#contents>section table th {
	width: 25%;
    font-weight: bold;
    background-color: #f1f1f1;
}

#contents>section small.daggered {
    position: relative;
    padding-left: 1em;
    margin-top: .5em;
}

#contents>section small.daggered::before {
    content: "※";
    position: absolute;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
}
#contents>section a.tel {
    color: #604C3F;
}

#contents>section nav.pagination {
    padding-top: .75em;
}

/**
 * Form layout and appearance
 */
#contents>section form table th,
#contents>section form table td {
    border: 1px solid #ddd;
}
#contents>section form input,
#contents>section form textarea,
#contents>section form select {
    -webkit-appearance: none;
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    border: 1px #ccc solid;
    border-radius: 1px;
    max-width:100%;
}
#contents>section form .form_submit_btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#contents>section form input[type='submit'] {
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 15px;
    width: 30%;
    min-width: 160px;
}


/**
 * Tag layout and appearance
 */

.tag {
    display: inline-block;
    width: 8em;
    margin: 0 .5em;
    font-size: .6em;
    line-height: 2.2em;
    text-align: center;
    background-color: #ccc;
    letter-spacing: -.1em;
    color: #fff;
}
.tag.news {
    background-color: #fccc55;
}
.tag.event_news {
    background-color: #b3d46e
}
.tag.important {
    background-color:#ed7455;
}

/**
 * Page-top button
 */
body > a.page-top-btn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 16px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 1;
/*    border: 1px #ffffff solid;*/
    border-radius: 50%;
    font-size: .72em;
/*    background-color: rgba(80, 80, 80, 0.85);*/
    box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.12);
    z-index: 10000;
}
body > a.page-top-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('../images/common/btn_pageup.png') no-repeat center center;
    background-size: 100% auto;
}

body > a.page-top-btn.btn-hidden {
    opacity: 0;
}

/**
 * Breakpoint: 1600px~
 */

@media screen and (min-width: 1601px) {
    /**
     * Outline layout override
     */
    #header,
    #global-nav,
    #footer-nav {
    }
    #header,
    #global-nav {
        left: 50%;
        margin-left: -50%;
    }
    /**
     * Footer nav layout override
     */
    #footer-nav>ul {
        max-width: 730px;
    }
}


/**
 * Breakpoint: ~1040px
 */

@media screen and (max-width: 1040px) {
    /**
     * Outline layout override
     */
    #header,
    #footer,
    #main>article>section,
    #main>aside>section,
    #global-nav>ul,
    #footer-nav>ul {
        max-width: none;
        width: 95%;
    }
    /**
     * Header layout override
     */
    #header {
        width: 100%;
    }
    #header>a.logo {
        margin-left: -47.5%;
    }
    #header>aside {
        margin-right: -55%;
    }
    /**
     * Footer nav layout override
     */
    #footer-nav>ul {
        max-width: 730px;
    }
    /**
     * Sidebar sidebar override
     */
	#sidebar {
		left: auto;
		right: 2.5%;
	}
    /**
    * Lower-level pages override
    */
    #main>header#heading-banner {
        background-size: auto 100%;
    }
    #main>header#heading-banner h1,
    #main>header#heading-banner nav {
        max-width: none;
        width: 95%;
    }
}


/**
 * Breakpoint: ~780px
 */

@media screen and (max-width: 780px) {
    /**
     * Outline layout override
     */
    body {
        padding-top: 81px;
    }
    #header>aside {
        display: none;
    }
    #header,
    #footer,
    #main>article>section,
    #main>aside>section,
    #global-nav>ul,
    #footer-nav>ul {
        max-width: 100%;
        width: 90%;
    }
    .row>.col.col-sp-1 {
        width: 100%;
    }
    .row>.col.col-sp-2 {
        width: 50%;
    }
    .row>.col.col-sp-3 {
        width: 33.333%;
    }
    .row>.col.col-sp-4 {
        width: 25%;
    }
    /**
     * Header override
     */
    #header {
        margin-top: 15px;
        margin: 0 auto;
        height: 75px;
        width: 100%;
    }
    #header>a.logo {
        position: static;
        margin-left: 5%;
        margin-top: 12px;
        width: 260px;
    }
        #header>a.logo img{
            width: 100%;
    }
    #header>a.nav-button {
        position: absolute;
        display: block;
        right: 5%;
        top: 15px;
        width: 45px;
        height: 45px;
        background-color: #604C3F;
        z-index: 110;
        border-radius: 8px;
        padding-top: 3px;
    }
    #header>a.nav-button>span {
        display: block;
        width: 32px;
        height: 4px;
        margin-left: 6.5px;
        margin-top: 4px;
        background-color: #fff;
    }
    #header>a.nav-button>i {
        display: block;
        font-style: normal;
        position: absolute;
        width: 100%;
        bottom: 2px;
        text-align: center;
        font-size: 10px;
        color: #fff;
    }
    /**
     * Header global-nav override
     */
    #global-nav {
        background-color:inherit;
        border: none;
        top: 75px;
        height: auto;
    }
    #global-nav::after {
        height: 24px;
    }
    #global-nav.open {
        right: 0;
        bottom: 0;
        overflow-y: auto;     
    }
    #global-nav>ul {
        display: none;
        margin: 0;
        width: 100%;
        background-color: #fff;
        padding-bottom: 0;
    }
    #global-nav.open>ul {
        display: block;
    }
    #global-nav>ul>li {
        display: block;
        width: 100% !important;
        background-color: #fff;
        text-indent: 0 !important;
        padding-top: 2px;
    }
    #global-nav>ul>li.sponly {
        display: block;
    }
    #global-nav>ul>li>a {
        display: block;
        background-image: none !important;
        background-color: #604c3f;
        color: #fff;
        margin-top: 0;
        text-align: left;
        padding: 12px 20px;
        height: auto;
        line-height: 1;
    }
    #global-nav>ul>li.current_page_item::after {
        display: none;
    }
    #global-nav>ul>li.current_page_item>a,
    #global-nav>ul>li:hover>a {
        color: #fff;
        background-color: #77c4e5;
    }
    #global-nav>ul>li::after,
    #global-nav>ul>li::before,
    #global-nav>ul>li:hover>a::after,
    #global-nav>ul>li.current_page_item>a::after {
        display: none;
    }
    #global-nav>ul>li>a+ul.submenu {
        display: block;
        position: static;
        margin: 0;
        opacity: 1;
        -webkit-animation-name: none;
        animation-name: none;
    }
    #global-nav>ul>li>a+ul.submenu>li {
        padding-top: 2px;
    }
    #global-nav>ul>li>a+ul.submenu>li>a {
        text-align: left;
        padding: 12px 35px;
        margin: 0 !important;
        height: auto;
        line-height: 1 !important;
        font-size: 14.4px !important;
        background-color: #AD8971;
    }
    /**
     * Footer override
     */
    #footer {
        border-top: 1px solid #ccc;
        background-color: #604C3F;
        width: 100%;
        text-align: center;
        padding-top: 0;
        padding-bottom: 1em;
    }
    #footer>a.logo {
        color: #604C3F;
        font-size: 20px;
        background-color: #fff;
        padding: 20px 1em 10px;
        margin-top: 0;
    }
    #footer>a.logo>small {
        color: #604C3F;
    }
    #footer>address {
        margin: 0;
        padding: 20px 1em 1em;
        background-color: #fff;
    }
    #footer>address>p.info {
        display: block !important;
        margin-top: 10px;
    }
    #footer>address>p.info {
        margin-top: 15px;
    }
    #footer>address>p.info>em {
        display: block;
    }
    #footer>div.social {
        float: none;
        width: 100%;
        background-color: #fff;
        padding-bottom: 1em;
    }
    #footer>div.social ul{
        text-align: center;
        margin: auto;
        width: 15%;
    }
    #footer>div.social li a{
        width: 50%;
    }
    #footer>aside {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 1.5em;
        margin-bottom: 0em;
    }
    #footer>aside li:first-child>a {
        color: #FFF;
        background-image: url(../images/common/ico_contact_w.svg);
        margin-bottom: 1em;
    }
    #footer>aside li:nth-child(2)>a,
    #footer>aside li:last-child>a {
        color: #FFF;
        background-image: url("../images/common/tri_white.svg");;
    }	
    #footer>small.copyright {
        position: static;
        width: 100%;
        text-align: center;
        font-size: 12px;
		padding: 1em 0;	
        color: #FFF;
    }
	
	#footer #footer-logo span,
	#footer .copyright span{
		display: block;
	}
    /**
    * Footer nav override
    */
    #footer-nav {
        display: none;
    }
    /**
     * Sidebar sidebar override
     */
    #sidebar {
		display: none;
    }

	
    /**
    * Lower-level pages override
    */
    #main>header#heading-banner {
        height: 140px;
        padding-top: 45px;
		margin-top: 0;
    }
    #main>header#heading-banner h1,
    #main>header#heading-banner nav {
        max-width: 100%;
        width: 90%;
    }
    #main>header#heading-banner h1{
        text-align: center;
    }
    #main>header#heading-banner nav {
        visibility: hidden;
    }
	#main>article#contents {
		margin-bottom: 45px;
        min-height: inherit !important;
	}
	#main>article:first-of-type>section {
		padding-right: 0;
	}	
    /**
    * Lower-level contents override
    */
    #contents>section>ul.row.xssp {
        margin-right: -8px;
        margin-top: -5px;
    }
    #contents>section>ul.row.xssp > .col {
        padding-right: 8px;
        padding-top: 5px;
    }

    #contents>section>ul.row.smsp {
        margin-right: -10px;
        margin-top: -8px;
    }
    #contents>section>ul.row.smsp > .col {
        padding-right: 10px;
        padding-top: 8px;
    }

    #contents>section>ul.row.mdsp {
        margin-right: -16px;
        margin-top: -12px;
    }
    #contents>section>ul.row.mdsp > .col {
        padding-right: 16px;
        padding-top: 12px;
    }

    #contents>section>ul.row.lgsp {
        margin-right: -22px;
        margin-top: -18px;
    }
    #contents>section>ul.row.lgsp > .col {
        padding-right: 22px;
        padding-top: 18px;
    }
    /**
    * Form override
    */
    #contents>section form table,
    #contents>section form table tr,
    #contents>section form table tr>th,
    #contents>section form table tr>td {
        display: block;
        width: 100%;
    }
    #contents>section form input[type='submit'] {
        display: block;
        width: 100%;
    }

    #contents>section form table tr>th {
        text-align: left;
    }
    #contents>section form table tr>th,
    #contents>section form table tr>td {
        border-bottom-width: 0;
    }
    #contents>section form table tr:last-child>td {
        border-bottom-width: 1px;
    }
}

/**
 * Animation key-frames
 */


@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* ==========================================================================
   Special classes for posted article by WP editor
   ========================================================================== */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft { float: left; margin:0 10px 10px 0 ; }
.alignright { float: right; margin:0 0 10px 10px; }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 85.714%;
    padding: 3px 4px 5px;
    margin: 0;
}

#fancybox-wrap{
    overflow: visible !important;
}