@charset "UTF-8";
@media (min-width: 768px) {
  body.home {
    padding-top: 0 !important;
  }
  body.home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  body:not(.home) #nav {
    background: rgba(152, 133, 94, 0.9);
    margin-bottom: 0;
  }

  #wrap {
    position: relative;
  }
}
@media (min-width: 768px) {
  body.home .mainimage_wrap {
    position: relative;
  }
  body.home .mainimage_wrap #nav {
    background: rgba(152, 133, 94, 0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#wrap header {
  background: url(../img/common/hdr_bg.png) no-repeat center/cover;
  padding: 12px 0;
}
@media (max-width: 767px) {
  #wrap header .header_logo img {
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  #wrap header {
    padding: 28px 0;
  }
}

@media (min-width: 768px) {
  .side_bnr {
    width: 100px;
  }
  .side_bnr .side_bnr_block li:not(:last-child) {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  nav.sp_nav {
    padding: 0;
  }
  nav.sp_nav .header_nav-item img {
    max-width: 100%;
  }
}
#wrap #nav .header_menu > li > a {
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 12px;
  color: #333333;
}
@media (max-width: 767px) {
  #wrap #nav .header_menu > li > a {
    font-size: 16px;
  }
}
#wrap #nav .header_menu > li > a span {
  display: block;
  font-family: emily-austin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
#wrap #nav .header_menu > li .sub-menu {
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
#wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .navTitle {
  font-family: "Times New Roman","游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media (max-width: 767px) {
  #wrap #nav .header_menu > li {
    border-color: #dedddb;
  }
  #wrap #nav .header_menu > li > a {
    line-height: 1.2;
    padding: 15px 10px 15px 35px;
    position: relative;
    transition: .3s;
  }
  #wrap #nav .header_menu > li > a span {
    display: none;
  }
  #wrap #nav .header_menu > li > a:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
  #wrap #nav .header_menu > li > a:hover {
    background: #98855e;
    color: #fff;
    transition: .3s;
  }
  #wrap #nav .header_menu > li > a:hover:before {
    background: #fff;
  }
  #wrap #nav .header_menu > li > a:hover:after {
    border-color: #fff;
  }
  #wrap #nav .header_menu > li .sub-menu > li > a {
    background: #f0f0f0;
    position: relative;
    padding-left: 25px;
  }
  #wrap #nav .header_menu > li .sub-menu > li > a:before {
    content: "";
    border-top: solid 1px #8c6b49;
    border-right: solid 1px #8c6b49;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 4px;
    height: 4px;
    transition: .3s;
  }
  #wrap #nav .header_menu > li .sub-menu > li > a:hover {
    background: #98855e;
    color: #fff;
    transition: .3s;
  }
  #wrap #nav .header_menu > li .sub-menu > li > a:hover:before {
    border-color: #fff;
  }
  #wrap #nav .header_menu > li .sub-menu > li:not(:last-child) > a {
    border-bottom: solid 1px #dedddb;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .navTitle {
    padding: 0 10px 0 35px;
    background: #f1ece2;
    position: relative;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .navTitle:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #wrap #nav {
    height: 80px;
  }
  #wrap #nav.fixed {
    bottom: auto;
    position: fixed;
  }
  #wrap #nav .container {
    max-width: 1200px;
  }
  #wrap #nav .header_menu > li {
    padding: 0;
  }
  #wrap #nav .header_menu > li > a {
    color: #fff;
    padding: 17.5px 0;
    transition: .3s;
  }
  #wrap #nav .header_menu > li > a span {
    display: block;
  }
  #wrap #nav .header_menu > li > a:after {
    z-index: 10;
    bottom: 0;
  }
  #wrap #nav .header_menu > li > a:hover {
    background: #fff;
    color: #98855e;
    transition: .3s;
  }
  #wrap #nav .header_menu > li .sub-menu > li > a {
    font-size: 16px;
    text-align: center;
    color: #333333;
    transition: .3s;
  }
  #wrap #nav .header_menu > li .sub-menu > li > a:hover {
    background: #333333;
    color: #fff;
    transition: .3s;
  }
  #wrap #nav .header_menu > li .sub-menu > li:not(:last-child) {
    border-color: #e2e2e1;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap {
    display: flex;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box {
    flex: 1 1 auto;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box:not(:last-child) {
    margin-right: 2%;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .navTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    border-bottom: solid 1px #333;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .navTitle a{
    color: #333;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .sub-menu > li > a {
    text-align: left;
    padding: .5em 0 .5em 1em;
    position: relative;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .sub-menu > li > a:before {
    content: "";
    border-top: solid 1px #8c6b49;
    border-right: solid 1px #8c6b49;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    transition: .3s;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .sub-menu > li > a:hover {
    text-decoration: underline;
    background: none;
    color: inherit;
  }
  #wrap #nav .header_menu > li .sub-menu_wrap .sub-menu_box .sub-menu > li > a:hover:before {
    left: 5px;
    transition: .3s;
  }
}

#wrap footer {
  background: #333333;
}
#wrap footer .footer_inner h2, #wrap footer .footer_inner figure {
  margin-bottom: 20px;
}
#wrap footer table.table-info {
  width: 100%;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
}
#wrap footer table.table-info tbody tr th {
  text-align: left;
  width: 100px;
}
#wrap footer table.table-info tbody tr:not(:last-child) th,
#wrap footer table.table-info tbody tr:not(:last-child) td {
  padding-bottom: 1.5em;
}
#wrap footer table.table_timetable thead th {
  padding: 2px;
}
#wrap footer table.table_timetable tbody th, #wrap footer table.table_timetable tbody td {
  padding: 15px 2px;
  border-color: #cccccc;
}
#wrap footer table.table_timetable tbody th a, #wrap footer table.table_timetable tbody td a {
  color: #fff;
}
#wrap footer .tableWrap p {
	font-size:20px;
  color: #fff;
}
#wrap footer .ftr_sitemapWrap {
  margin-top: 5%;
}
#wrap footer .ftr_sitemapWrap h3 {
  font-family: emily-austin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 1px;
}
#wrap footer .ftr_nav > li a {
  color: #fff;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  display: block;
}
#wrap footer .ftr_nav > li a:hover {
  text-decoration: underline;
}
#wrap footer .ftr_nav > li > a:before {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  transition: .3s;
}
#wrap footer .ftr_nav > li > a:hover:before {
  left: 5px;
  transition: .3s;
}
#wrap footer .ftr_nav > li:not(:last-child) .sub-menu-child{
  margin-bottom: 1em;
}
#wrap footer .ftr_nav > li .sub-menu-child li a:before{
  content: '';
}
#wrap footer .ftr_nav > li .sub-menu-child li a:before{
  content: '∟';
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  margin: auto;
}
  #wrap footer .ftr_nav > li .sub-menu-child{
    margin-left: 1em;
  }

#wrap footer #copyright {
  background: #fff;
  color: #333333;
}
@media (max-width: 767px) {
  #wrap footer .sp_columns {
    display: block;
  }
  #wrap footer .sp_columns .column {
    max-width: 100%;
  }
  #wrap footer .sp_columns .column figure img {
    max-width: 90%;
  }
  #wrap footer .ftr_sitemapWrap .navBox:not(:last-child) {
    margin-bottom: 20px;
  }

}
@media (max-width: 350px) {
  #wrap footer table.table_timetable {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #wrap footer .container {
    max-width: 1300px;
  }
	#wrap footer .columns.columns_2 > .column:first-child{
		width: calc(50% - 15px);
		width: auto;
	}
		#wrap footer .columns.columns_2 > .column:last-child{
		width: calc(50% - 15px);
	}
  #wrap footer table.table-info {
    font-size: 16px;
  }
  #wrap footer table.table-info tr th {
    width: 120px !important;
  }
  #wrap footer .tableWrap {
    margin: 70px 0 auto auto;
  }
  #wrap footer .ftr_sitemapWrap {
    display: flex;
  }
  #wrap footer .ftr_sitemapWrap h3 {
    height: 24px;
  }
  #wrap footer .ftr_sitemapWrap .navBox:not(:last-child) {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  #wrap footer .columns.columns_2 {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  #wrap footer .ftr_nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1224px) {
	#wrap footer .ftr_nav > li > a,
	#wrap footer .ftr_nav .sub-menu-child a{
		font-size:12px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
		#wrap footer .columns.columns_2 > .column:first-child{
		width:100%;
	}
		#wrap footer .columns.columns_2 > .column:last-child{
		width:100%;
	}
#wrap footer .ftr_sitemapWrap {
    justify-content: space-between;
    width: 800px;
    max-width: 100%;
}
	#wrap footer .tableWrap {
    margin: 30px 0 auto auto;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  #wrap footer .ftr_sitemapWrap .navBox:not(:last-child) {
    margin-right: 20px;
  }
}
#totop .totop_inner {
  background: none;
  border-radius: 0;
  width: 120px;
  height: 100px;
}
@media (max-width: 767px) {
  #totop {
    bottom: 60px;
  }
  #totop .totop_inner {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .sp_nav .header_nav .header_nav-item a {
    align-items: flex-start;
  }
}

/*# sourceMappingURL=addstyle.css.map */
