#main_back {
background-color:#fff;
}
#wrapper    {
width:960px;
padding-left:20px;
padding-right:20px;
margin-left:auto;
margin-right:auto;
} #header {
position:relative;
height:120px;
width:960px;
}
#header .logo   {
position:absolute;
top:45px;
left:0px;
}
#header .txt01  {
position:absolute;
top:20px;
left:0px;
}
#header .txt02  {
position:absolute;
top:55px;
left:240px;
}
#g_menu {
position:absolute;
top:55px;
left:543px;
height:32px;
border-right: 1px solid #B9171E;
}
#g_menu li  {
float: left;
width: 103px;
text-align: center;
border-left: 1px solid #B9171E;
height:32px;
}
#g_menu img {
margin-top:7px;
} #sidebar    {
float:left;
width:85px;
}
#sidebar .main_title    {
margin-bottom:48px;  
vertical-align:top;
}
#sidebar .menu_box img  {
margin-top:30px;
padding-bottom:30px;
border-bottom: 1px solid #c3171e;
vertical-align:top;
}
#sidebar .menu_box a img	{
opacity: 1;
transition: 0.3s;
}
#sidebar .menu_box a:hover img	{
opacity: .6;
} #content    {
margin-left:130px;
width:830px;
}
#content img    {
vertical-align:top;
} .page_top   {
text-align:right;
padding-top:35px;
padding-bottom:24px;
height:24px;
}
#footer {
background-color:#fff;
margin-top:7px;
height:200px;
}
#footer_area    {
position:relative;
width:960px;
padding-left:20px;
padding-right:20px;
margin-left:auto;
margin-right:auto;
}
#footer_area .f_logo    {
position:absolute;
top:22px;
left:20px;
}
#copyright  {
padding-top:27px;
padding-bottom:26px;
font-size:12px;
color:#fff;
text-align:center;
}
.footer_menu    {
position:absolute;
top:22px;
left:299px;
height:auto;
border-left: 1px solid #B9171E;
padding-left:29px;
padding-top:10px;
}
.footer_menu ul {
margin-bottom:15px;
}
.footer_menu3 {
margin-top:15px;
margin-bottom:15px;
}
.footer_menu3 li {
margin-bottom:15px;
}
.footer_menu li {
float:left;
font-size:12px;
background-image:url(//mankusenjinja.jp/wp-content/themes/official_site2025/images/Footer_icn.jpg);
background-repeat:no-repeat;
padding-left:15px;
width:142px;
line-height:12px;
}
.footer_sub_menu    {
position:absolute;
width:960px;
top:165px;
height:20px;
text-align:right;
}
.footer_sub_menu ul {
float:right;
}
.footer_sub_menu li {
float: left;
font-size: 12px;
padding-left: 20px;
padding-right: 20px;
border-left: 1px solid #B9171E;
list-style-type: none;    
}
.menu-item-48   {
border-right: 1px solid #B9171E;
} .mobile_only {
display: none;
} @media screen and (min-width: 769px) {
.desktop_header {
display: block !important;
}
.mobile_header {
display: none !important;
}
} body.menu-open {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
} @media screen and (min-width: 769px) and (max-width: 1024px) {
#content img,
#main_content img,
.post_view img,
.post_detail img {
max-width: 100% !important;
height: auto !important;
width: auto !important;
box-sizing: border-box;
margin: 0 auto;
padding: 0;
}
}
@media screen and (max-width: 768px) {
#wrapper {
width: 100%;
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
box-sizing: border-box;
}
#header {
height: auto;
width: 100%;
padding: 10px 0;
position: relative;
} .mobile_header {
display: flex;
flex-direction: column;
padding: 10px 15px;
} .header_top_row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
} .header_subtitle_image {
flex-shrink: 0;
}
.header_subtitle_image img {
height: auto;
} .header_main_row {
display: flex;
justify-content: space-between;
align-items: center;
}
#header .logo {
position: static;
margin: 0;
flex-shrink: 0;
}
.header_controls {
display: flex;
align-items: center;
gap: 15px;
flex-shrink: 0;
margin-right: 5px;
}
#header .txt02 {
position: static;
display: block;
margin: 0 0 10px 15px;
text-align: left;
} #g_menu {
display: none;
} .mobile_only {
display: block;
} #mobile_menu_toggle {
position: static;
width: 30px;
height: 30px;
cursor: pointer;
z-index: 1001;
}
.hamburger {
position: relative;
width: 30px;
height: 30px;
}
.hamburger span {
display: block;
position: absolute;
height: 3px;
width: 100%;
background: #B9171E;
border-radius: 2px;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: .25s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 6px;
}
.hamburger span:nth-child(2) {
top: 13px;
}
.hamburger span:nth-child(3) {
top: 20px;
} .hamburger.active span:nth-child(1) {
top: 13px;
transform: rotate(135deg);
}
.hamburger.active span:nth-child(2) {
opacity: 0;
left: -60px;
}
.hamburger.active span:nth-child(3) {
top: 13px;
transform: rotate(-135deg);
} #mobile_menu {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100vh;
height: 100svh;
background: #fff;
border-left: 2px solid #B9171E;
z-index: 1000;
transition: right 0.3s ease-in-out;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0,0,0);
padding-top: 40px;
padding-bottom: 30px;
box-sizing: border-box;
}
#mobile_menu.active {
right: 0;
}
#mobile_menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#mobile_menu li {
border-bottom: 1px solid #eee;
}
#mobile_menu a {
display: block;
padding: 8px 15px;
color: #333;
text-decoration: none;
font-size: 14px;
line-height: 1.2;
transition: background-color 0.2s ease;
}
#mobile_menu a:hover {
background-color: #f5f5f5;
color: #B9171E;
} #mobile_menu_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
#mobile_menu_overlay.active {
opacity: 1;
visibility: visible;
}
#sidebar {
float: none;
width: 100%;
margin-bottom: 20px;
}
#sidebar .main_title {
display: none;
}
#sidebar .menu_box {
display: none;
} #sidebar::before {
content: attr(data-title);
display: block;
margin: 20px 10px;
padding: 15px 20px;
background: #fff;
border-top: 3px solid #B9171E;
border-bottom: 3px solid #B9171E;
text-align: center;
font-size: 20px;
color: #333;
font-weight: bold;
letter-spacing: 0.1em;
}
#content {
margin-left: 0;
width: 100%;
}
#content img {
max-width: 100%;
height: auto;
}
#footer {
height: auto;
margin-top: 20px;
}
#footer_area {
width: 100%;
padding: 20px 10px;
height: auto;
text-align: center;
box-sizing: border-box;
}
#footer_area .f_logo {
position: static;
display: block;
margin: 0 auto 20px;
}
.footer_menu {
display: none !important;
}
.footer_sub_menu {
position: static !important;
width: 100% !important;
text-align: center !important;
margin-top: 0 !important;
height: auto !important;
}
.footer_sub_menu ul {
float: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
list-style: none;
padding: 0;
margin: 0;
}
.footer_sub_menu li {
display: block;
border: 1px solid #B9171E;
padding: 8px 15px;
border-radius: 3px;
list-style: none;
}
.footer_sub_menu li a {
color: #B9171E;
text-decoration: none;
font-size: 14px;
}
#copyright {
font-size: 10px;
padding-left: 15px;
padding-right: 15px;
line-height: 1.4;
} p[style*="padding-left"] {
padding-left: 0 !important;
}
}#post_data {
margin-top:30px;
}
#post_data .archive    {
float:left;
width:180px; 
}
#post_data .post_view   {
width:650px;
margin-left:180px;
}
h2.widgettitle  {
width: 137px;
font-size: 14px;
color: #fff;
background-color: #c18f43;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom:20px;
}
#collapsarch-2  {
list-style-type:none;
}
li.collapsing.archives a {
color:#c18f43;
margin-left:15px;
}
span.collapsing.archives.collapse a    {
color:#000;
margin-left:0px;
line-height:24px;
}
span.collapsing.archives.expand a    {
color:#000;
margin-left:0px;
line-height:24px;
}
span.sym    {
color:#c18f43;
font-size:12px;
} @media screen and (max-width: 768px) {
#post_data {
margin-top: 20px;
}
#post_data .archive {
float: none;
width: 100%;
margin-bottom: 20px;
}
#post_data .post_view {
width: 100%;
margin-left: 0;
}
h2.widgettitle {
width: 100%;
font-size: 16px;
margin-bottom: 15px;
}
li.collapsing.archives a {
margin-left: 10px;
}
.post_detail {
margin-left: 0 !important;
}
}
.post_view dl   {
padding-bottom:20px;
margin-bottom:20px;
border-bottom: 1px dotted #231815;    
}
.post_view dt   {
font-weight:bold;
background-image:url(//mankusenjinja.jp/wp-content/themes/official_site2025/images/information/01_1_icn_A.jpg);
background-repeat:no-repeat;
padding-left:25px;
font-size:15px;
line-height:15px;
padding-top:3px;
padding-bottom:3px;
}
.post_view dt a {
color:#c18f43;
}
.post_view dd   {
margin-top:9px;
font-size:14px;
line-height:24px;
color:#231815;
}
.post_detail    {
margin-left:180px;
}
.post_detail dl {
margin-bottom:8px;
}
.post_detail dt   {
padding-left:0px;
font-size:15px;
line-height:15px;
padding-top:3px;
padding-bottom:3px;
color:#727171;
}
.post_detail dd   {
margin-top:16px;
font-size:18px;
line-height:24px;
color:#c18f43;
}
.pagenation {
margin-bottom:50px;
}
.pagenation li  {
font-weight:bold;
margin-left:5px;
margin-right:5px;
display:inline;
}
.pagenation ul  {
text-align:center;
}
.pagenation .current    {
color:#727171;
}
.pagenation a.page-numbers {
color:#c18f43;
}
.page_navi  {
text-align:center;
font-size:14px;
margin-top:140px;
width:650px;
margin-left:0px;
}
.page_navi a    {
color:#c18f43;
}
.page_navi span {
margin-left:42px;
margin-right:42px;
padding-left:30px;
padding-right:30px;
border-left: 1px solid #c18f43;      
border-right: 1px solid #c18f43;      
}
.body   {
font-size:14px;
} ul.accordion{ width: 150px;
margin: 20px 0;
}
ul.accordion ul{
margin: 2px 0 10px 14px;
display: none; }
ul.accordion li{ list-style: none;
line-height: 20px;
padding-left:0px;
margin: 5px 0;
color: #000;
}
ul.accordion li a{
color:#c18f43;
text-decoration: none;
}
ul.accordion li a:hover, .over{
text-decoration: underline;
}
ul.accordion li.current{
font-weight: bold;
background-color: #dffcff;
}
ul.accordion li.sub{ border: none;
padding: 0;
}
ul.accordion li p span{ background:url(//mankusenjinja.jp/wp-content/themes/official_site2025/images/information/01_1_icn_B.jpg) no-repeat 0 6px;
background-size: 9px 8px;
padding-left: 12px;
}
ul.accordion li p span.open{ background:url(//mankusenjinja.jp/wp-content/themes/official_site2025/images/information/01_1_icn_B.jpg) no-repeat 0 6px;
background-size: 9px 8px;
padding-left: 12px;
} .read_more {
margin-top: 10px;
}
.read_more_btn {
display: inline-block;
padding: 8px 16px;
border: 2px solid #c18f43;
color: #c18f43;
text-decoration: none;
font-size: 14px;
border-radius: 4px;
transition: all 0.3s ease;
}
.read_more_btn:hover {
background-color: #c18f43;
color: #fff;
}