@charset "Shift_JIS";

body{
    background-image : url(bg_body_00_4.png);
    background-position: left top;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    color : white;
    font : normal normal normal 12px /2em sans-serif;
    -webkit-text-size-adjust: none;
}

body.hpb-layoutset-02{
    position: relative;
    border-top: none;
}

span.en{
    display: none;
}

/* スキップリンクの非表示 */
#hpb-skip{
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/* ヘッダー */
#hpb-headerMain{
    display: none;
}
#hpb-headerExtra1{
    display: none;
}
#hpb-headerExtra2{
    display: none;
}
#hpb-headerNav{
    display: none;
}

/* インナー */
#hpb-inner{
    padding: 0;
}

/* タイトル */
.hpb-layoutset-01 #hpb-title{
    display: none;
}

.hpb-layoutset-02 #hpb-title h2{
    background: #593f2a;
    margin: 0 0 15px;
    padding: 0 15px 0 20px;
    font-size : 16px;
    color: #fff;
    line-height: 30px;
}

.hpb-layoutset-02 #hpb-title h2 span.en{
    display: none;
}


/* ロゴとヘッダーの基本設定 */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
}

/* チェックボックスは隠す */
#menu-btn-check {
  display: none;
}

/* ハンバーガーボタンの見た目 */
.menu-btn {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 100;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #509bd8;/* ボタンの背景色 */
}

/* 三本線（真ん中） */
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 2px;
  background-color: #fff; /* 線の色 */
  position: absolute;
}

/* 三本線（上下） */
.menu-btn span::before { bottom: 8px; }
.menu-btn span::after { top: 8px; }

/* メニュー開閉時のアニメーション（×印にする） */
#menu-btn-check:checked ~ .menu-btn span {
	background-color: white;
}
#menu-btn-check:checked ~ .menu-btn span::before { bottom: 0; transform: rotate(45deg); }
#menu-btn-check:checked ~ .menu-btn span::after { top: 0; transform: rotate(-45deg); }

/* メニュー画面の初期状態（右に隠しておく） */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* 画面の外へ */
  z-index: 90;
  background-color: #333;
  transition: all 0.5s; /* スライドのアニメーション */
}

/* チェックが入ったら画面内にスライドさせる */
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}












/* メインコンテンツ */
#hpb-main .hpb-section{
    padding: 0;
    word-break: break-all;
}

img, img a{
    border: none;
}

/* footer */
#hpb-footer{
    margin-top: 10px;
}

#hpb-footerExtra1{
    padding-top: 0px;
}

.hpb-layoutset-01 #hpb-footerNav{
    display: none;
}

.hpb-layoutset-02 #hpb-footerNav{
    width: 100%;
    margin-bottom: 10px;
}

#hpb-footerMain p{
    background-color: #593f2a;
    margin: 0;
    padding: 5px 0;
    font: 10px/1.0 'Helvetica' , 'Arial' , sans-serif;
    color: #fff;
    text-align: center;
}

#hpb-aside{
    margin: 30px 10px 10px 10px;
}

#banner ul{
    width: auto;
    margin: 0 5px;
    padding: 0;
    list-style: none;
}

#banner ul li{
    margin: 0 0 5px;
    line-height: 1.0;
    font-size: 0;
}

#banner ul li a{
    background-color: #543027;
    display: block;
    height: 42px;
    padding: 0 10px 0 12px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 40px;
    -webkit-border-radius: 5px;
}

/* 縦向き表示時のみ適用（320pxを想定） */
@media only screen and (orientation : portrait)
{
    #banner ul li a{
        letter-spacing: -1px;
    }
}
