@charset "UTF-8";
/*--------------------------------------------------------------------
=== [レスポンシブ] ====================================
 -------------------------------------------------------------------*/
.pcHide {
  display: none;
}
.spHide {
  display: block;
}
@media (max-width: 750px) {
  .pcHide {
    display: block;
  }
  .spHide {
    display: none;
  }
  body {
    font-size: 15px;
  }
  .inner {
    margin: 0 20px;
  }
  #wrapper {
    overflow: hidden;
  }
  header {
    display: block;
  }
  header .logo {
    width: 80%;
  }
  .menu_btn {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    top: 5vw;
    right: 5vw;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  .menu_btn span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background-color: #333;
  }
  header .head_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 17vw 8vw 10vw;
    background-color: #432103;
    z-index: 1000;
    overflow-y: auto;
    transition: right 0.3s ease;
    text-align: center;
	display: flex;
     flex-direction: column;
  }
  header .head_menu.is-open {
    right: 0;
  }
  .menu_btn.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff;
  }
  .menu_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu_btn.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #fff;
  }
  .menu_btn span {
    transition: 0.3s;
  }
  .head_menu .menu_top {
	  order: 1;
	}
	
	
  .head_menu .menu_btm {
    margin: 0;
	  order: 0;
  }
  .head_menu .menu_btm ul {
    padding: 20px 0;
    font-size: 16px;
    flex-direction: column;	 
	 gap:0;
	  
  }
	.head_menu .menu_btm ul li {
	padding: 20px;
	border-bottom: 1px solid #714016;	
	}	
	.head_menu .menu_btm ul li:first-child {
	border-top: 1px solid #714016;	
	}	
  .head_menu .menu_top ul {
    padding: min(2.083vw, 30px) 0 0;
    font-size: 14px;
    flex-direction: column;
	  gap:10px;
  }
  .head_menu .menu_top a {
    padding: 10px 40px;
    border-radius: 30px;
    justify-content: center;
    gap: 10px;
  }
  .head_menu .menu_top .lang a:before {
    width: 20px;
    height: 20px;
  }
  .head_menu .menu_top a {
    background-color: #432103 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
  }
  .head_menu .menu_top .lang a {
    color: #432103 !important;
    background-color: #fff !important;
  }
  .head_menu .menu_btm ul {
    border-bottom: none;
    border-top: none;
  }
  .head_menu .menu_btm a:before {
    content: none;
  }
  .head_menu .menu_btm a {
    color: #fff;
  }
  .foot_logo {
    width: 200px;
  }
  .foot_menu .menu_top {
    margin: 20px 0;
  }
  .foot_menu .menu_top ul {
    padding: 20px 0;
    font-size: 14px;
  }
  .foot_menu .menu_btm ul {
    padding: min(2.083vw, 30px) 0 0;
    font-size: 14px;
    flex-direction: column;
  }
  .foot_menu .menu_btm a {
    padding: 10px 40px;
    border-radius: 30px;
    justify-content: center;
    gap: 10px;
  }
  .foot_menu .menu_btm .lang a:before {
    width: 20px;
    height: 20px;
  }
  .section_ttl h2 {
    font-size: 24px;
  }
  .section_ttl h2 span {
    font-size: 13px;
  }
  #page_ttl {
    height: 120px;
  }
  #page_ttl h1 {
    font-size: 20px;
  }
  #page_ttl .inner {
    height: 120px;
  }
  #breadcrumbs {
    margin: 0 20px;
    font-size: 14px;
  }
  .hd_xl {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .hd_xl:before {
    width: 25px;
    height: 4px;
  }
  .hd_l {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .hd_m {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .hd_m:before {
    width: 4px;
  }
  .hd_s {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .img_list {
    gap: 20px;
    flex-direction: column;
  }
  .img_list li {
    width: 100%;
  }
  .img_list li figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
  .img_txt figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
  .img_txt {
    gap: 20px;
    flex-direction: column;
  }
.img_txt.left,.img_txt.right,.img_txt.col,.img_txt.col-reverse {
	flex-direction: column;
}

	
	
  .img_txt .wrap {
    width: 100%;
  }
  #btm_news .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #mvArea .catch {
    font-size: 16px;
  }
  #mvArea .catch span {
    font-size: 12px;
  }
  #mvArea .slick-dots {
    display: none !important;
  }
  #newsArea .inner {
    display: block;
  }
  #newsArea .lBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  #newsArea .rBox {
    width: 100%;
  }
  #newsArea .btn_more a {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
  }
  #aboutArea .section_ttl_wrap .btn_more a {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
  }
 #newsArea .rBox ul li {
    display: block;
    position: relative;
	 padding-right: 40px;
  }
#newsArea .rBox ul li .pdfFile {
        width: 20px;
        vertical-align: middle;
        margin-left: 5px;
	}	
#newsArea .rBox ul li a {
	display: block;
	}
#newsArea .rBox ul li a:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
	.unit p span {
    font-size: 16px;
		}
  .map iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  #faqArea .faq_cont {
    margin-bottom: 15px;
}
  #faqArea .faq_cont h2 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 15px;
}	
.primary {
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    padding: 10px;
    padding-right: calc(min(2.083vw, 30px) + 40px);
    font-size: 18px;
    font-weight: bold;
    gap: min(0.694vw, 10px);
    border-radius: min(0.347vw, 5px);
    margin-bottom: min(1.389vw, 20px);
    position: relative;
    cursor: pointer;
    transition: 0.3s;
	flex-wrap: wrap;
}
.secondary dt,.secondary table{
    font-size: 16px;
	}
.secondary dt{
	padding: 10px 30px 10px 0;
	flex-wrap: wrap;	
	}
.secondary th {
    min-width: 10vw;
}

.table_scroll{
   overflow-x:scroll;
}	
.secondary table {
        font-size: 16px;
        max-width: 600px;
        width: max-content;
    }
.secondary dd {
    flex-direction: column;
    gap: 15px;
}
	
.primary::before, .primary::after, .secondary dt::before, .secondary dt::after {
    right: 10px;
}	
.primary::before, .secondary dt::before {
    width: 10px;
    height: 2px;
}
.primary::after, .secondary dt::after {
    width: 2px;
    height: 10px;
    right: 14px;
}
#faqArea .faq_cont .note {
    padding: 0 0 20px 0;
}
	
.secondary dd .img_txt {
    gap: 20px;
    flex-direction: column;
}
	
.secondary dd figure {
    width: 100%;
}
	
.archive {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    border-left: none;
}

.archive ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}	
.archive ul li a {
    font-size: 18px;
    padding-left: 0;
}	
.archive ul li + li {
    margin-top: 0;
}

.archive ul li a::before {
	content: none;
}

.archive ul li a::after {
	content: none;
	position: absolute;
	left: 18px;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: #432103;
	transition: 0.3s;
}
.btn_anc a {
    padding: 0 15px;
    border-radius: 20px;
    font-size: 16px;
}	
.page-numbers {
    width: 25px;
    height: 25px;
    border-radius:  25px;
	}
	
}