    @charset "utf-8";
    /*
Theme Name: manbo-fugu
Theme URI: 
Author: manbo-fugu
Description: レスポンシブデザイン対応。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
    /* ユニバーサルセレクタで余白リセット */
    
    * {
        margin: auto;
        padding: 0;
    }
    /*
body {
	font-family: serif;
}
*/
    
    html{
        scroll-behavior: smooth;
    }

    .container {
        max-width: 1000px;
        padding-left: 25px;
        padding-right: 25px;
        margin: 0 auto;
    }
    
    .container_right {
        margin: 0 auto;
    }
    
    #container_main_sub {
        width: 50%;
    }
    
    .clearlist {
        content: "";
        display: block;
        clear: both;
    }
    
    h2 {
        font-size: 2.0em;
    }
    
    .logo_font a {
        text-decoration: none;
        color: #000;
    }
    
    #site_logo {
        float: left;
        width: 65%;
        padding-top: 5px;
    }
    
    #site_reserve {
        float: right;
        width: 23%;
        text-align: right;
        font-size: 23px;
    }
    
    .site_tel {
        font-size: 1.0em;
        color: #C20D23;
    }
    /*
nav {
	background-color: #C20D23;
}
*/
    
    nav ul {
		display: flex;
        list-style: none;
    }
    
    nav ul::after {
        content: "";
        display: block;
        clear: both;
    }
    
    nav li {
        text-align: center;
		padding: 0 auto;
    }
    
    nav a {
        display: block;
        text-decoration: none;
		padding: 0 2em;
        /*	color: #fff;*/
    }
    
    nav a:hover {
        /*	opacity: 0.7;*/
        background-color: #ffa07a;
    }
    
    #main_image {
        max-height: 300px;
        margin: 50px 0;
        overflow: hidden;
        text-align: center;
    }
    
    #main_image img {
        max-width: 300px;
    }
    
    #concept {
        text-align: center;
        margin-bottom: 40px;
    }
    /*
#concept_logo {
	margin-bottom: -40px;
}
*/
    
    #concept h2 {
        /*	margin-right: 25px; */
        margin-bottom: 30px;
        text-align: left;
    }
    
    #concept p {
        margin-bottom: 20px;
    }
    
    #concept_icon {
        width: 100%;
        max-width: 600px;
    }
    
    #menu {
        /*
	background-color: #F5FFFA;
	*/
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    #menu h2 {
        margin-bottom: 30px;
    }
    /*
#menu_logo {
	margin-bottom: -40px;
}
*/
    
    .menu_box {
        width: 29%;
        float: left;
        margin-left: 3%;
        margin-bottom: 30px;
    }
    
    .menu_box img {
        width: 100%;
        max-width: 300px;
        max-height: 200px;
    }
    
    .menu_box ul {
        text-align: left;
        font-size: 0.8em;
        margin-left: 3%;
    }
    
    .menu_box p {
        text-align: left;
        font-size: 0.8em;
        margin-left: 3%;
        overflow: hidden;
    }
    
    #infomation {
        text-align: center;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    /*
#info_logo {
	margin-bottom: -40px;
}
*/
    
    .article_list {
        max-width: 1000px;
        width: 100%;
        margin: 30px auto 30px auto;
    }
    
    .article_list::after {
        content: "";
        display: block;
        clear: both;
    }
    
    .article_excerpt {
        max-width: 426px;
        width: 95%;
        list-style: none;
        float: none;
        /*background-color: #fff;*/
        position: relative;
        margin: 0 auto 20px auto;
    }
    
    .article_excerpt {
        width: 30%;
        float: left;
        margin-right: 2.5%;
    }
    
    .article_excerpt:first-child {
        margin-left: 2.5%;
    }
    
    .article_excerpt img {
        width: 100%;
        max-width: 300px;
        max-height: 200px;
    }
    
    .article_excerpt a {
        text-decoration: none;
        color: #000;
    }
    
    .article_excerpt:hover {
        opacity: 0.7;
    }
    
    .article_title {
        font-size: 1.0em;
        font-weight: bold;
        color: #000;
        border-bottom: 1px solid #ccc;
    }
    
    .article_date {
        font-size: 0.8em;
    }
    
    .article_category {
        font-size: 0.8em;
        background-color: #ccc;
        border-radius: 2px;
        padding: 2px;
        margin-left: 5px;
    }
    
    .article_txt {
        font-size: 0.8em;
    }
    
    #access {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    #access h2 {
        margin-bottom: 30px;
        text-align: left;
    }
    
    #access iframe {
        width: 100%;
    }
    /*
#access_logo {
	margin-bottom: -40px;
}
*/
    
    #access_map {
        float: none;
        width: 100%;
    }
    
    #access_txt {
        float: left;
        width: 50%;
        text-align: left;
        margin-top: 10px;
        font-size: 15px;
    }
    
    #access_reserve {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    footer {
        /*	background-color: #C20D23;*/
        /*	color: #fff; */
        text-align: center;
    }
    
    .menu_content article {
        margin-bottom: 30px;
    }
    
    .menu_content h2 {
        margin-top: 30px;
    }
    /* === 記事のスタイル ==== */
    /* 記事のスタイル */
    
    article {
        margin-bottom: 40px;
    }
    /* 本文中の画像 */
    
    article img {
        border: none;
        max-width: 100%;
        height: auto;
    }
    
    article p {
        margin: 16px 0 16px 0;
        line-height: 2.0;
    }
    
    article h1 {
        font-size: 1.7em;
        font-weight: lighter;
    }
    
    article h2 {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 1.3em;
        /*	border-left: solid 10px #C20D23;*/
        /*	border-bottom: 1px solid #004098;*/
        padding: 5px 0 5px 10px;
    }
    
    article h3 {
        /*  border-bottom: solid 2px #C20D23;*/
        /*background-color: #F2F2F2;*/
        padding: 2px 0 2px 8px;
        margin: 10px 0 10px 0;
    }
    
    div .box {
        padding: 16px;
        border: solid 1px #4169e1;
        border-radius: 10px;
        background-color: #f0f8ff;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    div .box_nocolor {
        padding: 5px;
        border: solid 1px #2E2E2E;
        border-radius: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* アンダーラインカスタマイズ */
    
    under {
        font-weight: bold;
        background: linear-gradient(transparent 70%, #ffff00 70%);
    }
    /* 記事リストのタイトル */
    
    .entry-title {
        border: none;
        font-size: 1.5em;
        padding: 0;
        margin-bottom: 5px;
        font-weight: lighter;
    }
    
    .entry-title a {
        color: #000000;
        text-decoration: none;
    }
    /* 記事の付加情報 */
    
    .postinfo {
        margin-bottom: 10px;
        /* add */
        font-size: 14px;
        border-bottom: 1px solid #999999;
    }
    
    .postinfo a {
        color: #000000;
        text-decoration: none;
    }
    
    .postinfo .postcat {
        margin-left: 20px;
    }
    
    .postinfo .postcom {
        margin-left: 20px;
    }
    
    .postinfo i {
        color: #888888;
    }
    /* 前後の記事へのリンク */
    
    .pagenav a {
        padding: 5px 10px;
        border: solid 1px #cccccc;
        border-radius: 10px;
        color: #666666;
        font-size: 12px;
        text-decoration: none;
    }
    
    .pagenav .old a {
        float: left;
    }
    
    .pagenav .new a {
        float: right;
    }
    
    .pagenav {
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 40px;
        clear: both;
    }
    /* コメント投稿フォーム */
    
    #respond p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 12px;
    }
    
    #respond label {
        font-size: 14px;
    }
    
    #respond input,
    #respond textarea {
        width: 100%;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #respond input[type="submit"] {
        width: 200px;
        padding: 10px;
        border: none;
        background-color: #e6cc1c;
        -webkit-appearance: none;
        cursor: pointer;
    }
    
    #respond input[type="submit"]:hover {
        background-color: #ff8800;
    }
    
    #respond .required {
        color: #ff0000;
    }
    /* コメント */
    
    #comments footer {
        background: none;
        margin: 0;
        color: #000000;
        font-size: 12px
    }
    
    #comments footer a {
        color: #000000
    }
    
    #comments footer div {
        display: inline
    }
    
    #comments ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    #comments article {
        border: dotted 1px #aaaaaa;
        margin-bottom: 10px;
        padding: 10px 20px 20px 20px
    }
    
    #comments .comment-content {
        margin-left: 30px
    }
    
    #comments h3 {
        border: none;
        background-color: transparent;
    }
    /* お問い合わせフォーム */
    
    .wpcf7 input,
    .wpcf7 textarea {
        width: 100%;
        padding: 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    
    .wpcf7 input[type="submit"] {
        width: 200px;
        padding: 10px;
        border: none;
        background-color: #e6cc1c;
        -webkit-appearance: none;
        cursor: pointer
    }
    
    .wpcf7 input[type="submit"]:hover {
        background-color: #ff8800
    }
    
    .contents {
        width: 100%;
    }
    
    .contents::after {
        content: "";
        display: block;
        clear: both;
    }
    /* メインコンテンツ */
	/* 旧レイアウト（右寄せ）
	.main_contents {
		float: right;
		width: 70%;
		margin-right: 5%;
	}
	*/

	/* 新レイアウト（中央寄せ） */
	.main_contents {
		float: none;
		width: 80%;
		margin: 0 auto;
	}

    /* メインコンテンツ記事一覧追加 */
    
    .main_contents_index {
        float: left;
        width: 68%;
        margin-right: 2%;
    }
    /* サイドコンテンツ */
    
    .side_contents {
        float: left;
        width: 22%;
        margin-right: 3%;
    }
    
    .side_contents ul {
        list-style: none;
    }
    
    .side_contents .widget {
        margin-bottom: 30px;
    }
    
    .side_contents .widgettitle {
        margin-bottom: 10px;
        font-size: 1.0em;
        font-weight: normal;
        /*	border-left: 10px solid #C20D23;*/
        /*	border-bottom: 1px solid #004098;*/
        padding-left: 10px;
    }
    
    .side_contents li a {
        display: block;
        padding: 10px 5px;
        color: #1A0DAB;
        font-size: 14px;
        text-decoration: none
    }
    
    .side_contents li a:hover {
        background-color: #f2f2f2;
    }
    /* サイドコンテンツ 追加 */
    
    .side_content {
        width: 100%;
    }
    
    .side_contents_index {
        float: none;
        width: 22%;
        margin-right: 3%;
        margin-top: 2%;
    }
    /* ブログ一覧 */
    
    .blog_list_except {
        width: 100%;
        /*  float: none;*/
    }
    
    .blog_list_eyecatch {
        width: 45%;
        float: left;
    }
    
    .blog_list_info {
        width: 50%;
        margin-left: 5%;
        float: right;
    }
    /* PCサイトでは、ドロップダウンメニュー非表示 */
    
    #spnavi {
        display: none;
    }
    /* ページトップボタン */
    
    .page-top {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 99;
    }
    
    .page-top img {
        width: 65px;
        height: 65px;
    }
    /* 追加 */
    
    .container_top {
        max-width: 1000px;
        padding-left: 25px;
        padding-bottom: 5px;
        padding-right: 25px;
        margin: 0 auto;
        margin-top: 2.5%;
    }
    
    .container_top_head {
        max-width: 1000px;
        padding-left: 25px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 25px;
        margin: 0 auto;
    }
    
    .breadcrumbs_area {
        margin-top: 1%;
        margin-bottom: 0.5%;
    }
    
    #shop_info {
        text-align: center;
        margin-bottom: 40px;
        padding-top: 20px;
    }
    
    #shop_info_logo {
        float: left;
        width: 50%;
        border: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-right: 0px;
    }
    
    #shop_info_txt {
        float: right;
        width: 50%;
    }
    
    #shop_info iframe {
        width: 100%;
    }
    
    #concept_txt {
        text-align: left;
        padding-bottom: 10px;
        font-size: 18px;
    }
    
    #logo_top_txt {
        font-size: 30px;
        font-style: oblique;
        font-style: italic;
        font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
        float: left;
        margin-top: 0px;
        margin-right: 25px;
    }
    
    .li_indent {
        padding-left: 2em;
    }
    
    .kadomaru_center {
        width: 200px;
        border-radius: 200px;
        background-color: rgb(255, 253, 130);
        text-align: center;
        margin: 0 auto 0 auto;
        font-weight: bold;
    }
    
    .kadomaru_left {
        width: 200px;
        border-radius: 200px;
        background-color: rgb(255, 253, 130);
        text-align: center;
        margin: 0 0 0 auto;
        font-weight: bold;
    }
    
    .kadomaru_right {
        width: 200px;
        border-radius: 200px;
        background-color: rgb(255, 253, 130);
        text-align: center;
        margin: 0 auto 0 0;
        font-weight: bold;
    }
    
    .kadomaru_side {
        width: 200px;
        border-radius: 200px;
        background-color: rgb(255, 253, 130);
        text-align: center;
        margin: 0 auto 0 auto;
        font-weight: bold;
        cursor: pointer;
        display: inline-block;
    }
    
    .kadomaru_side:hover {
        opacity: 0.6;
        background-color: rgb(255, 253, 130);
    }
    
    #site_logo_right {
        text-align: right;
        padding-top: 20px;
        font-style: oblique;
        font-style: italic;
        font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
        float: left;
        margin-top: 0px;
        text-decoration: none;
    }
    
    #site_logo_left {
        float: left;
        margin-top: 0px;
        /* margin-right: 30px; */
        margin-bottom: 6px;
    }
    
    .top-title {
        text-decoration: none;
        color: black;
    }

    .concept-title{
        margin-bottom: 10px;
    }

    .font-18{
        font-size: 18px;
    }

	.p-20 {
		padding: 20px;
	}

    .mb-40 {
        margin-bottom: 40px;
    }
    .mb-20 {
        margin-bottom: 20px;
	}
	.mt-10 {
		margin-top: 10px;
	}
	.mb-10 {
		margin-bottom: 10px;
	}
    .ml-10{
        margin-left: 10px;
    }

    .font-20 {
        font-size: 20px;
    }
    .font-bold{
        font-weight: bold;
    }
    .biwa_lodo_description {
        flex-basis: 66.66%;
        margin-left: 10px;
        margin-top: 20px;
    }
    
    body {
        -webkit-print-color-adjust: exact;
    }
    /* アコーディオンボックス一式CSS */
    
    .ac-box {
        width: auto;
        margin: 30px auto 5px;
    }
    
    .ac-box label {
        max-width: 385px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background: #ff6900;
        margin: auto;
        line-height: 50px;
        position: relative;
        display: block;
        height: 50px;
        border-radius: 8px;
        cursor: pointer;
        color: #fff;
        transition: all 0.5s;
    }
    
    .ac-box label:hover {
        background: rgba( 240, 86, 137, 0.55);
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    
    .ac-box input {
        display: none;
    }
    
    .ac-box label:after {
        color: #fff;
        font-family: "FontAwesome";
        /* content: " \f078"; */
    }
    
    .ac-box input:checked~label::after {
        color: #fff;
        font-family: "FontAwesome";
        /* content: " \f077"; */
    }
    
    .ac-box div {
        height: 0px;
        padding: 0px;
        overflow: hidden;
        opacity: 0;
        transition: 0.5s;
    }
    
    .ac-box input:checked~div {
        height: auto;
        padding: 5px;
        /* background: #eaeaea; */
        opacity: 1;
    }
    
    .ac-box div p {
        color: #000;
        line-height: 23px;
        font-size: 15px;
        padding: 20px;
        text-align: justify;
    }
    
    .ac-small p {
        margin-bottom: 0px;
    }
    
    @media only screen and (max-width: 980px) {
        .container {
            margin: 0 10px;
            padding: 0;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        #site_logo {
            float: none;
            width: 100%;
        }
        .top-title {
            font-size: 18px;
            text-decoration: none;
            color: black;
        }
        #site_logo img {
            width: 90%;
            max-width: 55px;
        }
        #site_reserve {
            float: right;
            width: 100%;
            font-size: 1.0em;
            margin-top: 0;
            margin-bottom: 10px;
        }
        .site_tel {
            font-size: 1.0em;
        }
        #site_logo_right {
            float: left;
            text-align: right;
            padding-top: 10px;
        }
		nav ul {
			display: block;
		}
		nav a {
			padding: 0;
		}

        #concept_logo {
            width: 70%;
        }
        h2 {
            font-size: 1.5em;
        }
        #concept_icon {
            width: 70%;
            max-width: 400px;
        }
        #concept p {
            font-size: 0.8em;
        }
        #menu_logo {
            width: 70%;
        }
        .menu_box {
            float: none;
            width: 100%;
            margin: 0 0 30px 0;
        }
        .menu_box img {
            max-width: 400px;
            /*480px;*/
            max-height: 267px;
        }
        .menu_box ul {
            margin: 0 30px;
        }
        #info_logo {
            width: 70%;
            /*	margin-bottom: -20px;*/
        }
        #access_logo {
            width: 70%;
        }
        #access_map {
            float: none;
            width: 100%;
        }
        #access_txt {
            float: none;
            width: 90%;
            text-align: center;
            font-size: 16px;
            /* margin-left: 30px; 外しました。*/
        }
        #access iframe {
            width: 100%;
        }
        footer img {
            width: 90%;
        }
        .article_excerpt {
            max-width: 426px;
            width: 95%;
            list-style: none;
            float: none;
            background-color: #fff;
            position: relative;
            margin: 0 auto 20px auto;
        }
        .article_excerpt img {
            /*	width: 100%; */
            max-width: 426px;
            max-height: 284px;
        }
        /* メインコンテンツ */
        .main_contents {
            float: none;
            width: 100%;
        }
        /* サイドコンテンツ */
        .side_contents {
            float: none;
            width: 100%;
        }
        .main_contents_index {
            float: none;
            width: 100%;
        }
        /* サイドコンテンツ */
        .side_contents_index {
            float: none;
            width: 100%;
        }
        /* ブログ一覧 */
        .blog_list_except {
            /*		width: 100%;
		float: none;*/
            margin-bottom: 20px;
        }
        .blog_list_eyecatch {
            width: 100%;
            margin: 0 auto;
            float: none;
            max-width: 426px;
        }
        .blog_list_eyecatch img {
            width: 100%;
            max-width: 426px;
            max-height: 284px;
            margin: 0 auto;
        }
        .blog_list_info {
            width: 100%;
            max-width: 426px;
            margin: 0 auto;
            float: none;
        }
        /* スマホ用ナビゲーションラベル */
        #spnavi {
            display: block;
        }
        #spnavi::after {
            content: "";
            display: block;
            clear: both;
        }
        #drop_menu_icon {
            width: 35px;
            padding-top: 8px;
            padding-left: 5px;
            float: left;
        }
        #drop_menu_text {
            width: 70px;
            padding-top: 20px;
            float: left;
            color: #fff;
        }
        nav li {
            float: none;
            width: 100%;
            padding-left: 5px;
            text-align: left;
        }
        .side_content {
            width: auto;
        }
        #concept h2 {
            margin-bottom: 30px;
            text-align: center;
        }
        #access h2 {
            margin-bottom: 30px;
            text-align: center;
        }
        #shop_info_txt {
            float: none;
            width: 90%;
            /* margin-left: 30px; 外しました。*/
        }
        #shop_info_logo {
            width: 100%;
            max-width: 940px;
            padding-bottom: 0px;
            padding-top: 0px;
            padding-right: 0px;
        }
        #concept_txt {
            text-align: center;
        }
        .kadomaru_center {
            width: 200px;
            border-radius: 200px;
            background-color: rgb(255, 253, 130);
            text-align: center;
            font-weight: bold;
            margin: 15px auto;
        }
        .kadomaru_left {
            width: 200px;
            border-radius: 200px;
            background-color: rgb(255, 253, 130);
            text-align: center;
            font-weight: bold;
            margin: 15px auto;
        }
        .kadomaru_right {
            width: 200px;
            border-radius: 200px;
            background-color: rgb(255, 253, 130);
            text-align: center;
            font-weight: bold;
            margin: 15px auto;
        }
        .kadomaru_side {
            width: 200px;
            border-radius: 200px;
            background-color: rgb(255, 253, 130);
            text-align: center;
            font-weight: bold;
            margin: 3px 3px auto 3px;
        }
        #main_image img {
            width: 100%;
        }
    }

/* 20260708移設時調整 */
.dummy-nav{
    background-color: #dd3333;
    height: 26px;
}
@media only screen and (max-width: 980px) {
    .dummy-nav{
        height: 56px;
    }
}

.add-wrap{
    display: flex;
}

.add-side{
    margin: 0;

}
.add-linkWrap{
    position: sticky;
    top: 1em;
    left: 0;
    display: flex;
    align-items: center;
    transition: all .4s;
}
.add-side ul{
    padding: 2em;
    background-color: #dd3333;
    list-style: none;
    border-radius: 6px;
}
.add-side ul a{
    color: #fff;
    text-decoration: none;
}
.add-side ul li + li{
    margin-top: .5em;
}
.add-side input[type="checkbox"]{
    display: none;
}
#add-arrow{
    display: none;
    width: 1.5em;
    height: 3em;
    border-radius: 0 4px 4px 0;
    background-color: #dd3333;
    position: relative;
}

#add-arrow:after{
    content: "";
    transform: translateX(-50%) translateY(-50%);
    top:50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background: url(../img/arrow_w.svg) no-repeat center / contain;
    position: absolute;
    transition: all .4s;
}



@media only screen and (max-width: 980px) {
    #add-arrow{
        display: block;
    }
    .add-wrap{
        overflow: hidden;
    }
    .add-linkWrap{
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateX(calc(3em - 24px - 100%)) translateY(-50%);
    }
    .add-linkWrap.active{  
        transform: translateX(0) translateY(-50%);
    }
    .add-linkWrap.active #add-arrow:after{
        transform: translateX(-50%) translateY(-50%) rotate(180deg);
    }
}


.add-marks{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.add-about{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.add-about > *{
    flex: 1;
    flex-basis: 392px;
}