@charset "UTF-8";
.pc_disp_none {
  display: none;
}

.sp_mainVisualTxt {
  display: none;
}

@media screen and (max-width: 1024px) {
  .scroll_ban {
    overflow: hidden;
  }
  .is-scroll_ban {
    overflow: hidden !important;
  }
  .sp_body {
    background: none !important;
  }
  .sp_body .sug_list {
    display: none !important;
  }
  .sp_pageContainer {
    width: 100% !important;
  }
  .pc_disp_none {
    display: block !important;
  }
  .ipad_disp_none {
    display: none !important;
  }
  .header {
    position: relative;
    height: 60px;
    margin: 0 !important;
    z-index: 110;
  }
  .header.disp_hbg_menu h1 img {
    position: fixed;
    top: 1.6rem;
    left: 1rem;
  }
  .header .header_inner {
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
  .header .header_inner .sp_logo {
    width: 100%;
    background-color: #fff;
    padding: 4px 0;
    position: relative;
    z-index: 999;
  }
  .header .header_inner a img {
    width: auto;
    min-width: 219px;
    height: 52px;
    transform: translateY(-4px);
    position: relative;
    z-index: 110;
  }
  .header .header_inner .link_content .hbg_btn {
    position: fixed;
    top: 23px;
    right: 20px;
    height: 35px;
    z-index: 999;
    cursor: pointer;
    transition: 0.5s all;
  }
  .header .header_inner .link_content .hbg_btn .line_1 {
    width: 20px;
    height: 2px;
    background-color: #444444;
    display: block;
    transition: 0.5s all;
  }
  .header .header_inner .link_content .hbg_btn .line_2 {
    width: 20px;
    height: 2px;
    background-color: #444444;
    display: block;
    margin: 4px 0;
    transition: 0.5s all;
  }
  .header .header_inner .link_content .hbg_btn .line_3 {
    width: 20px;
    height: 2px;
    background-color: #444444;
    display: block;
    transition: 0.5s all;
  }
  .header .header_inner .link_content .hbg_btn_cls .line_1 {
    opacity: 0;
    transition: 0.5s all;
  }
  .header .header_inner .link_content .hbg_btn_cls .line_2 {
    width: 20px;
    height: 2px;
    background-color: #444444;
    display: block;
    transform: translateY(6px) rotate(-45deg);
  }
  .header .header_inner .link_content .hbg_btn_cls .line_3 {
    width: 20px;
    height: 2px;
    background-color: #444444;
    display: block;
    transform: translateY(0) rotate(45deg);
  }
  .header .header_inner .link_content .hbg_content {
    display: none;
  }
  .header .header_inner .link_content .sp_sl {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100vw;
    height: 100%;
    height: 100dvh;
    z-index: -1;
    overflow: auto;
  }
  .header .header_inner .link_content_inner {
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    margin: 76px 0 42px;
  }
  .header .header_inner .link_content_inner .sub_nav {
    display: block;
    margin: 2.4rem 0;
    order: 2;
  }
  .header .header_inner .link_content_inner .sub_nav .reveres_link {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 370px;
    border: 0;
    background-color: #9E8A73;
    border-radius: 4px;
    margin: 0 auto;
    padding: 1.5rem 0;
    text-align: center;
  }
  .header .header_inner .link_content_inner .sub_nav .reveres_link::after {
    display: none;
  }
  .header .header_inner .link_content_inner .sub_nav .reveres_link::before {
    content: "";
    display: block;
    background-image: url("../img/icon/reveres_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 24px;
    height: 24px;
    margin: 0 0.4rem 0 0;
  }
  .header .header_inner .link_content_inner .sub_nav .reveres_link:hover {
    color: #fff;
  }
  .header .header_inner .link_content_inner .sp_siteUtility {
    float: initial !important;
    width: auto !important;
    order: 4;
  }
  .header .header_inner .link_content_inner .sp_siteUtility.search {
    order: 2;
  }
  .header .header_inner .link_content_inner .sp_globalNavi {
    clear: initial !important;
    float: initial !important;
    order: 1;
  }
  .header .header_inner .link_content_inner .sp_globalNavi ul {
    width: 100% !important;
  }
  .header .header_inner .link_content_inner .sp_globalNavi ul li {
    width: 100% !important;
    float: initial !important;
    border-bottom: 1px solid #CCCCCC;
  }
  .header .header_inner .link_content_inner .sp_globalNavi ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    height: auto !important;
    text-decoration: none;
    padding: 16px 0;
    color: #444444;
  }
  .header .header_inner .link_content_inner .sp_globalNavi ul li a::after {
    content: "";
    position: absolute;
    top: 27px;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #444444;
    border-right: 2px solid #444444;
    transform: rotate(45deg);
  }
  .header .header_inner .link_content_inner .sp_globalNavi ul li a:link {
    background: none !important;
  }
  .header .header_inner .link_content_inner .sp_globalNavi ul li a .reader {
    position: static !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    padding: 0 18px;
  }
  .header .header_inner .link_content_inner .sp_subGlobalNavi {
    margin: 24px 0 0;
    padding: 0 16px;
    order: 3;
  }
  .header .header_inner .link_content_inner .sp_subGlobalNavi ul li {
    display: flex;
    align-items: center;
  }
  .header .header_inner .link_content_inner .sp_subGlobalNavi ul li:nth-child(n+2) {
    margin-top: 16px;
  }
  .header .header_inner .link_content_inner .sp_subGlobalNavi ul li::before {
    content: "";
    display: block;
    background-size: contain;
    background: url(../images/ex_link_ico.png) no-repeat left 1px;
    min-width: 16px;
    height: 16px;
    margin-right: 4px;
    transform: translateY(1px);
  }
  .header .header_inner .link_content_inner .sp_subGlobalNavi ul li.site_map::before {
    background: url(../images/com_ex001.png) no-repeat left 1px;
    background-size: 16px !important;
    transform: translateY(-3px);
  }
  .header .header_inner .link_content_inner .sp_subGlobalNavi ul li a {
    font-size: 16px;
    color: #444444;
    text-decoration: none;
  }
  .header .header_inner .link_content_inner .sp_contact {
    width: 345px !important;
    margin: 40px auto 0;
  }
  .header .header_inner .link_content_inner .sp_contact ul {
    float: initial !important;
    padding: 0 !important;
  }
  .header .header_inner .link_content_inner .sp_contact ul li {
    background: none !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: bold;
  }
  .header .header_inner .link_content_inner .sp_contact ul li a {
    display: block;
    width: 100%;
    padding: 16px 0;
    border: 2px solid #852E19;
    border-radius: 28px;
    color: #852E19 !important;
    text-align: center;
    text-decoration: none;
  }
  .header .header_inner .link_content_inner .sp_secondRow {
    width: auto !important;
  }
  .header .header_inner .link_content_inner .sp_searchBox {
    float: initial !important;
    margin: 24px auto 0;
    padding: 0 !important;
    background: none !important;
    width: 347px !important;
  }
  .header .header_inner .link_content_inner .sp_searchBox .sp_iSearchAssist {
    float: initial !important;
    width: 100% !important;
    max-width: 279px !important;
    height: 22px !important;
    margin-right: 4px !important;
    padding: 8px !important;
    font-size: 16px;
  }
  .header .header_inner .link_content_inner .sp_searchBox .sp_searchBoxInner {
    float: initial !important;
    display: flex;
  }
  .header .header_inner .link_content_inner .sp_searchBox .sp_submitBt {
    float: initial !important;
    margin: 0 !important;
  }
  .header .header_inner nav {
    margin: 2.4rem 0 0;
    padding: 4rem 0 0;
  }
  .header .header_inner nav ul {
    display: block;
  }
  .header .header_inner nav ul li {
    display: flex;
    justify-content: center;
    white-space: inherit;
    border-bottom: 1px solid #F6F1E3;
    position: relative;
  }
  .header .header_inner nav ul li:not(:last-child) {
    margin: 0;
  }
  .header .header_inner nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    border-top: 1px solid #434343;
    border-right: 1px solid #434343;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
  }
  .header .header_inner nav ul li a {
    font-size: 1.6rem;
    color: #434343;
    display: block;
    width: 100%;
    padding: 2.4rem 0 2.4rem 1rem;
    text-align: left;
  }
  .header .header_inner nav ul li a br {
    display: none;
  }
  .header .header_inner nav ul li a::after {
    display: none;
  }
  .header .header_inner .external_link {
    display: block;
    margin: 3.2rem 0 0;
  }
  .header .header_inner .external_link li {
    text-align: center;
  }
  .header .header_inner .external_link li:nth-child(n+2) {
    margin: 2.8rem 0 0;
  }
  .header .header_inner .external_link li:first-child a::after {
    content: "";
    display: inline-block;
    background-image: url("../img/icon/external_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 16px;
    height: 16px;
    margin: 0 0 0 0.8rem;
    position: relative;
    top: 3px;
  }
  .header .header_inner .external_link li a {
    font-size: 1.4rem;
    color: #434343;
    text-decoration: underline;
  }
  .sp_mainContainer {
    width: 100% !important;
  }
  .sp_mainImageArea {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .text_box {
    right: 0;
    left: inherit !important;
  }
  .sp_mainImageArea .main_image .slider-area {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .bx-wrapper {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .bx-wrapper .sld-page {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .bx-wrapper .sld-page img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) and (max-width: 540px) {
  .sp_mainImageArea .main_image .slider-area .bx-wrapper .sld-page img {
    object-position: -50px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .sp_mainImageArea .main_image .slider-area .pager-custom {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .pager-custom .bx-pager {
    width: 100% !important;
  }
  .sp_contents {
    margin: 0 16px !important;
  }
}
@media screen and (max-width: 930px) {
  .sp_info_area {
    width: 100% !important;
    max-width: 550px;
    margin: 48px auto 0;
    float: initial !important;
  }
  .sp_info_area h3 {
    font-size: 18px !important;
    font-weight: normal !important;
    padding-left: 0 !important;
  }
  .sp_info_area .arrow_link {
    font-size: 16px !important;
    padding-left: 23px !important;
    background: url(../images/com_ex001.png) no-repeat left center;
    background-size: 16px 16px;
  }
  .sp_info_area dl {
    margin: 0 0 17px !important;
  }
  .sp_info_area dl dt {
    margin-bottom: 8px !important;
  }
  .sp_info_area dl dt .info,
  .sp_info_area dl dt .topics {
    font-size: 16px !important;
    background: none !important;
    padding-right: 24px !important;
    display: flex;
    align-items: flex-start;
  }
  .sp_info_area dl dt .info::after,
  .sp_info_area dl dt .topics::after {
    display: block;
    font-size: 14px !important;
    background-color: #852E19;
    padding: 3px 16px;
    color: #fff;
    margin-left: 18px;
    line-height: 1.5;
  }
  .sp_info_area dl dt .info::after {
    content: "お知らせ";
  }
  .sp_info_area dl dt .topics::after {
    content: "トピックス";
  }
  .sp_info_area dl dd a {
    font-size: 16px !important;
  }
  .sp_info_area .rss,
  .sp_info_area .rss_icon {
    font-size: 16px;
  }
  .sp_topicsArea {
    width: 100% !important;
    max-width: 550px;
    margin: 56px auto 0;
    float: initial !important;
  }
  .sp_topicsArea h3 {
    font-size: 18px !important;
    font-weight: normal !important;
    padding-left: 0 !important;
  }
  .sp_topicsArea .section {
    position: inherit !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 24px 0 20px 0 !important;
  }
  .sp_topicsArea .section .ph {
    position: inherit !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    border: 0 !important;
  }
  .sp_topicsArea .section .ph img {
    width: 100% !important;
    height: auto !important;
  }
  .sp_topicsArea .section .highlight {
    font-size: 16px !important;
    margin-top: 8px !important;
  }
  .sp_topicsArea .section .highlight a {
    font-weight: normal !important;
    background: url(../images/com_ex001.png) no-repeat left center;
    background-size: 16px !important;
    padding-left: 23px !important;
  }
  .sp_topicsArea .section .sp_highlight {
    font-size: 18px !important;
    margin: 16px 0 !important;
  }
  .sp_topicsArea .section p {
    font-size: 16px !important;
  }
  .sp_bnrContent {
    margin: 0 0 32px !important;
  }
  .sp_bnrContent .section {
    margin-top: 16px !important;
    padding: 0 !important;
  }
  .sp_pageTop {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
  }
  .sp_pageTop a {
    float: inherit !important;
    background: none !important;
    width: 47px !important;
    height: 47px !important;
    background-color: #fff !important;
    border: 1px solid #852E19 !important;
    position: absolute;
    top: -23px;
    right: 0;
  }
  .sp_pageTop a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 15px solid #852e19;
    border-top: 0;
  }
  .sp_footContainer {
    padding: 3px 16px 36px !important;
  }
  .sp_footContainer ul {
    display: none !important;
  }
  .sp_footContainer p {
    margin: 31px auto 0 !important;
    float: inherit !important;
    background: url(../images/footer_tx001.png) no-repeat left top !important;
    width: 293px !important;
    height: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_disp_none {
    display: none !important;
  }
  .sp_mainImageArea .main_image .slider-area .pager-custom {
    display: none !important;
  }
  .sp_mainImageArea {
    height: 266px !important;
  }
  .sp_mainImageArea .main_image {
    height: 266px !important;
  }
  .sp_mainImageArea .main_image .text_box {
    right: 0;
    left: inherit !important;
  }
  .sp_mainImageArea .main_image .slider-area {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .bx-wrapper {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .bx-wrapper .sld-page {
    width: 100% !important;
  }
  .sp_mainImageArea .main_image .slider-area .bx-wrapper .sld-page img {
    height: 266px;
  }
  .sp_mainImageArea .main_image .slider-area .pager-custom {
    display: none !important;
  }
  .sp_mainVisualTxt {
    display: block;
    margin: 16px 0 0;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5 !important;
  }
  .sp_photographer {
    margin: 16px 0 !important;
    text-align: left;
  }
  .sp_photographer p {
    font-size: 14px !important;
  }
  .sp_contents {
    margin: 0 16px !important;
  }
  .sp_info_area {
    max-width: 350px;
  }
  .sp_topicsArea {
    max-width: 350px;
  }
}