.pco{
display:none;
}
body{
padding-top: 45px;
}
#header{
width:100%;
	background-size: auto 115px;
	padding-top: 10px;
}

/*ヘッダ*/

.site_logo {
    max-width: 80%;
    text-align: center;
    margin: 0 auto 10px;
}
.site_logo img {
    width: 380px;
}

#head_menu{
height: 45px;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0 10px;
background:#49261D;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}

#head_menu_bottom{
display:none;
padding:10px 0px 10px 0;
background:#efefef;
}

#head_menu_bottom li{
font-size:1.0em;
text-align:right;
list-style:none;
}

#head_menu_bottom ul li a{
display:block;
padding:5px 5px 3px;
}

/*  -----レイアウト-----  */

div#rap_inner{
width:100%;
	min-width:450px;
margin:0 auto 0;
background:#ffffff;
}

div#rap_inner_in{
padding:2%;
}

/* ===== ドロワーメニュー（SP） ===== */
#left_side {
  position: fixed;
  top: 0;
  left: -85%;
  width: 85%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  z-index: 1500;
  overflow-y: auto;
  transition: left 0.3s ease;
  padding: 0 0 40px;
  box-shadow: 2px 0 12px rgba(0,0,0,0.18);
}

#left_side.open {
  left: 0;
}

#drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1400;
}

#drawer-overlay.open {
  display: block;
}

body.drawer-open {
  overflow: hidden;
}

#drawer-close {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: #49261D;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
  border: none;
  cursor: pointer;
}

#menu-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/*フッタ領域*/

#footer{
margin:0 auto 0;
text-align:center;
background:#F8F1EF;
border-top:#cccccc dotted 1px;
}

.footer_01{
font-size:1.6em;
margin:20px 0 0;
font-weight:bold;
}

.footer_02{
font-size:1.2em;
margin:10px 0 20px;
}

.copyright{
padding:4px 0;
font-size:0.8em;
background:#cccccc;
}

/*画像*/

div.post img{
max-width:100%;
height:auto;
}

/**/

.top_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 1rem auto;
  padding: 0 1rem;
}

.top_menu a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.top_menu img.onM {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== ヒーロースライダー ===== */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-caption {
  position: absolute;
  color: white;
  font-size: 1.2rem;
  text-shadow: 0 0 8px rgba(0,0,0,0.6);
}

/* ===== ニュースリスト ===== */
.news_list li {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.25rem;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #7D4634;
}
.news_list .wp-block-latest-posts__post-title {
  font-size: 0.95rem;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
}
.news_list .wp-block-latest-posts__post-date {
  font-size: 0.8rem;
  color: #999;
}

/* ===== フローティングボタン（SP） ===== */
.floating-btns {
  position: fixed;
  right: 0;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  z-index: 9999;
}

.floating-btn {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: white;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  box-shadow: -2px 2px 8px rgba(0,0,0,0.2);
}

.floating-btn__label {
  display: none;
}

.floating-btn__icon {
  width: 42px;
  height: 42px;
  background: #7D4634;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.floating-btn__icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}