@charset "UTF-8";


/* 全体 */
html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 1.6rem;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
}

#container {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}

/* ヘッダ */
#header {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

#content_header {
    display: block;
    margin-bottom: 10px;
    text-align: right;
    font-size: 1.2rem;
}

/* フッタ */
#footer {
    clear: both;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

/* メイン */
#mymainback.lower {
    max-width: 1100px;
    /*background-color: #FFF;*/
    margin: 0 auto;
    border-radius: 10px;
}

@media (max-width:768px) {
    #mymainback.lower {
        margin: 0 auto;
    }
}

/* サイド */


/* レスポンシブアコーディオン用 */
.acc_title+input {
    display: none;
}

.acc_icon {
    display: none;
}

/* 隠す */
.hide {
    display: block;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

hr.hide {
    border: none;
}

/* Googlemap */
.gglmap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
    text-decoration: none !important;
    color: currentColor !important;
    pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
    font-size: 1.4rem;
}


/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
    font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
}

em {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
}

/* 外部リンク */
.external_link_text {
    display: none;
}

/* 基本タグ */
p {
    margin: 1em 0px;
    word-wrap: break-word;
    word-break: normal;
}

hr {
    clear: both;
}


/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
    /*padding: 18px 0px 8px;*/
}

#pankuzu_wrap>div {
    max-width: 1080px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
}

.pankuzu {
    position: relative;
    padding-left: 4em;
}

.pankuzu a {
    text-decoration: underline !important;
    color: #1f4fa3 !important;
}

.pankuzu .icon_current {
    display: none;
}

.pankuzu:first-child .icon_current {
    display: block;
    width: 3rem;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 0.7rem;
    padding: 0em 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media screen and (max-width:768px) {
    #pankuzu_wrap>div {
        font-size: 0.8rem;
    }

    .pankuzu:first-child .icon_current {
        font-size: 0.6rem;
    }
}

/* 印刷 */
#print_mode_link,
#print_mode_link_large {
    display: inline-block;
    background: url(/img/common/icon_print.png) no-repeat left center;
    padding-left: 20px;
}

/* 見出し */
#main_header {
    margin-bottom: 20px;
}

#main_header h1 {}

#main_body h2 {
    position: relative;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 40px;
    background: #ffedc3;
    width: 100%;
    border-radius: 50px;
    margin: 20px 0;
    padding: 20px 30px 20px 66px;
    box-sizing: border-box;
}

#main_body h2:before {
    position: absolute;
    top: 33%;
    text-transform: capitalize;
    left: 1em;
    display: inline-block;
    content: '';
    width: 1em;
    height: 1em;
    background: #e86b3f;
    border-radius: 100%;
}



#main_body h3 {
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    margin: 20px 0;
    padding: 5px 20px;
    border-bottom: 5px solid #ffc02b;
}

#main_body h3:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20%;
    height: 5px;
    content: '';
    background: #e86b3f;
}

#main_body h4 {
    position: relative;
    font-size: 1.25rem;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    margin: 20px 0;
    padding: 0 30px;
    border-radius: 100px 100px 100px 100px;
    border: solid 1px #e86b3f;
}

#main_body h5 {
    font-weight: bold;
    font-size: 1.125rem;
    position: relative;
    margin: 20px 0;
    padding-left: 30px;
}

#main_body h5:before {
    position: absolute;
    content: '◆';
    color: #e86b3f;
    left: 0;
}

#main_body h6 {
    clear: both;
    margin: 20px 0px;
    padding: 9px 14px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: dotted 1px gray;
}

/*リスト*/
#main_body ul li {
    position: relative;
    list-style-type: none;
}

#main_body ul li:before {
    background-color: var(--color-theme);
    border-radius: 50%;
    content: '';
    position: absolute;
    top: .6em;
    left: -1em;
    width: 8px;
    height: 8px;
}

/*数値リスト*/
#main_body ol {
    counter-reset: num;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

#main_body ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}

#main_body ol li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    background: #fff;
    border: solid 2px#bf4013;
    color: #bf4013;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 9px;
}

/*リンク*/
#main_body a {
    color: #bf4013;
    border-bottom: 1px solid #bf4013;
}

#main_body a:hover {
    opacity: 0.5;
}

/* テーブル */
#main_body table {
    border-color: #1f5134;
    border-collapse: collapse;
    border-style: solid;
    margin: 0px 0px 20px;
    max-width: 100%;
}

#main_body th {
    background-color: #3e7647;
    border-color: #1f5134;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
    color: #FFF;
}

#main_body td {
    border-color: #1f5134;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em;
}

#main_body table caption {
    font-weight: bold;
    padding: 1em 0;
    color: #184d2e;
}

.sp_button {
    display: none;
}

/*画像*/
#main_body img {
    max-width: 100%;
    height: auto !important;
}

/* スマホ */
@media screen and (max-width:640px) {

    /* テーブル切り替え */
    #main_body .sp_table_wrap {
        overflow: auto;
    }

    #main_body div.sp_large_table {
        width: 1000px;
        overflow: visible;
    }

    .sp_button {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
        background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
        background-color: #f9f9f9;
        color: #000000;
        text-shadow: 1px 1px 0px #ffffff;
        -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
        box-shadow: inset 1px 1px 0px 0px #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 1rem;
    }

    .sp_button:hover {
        background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
        background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
        background-color: #e9e9e9;
    }

    .sp_button:active {
        position: relative;
        top: 1px;
    }

    .gsc-result .gs-title {
        height: auto !important;
    }

    /* iframeの最大サイズ */
    #main_body iframe {
        max-width: 100%;
    }

    /* iframeレスポンシブ対応 */
    #main_body div.detail_movie {
        position: relative;
        padding-top: 30px;
        padding-bottom: 56.25%;
        height: 0px;
        overflow: hidden;
    }

    #main_body div.detail_movie iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
}



/* テーブル内のpタグのマージンを0にする */
#main_body table p {
    margin: 0px 0px 1em;
}

#main_body table p:last-child {
    margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

#main_body div.detail_table_center {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_writing {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_map {
    clear: both;
    width: 100%;
    margin: 20px 0px 10px;
    padding: 0px;
}

#main_body div.detail_movie {
    clear: both;
    /*width: 100%;
	margin: 20px 0px 30px;
	padding: 0px;*/
}

#main_body div.detail_free {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_normal {
    clear: both;
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_left {
    text-align: left;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_center {
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_image_right {
    text-align: right;
    margin: 0px 0px 20px;
    padding: 0px;
}

#main_body div.detail_h2 {
    clear: both;
    width: 100%;
}

#main_body div.detail_h3 {
    clear: both;
    width: 100%;
}

hr.hr_1 {
    clear: both;
    height: 1px;
    border-top: 2px dotted #999999;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 15px 0px;
}

hr.hr_2 {
    clear: both;
    height: 1px;
    border-top: 1px solid #333333;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 15px 0px;
}

hr.hr_3 {
    clear: both;
    height: 1px;
    border-top: 1px solid #ff0000;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: 15px 0px;
}


/* リンク */
.detail_link {
    margin: 1em 0px;
}

.link_l {
    margin: 1em 0px;
}

.detail_free .external_link_text,
.link_l .external_link_text {
    display: inline;
}

/* 画像 */
.detail_img_left {
    text-align: left;
}

.detail_img_center {
    text-align: center;
}

.detail_img_right {
    text-align: right;
}

/* 添付ファイル */
.detail_file {
    margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]::before,
div[class^="file_"] a[href^="/uploaded/attachment/"]::before,
div[class^="detail_"] a[href^="/uploaded/life/"]::before,
div[class^="file_"] a[href^="/uploaded/life/"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_etc.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".pdf"]::before,
div[class^="detail_"] a[href$=".PDF"]::before,
div[class^="file_"] a[href$=".pdf"]::before,
div[class^="file_"] a[href$=".PDF"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_pdf.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".xls"]::before,
div[class^="detail_"] a[href$=".XLS"]::before,
div[class^="file_"] a[href$=".xls"]::before,
div[class^="file_"] a[href$=".XLS"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_xls.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".xlsx"]::before,
div[class^="detail_"] a[href$=".XLSX"]::before,
div[class^="file_"] a[href$=".xlsx"]::before,
div[class^="file_"] a[href$=".XLSX"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".doc"]::before,
div[class^="detail_"] a[href$=".DOC"]::before,
div[class^="file_"] a[href$=".doc"]::before,
div[class^="file_"] a[href$=".DOC"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_doc.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

div[class^="detail_"] a[href$=".docx"]::before,
div[class^="detail_"] a[href$=".DOCX"]::before,
div[class^="file_"] a[href$=".docx"]::before,
div[class^="file_"] a[href$=".DOCX"]::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/common/file/icon_docx.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
}

/* preタグ */
div[class^="detail_"] pre {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
    display: inline-block;
    text-decoration: none !important;
    max-width: 100%;
}

div[class^="detail_"] a:not([href]):empty {
    display: block;
}

div[class^="detail_"] a:not([href]):hover {
    color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]::before,
div[class^="detail_"]::after {
    content: "";
    display: table;
}

div[class^="detail_"]::after {
    clear: both;
}

div[class^="detail_"] {
    zoom: 1;
}

#main_body hr.cf {
    border: none;
    margin: 20px 0px 0px;
}

#main_body hr.cf+h2,
#main_body hr.cf+h3,
#main_body hr.cf+h4,
#main_body hr.cf+h5,
#main_body hr.cf+h6 {
    margin-top: 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
    margin: 1em 0px !important;
    padding-left: 40px;
}

.status_bar div {
    font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner {
    display: none;
}

/* 評価エリア */
#hyouka_area_box {
    clear: both;
    background: #f6f6f6;
    margin: 30px 0px 0px;
    padding: 20px 30px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
    margin: 0px 0px 10px;
    padding: 0px;
    background: none;
    border: none;
    font-size: 1.6rem;
}

#main_body #hyouka_area_box hr.cf {
    margin: 0px;
}

.hyouka_box_detail {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.hyouka_box_detail:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.hyouka_box_detail fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.hyouka_box_detail fieldset legend {
    margin: 0px 0px 5px;
    padding: 0px;
    width: 100%;
}

.hyouka_box_detail span {
    display: inline-block;
    vertical-align: top;
    margin: 0px 4em 0px 0px;
}

.hyouka_box_detail span input {
    margin: 3px 4px 5px 5px;
    vertical-align: middle;
}

#hyouka_area_submit {
    margin-top: 10px;
    text-align: center;
}

#hyouka_area_submit input {
    display: inline-block;
    border: none;
    background: #fff;
    margin: 0px;
    padding: 5px 0px;
    font-size: 1.4rem;
    text-align: center;
    width: 260px;
    max-width: 90%;
}

/* お問い合わせ先 */
#section_footer {
    clear: both;
    background: #f6f6f6;
    margin: 30px 0px 0px;
    padding: 20px 30px;
}

#section_footer h2,
#main_body #section_footer h2 {
    margin: 0px 0px 10px;
    padding: 0px;
    background: none;
    border: none;
    font-size: 1.6rem;
}

#main_body #section_footer hr.cf {
    margin: 0px;
}

#section_footer_detail span {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}

#section_footer_detail span.sf_name2::before {
    content: '（';
}

#section_footer_detail span.sf_name2::after {
    content: '）';
}

#section_footer_detail div.sf_email {
    margin-top: 10px;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
    clear: both;
    margin: 30px 0px 0px;
    width: 100%;
    display: table;
}

.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
    display: table-cell;
    vertical-align: top;
    width: 158px;
    margin: 0px;
    padding: 0px;
}

.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
    width: 100%;
    height: auto;
}

.tenpu_txt {
    display: table-cell;
    vertical-align: top;
    margin: 0px;
    padding: 3px 0px 0px 10px;
    font-size: 1.3rem;
    line-height: 1.4;
}

/* SNSボタン */
.sns_button_wrap {
    margin-top: 30px;
}

.sns_button_wrap>div {
    display: inline-block;
    vertical-align: top;
}


/* サブサイト共通フッタ */
#site_footer {
    clear: both;
    float: none;
    width: 1080px;
    background: #f6f6f6;
    margin: 0px auto 50px;
}

#site_footer_box {
    padding: 20px;
}

#site_footer_box p {
    margin: 0px 0px 1em;
}

#site_footer_box p:last-child {
    margin-bottom: 0px;
}

/* parts-site.css */
/* 自由編集項目 */
.free_box p {
    margin: 0px 0px 10px;
}

.free_box p:last-child {
    margin-bottom: 0px;
}

.free_box img {
    max-width: 100%;
    height: auto !important;
}

/* サイドメニュー */
.subsite_menu {
    background: #FFF;
    margin: 0px 0px 10px;
}

.subsite_menu:last-child {
    margin-bottom: 0px;
}

.subsite_menu_ttl {
    background: #fee364;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0px;
    padding: 14px 20px;
}

.subsite_menu_list ul {
    margin: 0px;
    padding: 20px 20px 20px 40px;
}

.subsite_menu_list ul li {
    margin-bottom: 10px;
}

.subsite_menu_list ul li:last-child {
    margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
    margin: 0px;
    padding: 0px 20px 20px;
    text-align: center;
}

.subsite_menu_list div.link_ichiran a {
    display: block;
    background: #fff;
    padding: 8px 10px;
}

/* ページトップ */
#top_scroll {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
}

#page-top1 {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: -250px;
    right: 0px;
    width: 82px;
    height: 82px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
}

#page-top1 img {
    width: 100%;
    height: auto !important;
}


/*ここから追記20230227*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* 隠す */
.hide {
    position: absolute;
    left: -100em;
    top: -100em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1rem;
    line-height: 1.8;
}


a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #e86b3f;
    text-decoration: none;
    transition: .3s;
}

a:active {
    color: #e86b3f;
    text-decoration: none;
}

hr {
    background: #ccc;
    border: none;
    height: 1px;
}

b,
dt,
strong {
    font-weight: 700;
}

blockquote,
dl,
ol,
p,
pre,
table,
ul {
    margin: 1em 0;
}

P {
    padding: 0;
    box-sizing: border-box;
}

blockquote {
    font-size: 1.1em;
    margin-left: 40px;
}

dd {
    margin-left: 35px;
}

ol,
ul {
    margin-left: 30px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

mark {
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '"';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 0px solid #888;
}

#main img {
    vertical-align: bottom;
    width: auto;
    height: auto;
    max-width: 900px;
    margin-top: 30px;
    max-width: 100%;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all .3s;
}

#container {
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.sp {
    display: none;
}

/* =scroll_up
-------------------------------------------------------------- */

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

#main h1 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    width: 100%;
    background: #ffc02b;
    border-radius: 50px;
    line-height: 45px;
    padding: 1.875rem;
    box-sizing: border-box;

    position: relative;
}

#main h1:before {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 30px);
    width: 55px;
    height: 5px;
    content: '';
    background: #fff;
}

/* ヘッダー */

#header2023 {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
}

#header2023 .logo {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 55px 0 50px 0;
}

#header2023 .logo img {
    width: 100%;
    max-width: 520px;
    height: auto;
}

img.logo_1025 {
    display: none;
}

#header2023 .cach_image {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

#header2023 .cach_image table {
    font-size: 1.125rem;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

#header2023 .cach_image td.image {
    vertical-align: bottom;
    width: 90px;
}

#header2023 .cach_image td.left {
    text-align: left;
}

#header2023 .cach_image td.right {
    text-align: right;
}

#header2023 .cach_image td img {
    width: 45px;
    height: auto;
}

#header2023 .cach_image td.text {
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0-2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;

}

#header2023 .cach_image td.left {
    text-align: left;
}

.shadow {
    filter: drop-shadow(1px 1px #fff);

}

#page_header {
    width: 100%;
    background: url("/img/yoitoko/page_back_01.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    height: 158px;
    padding-left: 60px;
    padding-top: 40px;
    box-sizing: border-box;
}

#page_header img {
    width: 80%;
    max-width: 620px;
    height: auto;

}

.date {
    font-size: 1rem;
}

/* メニュー */

.hamburger-menu {
    display: block;
    width: 100%;

}

.menu-btn {
    position: fixed;
    top: 30px;
    right: 30px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: #fff;
    border: 2px solid #e86b3f;
    border-radius: 10px;
    cursor: pointer;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 35px;
    background-color: #e86b3f;
    position: absolute;
    border-radius: 5px;
}

.menu-btn span:before {
    bottom: 12px;
}

.menu-btn span:after {
    top: 12px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#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-btn-check {
    display: none;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    background-color: #fffdf3;
    transition: all 0.5s;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
}

.menu-content_box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.accordion {
    height: 100%;
    overflow: auto;
}

.b_logo img {
    width: 80%;
    max-width: 490px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

.menu-content .menu {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.menu {
    padding-bottom: 30px;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul:after {
    content: "";
    clear: both;
    display: block;
}

.menu ul li {
    display: block;
    list-style-type: none;
    text-align: left;
    width: 100%;
    line-height: 70px;
    margin: 10px 0;
    background: #ffedc3;
    border-radius: 50px;
}

.m_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
    text-decoration: none;
    line-height: 70px;
    outline: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}

.m_btn::before {
    content: "";
    border-left: 4px solid #ffedc3;
    padding-right: 20px;
}

a:link.m_btn {
    color: #000;
}

a:hover.m_btn {
    color: #000;
    transition: all .3s;
}

a:hover.m_btn::before {
    content: "";
    border-left: 4px solid #e86b3f;
    padding-right: 20px;
    transition: all .3s;
}

.m_btn,
.m_btn::before,
a:link.m_btn,
a:link.m_btn::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu_contct {
    border-top: 1px dotted #000;
    width: 100%;
}

.menu_contct .name {
    font-size: 1.6875rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    letter-spacing: 5px;
}

.menu_contct .add {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.125rem;
    letter-spacing: 1px;
}

.menu_contct .link {
    width: 100%;
    max-width: 560px;
    margin: 35px auto;
}

.menu_contct .link ul {
    margin: 0;
    padding: 0;
}

.menu_contct .link ul:after {
    content: "";
    clear: both;
    display: block;
}

.menu_contct .link ul li {
    display: block;
    float: left;
    list-style-type: none;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* リンクボタン */
.m_link_btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 240px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    font-size: 0.875rem;
    background: #fff;
    vertical-align: middle;
    margin: 0 auto;
}

.m_link_btn.yl {
    border: 1px solid #ffc02b;
}

.m_link_btn.og {
    border: 1px solid #e86b3f;
}

.m_link_btn .icon:before {
    content: url('/img/yoitoko/mail_icon02.png');
    width: auto;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

.m_link_btn img {
    width: auto;
    height: 15px;
    line-height: 45px;
}

a.m_link_btn,
a:link.m_link_btn {
    color: #000;
}

a:hover.m_link_btn::before,
.m_link_btn::before {
    content: "";
    position: absolute;
    top: 46%;
    right: 15px;
    width: 6px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
}

a:hover.m_link_btn::after,
.m_link_btn::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 15px;
    width: 6px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
}

.m_link_btn.yl:hover,
a:hover.m_link_btn.yl {
    background: #ffc02b;
}

.m_link_btn.og:hover,
a:hover.m_link_btn.og {
    background: #e86b3f;
}

.m_link_btn,
.m_link_btn::before,
.m_link_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 文字の大きさボタン */
.text_size {
    width: 100%;
    position: relative;
    height: 90px;
}

.text_size table {
    position: absolute;
    right: 0;

}

.text_size td {
    vertical-align: middle;
}

.text_size td.text {
    text-align: left;
    font-size: 1rem;
    padding-right: 20px;
}

.text_size td.size {
    width: 60px;
}

.text_size td.size02 {
    width: 50px;
}

.tx_btn {
    display: block;
    position: relative;
    width: 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    font-size: 1.125rem;
    background: #fff;
    vertical-align: middle;
}

.tx_btn.big {
    border: 2px solid #0071bc;
}

.tx_btn.nomal {
    border: 2px solid #8cc63f;
}

a.tx_btn,
a:link.tx_btn {
    color: #000;
}

.tx_btn.big:hover,
a:hover.tx_btn.big {
    background: #0071bc;
}

.tx_btn.nomal:hover,
a:hover.tx_btn.nomal {
    background: #8cc63f;
}

.tx_btn,
.tx_btn::before,
.tx_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 検索 */
.serch {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.gsc-control-cse {
    position: relative;
    right: 0 !important;
    width: 300px !important;
    border: 2px solid #e86b3f !important;
    border-radius: 5px;
}

.gsc-search-box {
    margin: 0 !important;
}

.gsc-input-box table {
    margin: 0 !important;
    border: none !important;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gsc-input-box {
    border: none !important;
}

.gsc-search-button {
    position: relative;
    background: #e86b3f;
}

.gsc-search-button svg {
    display: none;
}

.gsc-search-button-v2 {
    position: relative;
    top: 50%;
    left: 50%;
    width: 46px !important;
    height: 46px !important;
    transform: translate(-50%);
    background: none !important;
    border: none !important;
    background-image: url("/img/yoitoko/search.png") !important;
    background-repeat: no-repeat !important;
    background-size: 95% !important;
    padding: 0 !important;
}

.gsc-results-wrapper-overlay {
    top: 10% !important;
}

/* ぱんくず */
#pan {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0.875rem;
    padding: 20px 0;

}

.genzai {
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    padding: 3px 10px;
    border-radius: 3px;
}

/* フッター */

footer {
    width: 100%;
    background: url("/img/yoitoko/footer.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    text-align: center;
}

footer .logo {
    padding: 40px 0;
}

footer .logo img {
    width: auto;
    height: 45px;
}

footer .add {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

footer .add ul,
footer .link ul {
    margin: 0;
    padding: 0;
}

footer .add ul:after,
footer .link ul:after {
    content: "";
    clear: both;
    display: block;
}

footer .add ul li {
    display: block;
    float: left;
    list-style-type: none;
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 60px;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #fff;
}

footer .add ul li.name {
    font-size: 1.75rem;
    text-align: right;
    padding: 0;
}

footer .copy {
    width: 100%;
    line-height: 25px;
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    background: #000;
}

footer .link {
    width: 100%;
    max-width: 560px;
    margin: 35px auto;
}

footer .link ul li {
    display: block;
    float: left;
    list-style-type: none;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

footer a:link {
    color: #fff;
}

.f_link_btn {
    display: block;
    position: relative;
    width: 240px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 5px;
    font-size: 0.875rem;
    background-color: rgba(0, 0, 0, .47);
    vertical-align: middle;
}

.f_link_btn .icon:before {
    content: url('/img/yoitoko/mail_icon.png');
    width: auto;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
}

.f_link_btn img {
    width: auto;
    height: 15px;
    line-height: 45px;
}

a.f_link_btn,
a:link.f_link_btn {
    color: #fff;
}

a:hover.f_link_btn::before,
.f_link_btn::before {
    content: "";
    position: absolute;
    top: 46%;
    right: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}

a:hover.f_link_btn::after,
.f_link_btn::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
}

.f_link_btn:hover,
a:hover.f_link_btn {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}

.f_link_btn,
.f_link_btn::before,
.f_link_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#page_footer {
    width: 100%;
}

#page_footer img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}


/* コンテンツ */
.main_content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#page_back {
    background: url("/img/yoitoko/page_back_03.jpg");
    background-repeat: repeat-y;
    background-position: top center;
}

.page_back_kumo {
    background: url("/img/yoitoko/page_back_kumo_03.png");
    background-repeat: no-repeat;
    background-position: top center;
}

#main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #fffdf3;
    padding: 30px 65px;
    box-sizing: border-box;
}

#main table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: block;
}

#main td,
#main th {
    border: 1px solid #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
}

#main th {
    background: #ffedc3;
    color: #000;
    font-weight: 700;
}

/* トップに戻る */

#page_top {
    position: fixed;
}

#page_top img {
    width: auto;
    height: 150px;
}

#page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
}

#page_top a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#page_top.upmove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#page_top.downmove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(200px);
    }
}

@media (min-width: 1000px) {
    #page_top {
        right: 15px;
        bottom: 0px;
    }

    #page_top a {
        width: 90px;
        height: 150px;
    }
}

@media (max-width: 999px) {
    #page_top {
        right: 12px;
        bottom: 0px;
    }

}

/* =トップページ
-------------------------------------------------------------- */
/* 背景 */
#heder_block {
    position: relative;
    width: 100%;
}

#content01_back {
    width: 100%;
    margin: 0 auto;
    height: 1320px;
    background: url("/img/yoitoko/top_img.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;

}

#content01_back_photo {
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 68.75%;
    background: url("/img/yoitoko/top_photo.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
}

#content02_back {
    width: 100%;
    margin: 0 auto;
    background: url("/img/yoitoko/mv_back_botm.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 400px;
    background-size: cover;
    background-attachment: fixed;
}

#tuar_back {
    width: 100%;
}

#content03_back {
    position: relative;
    width: 100%;
    padding: 150px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fffdf3 url("/img/yoitoko/og_back.jpg") no-repeat bottom center;
}

#content04_back {
    width: 100%;
    margin: 0 auto;
    background: url("/img/yoitoko/og_back_02.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#banner_back {
    width: 100%;
    position: relative;
}

#banner_box {
    position: absolute;
    width: 100%;
    top: 160px;
}

#content07_back {
    width: 100%;
    margin: 0 auto;
    background: url("/img/yoitoko/photo_back.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 1125px;
    background-size: cover;
}

#content08_back {
    width: 100%;
    margin: 0 auto;
    background: url("/img/yoitoko/mov_back.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 200px;
    background-size: cover;
}


#content0910_back {
    background: url("/img/yoitoko/mov_back_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    margin: 0 auto;
}

#content0910_back .back {
    background: url("/img/yoitoko/mov_back_image.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    /*height: 1430px;*/
    margin: 0 auto;
}


/* サイトストーリー */
#content01 {
    background: #f5cc9c;
    border-radius: 0px 100px 100px 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    padding: 0 50px 0 0;
    width: 90%;
    max-width: 1160px;
    position: absolute;
    bottom: 120px;
    left: 0;
}

#content01 .box {
    width: 90%;
    padding-left: 10%;
}

#content01 .box ul {
    margin: 0;
    padding: 0;
}

#content01 .box ul:after {
    content: "";
    clear: both;
    display: block;
}

#content01 .box ul li {
    display: block;
    float: left;
    list-style-type: none;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#content01 .box ul li.ashiato {
    width: 27%;
    max-width: 245px;
}


#content01 .box ul li.text {
    width: 73%;
    padding-bottom: 90px;
}

#content01 .box ul li.text h2 {
    padding: 70px 0 65px 40px;
}

#content01 .box ul li.text h2 img {
    width: auto;
    height: 35px;
}

#content01 .box ul li.ashiato .ashiato_box {
    position: relative;
    width: 245px;
    height: 370px;
}

#content01 .box ul li.ashiato .ashiato_box .steps {
    position: absolute;
    top: -15px;
    left: 0;
    width: 245px;
    height: 370px;
    background: url("/img/yoitoko/cat_ashi_01.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.ashiato .scroll_up.on .steps {
    animation: stepsline_01 2s steps(5) forwards;
    transition: all .3s;
}

@keyframes stepsline_01 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1225px 0;
    }
}

/* サイトストーリー */
#content02 {
    background: #fffdf3;
    width: 100%;
    height: 1450px;
    padding: 160px 0 100px 0;
    box-sizing: border-box;
}

#content02 ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1600px;
}

#content02 ul:after {
    content: "";
    clear: both;
    display: block;
}

#content02 ul li {
    display: block;
    float: left;
    list-style-type: none;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#content02 ul li.image {
    width: 56%;
    max-width: 900px;
}

#content02 ul li.image img {
    width: 78%;
    max-width: 700px;
    height: auto;
}

#content02 ul li.box {
    width: 44%;
    max-width: 700px;
    text-align: right;
}

#content02 ul li.box .text {
    font-size: 1.1875rem;
    line-height: 1.6;
    width: 100%;
    max-width: 650px;
    text-align: left;
}

#content02 ul li.box .text h3 {
    padding: 90px 0 80px 0;
}

#content02 ul li.box .text h3 img {
    width: auto;
    height: 50px;
}

#content02 ul li.box img.neko {
    width: 100%;
    max-width: 700px;
    height: auto;
    padding-top: 100px;
}


/* YOITOKOﾂアー情報 */

#content03 {
    background: #fff;
    width: 89%;
    height: auto;
    margin-bottom: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 100px;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-radius: 100px 0px 0px 100px;
    -webkit-border-radius: 100px 0px 0px 100px;
    -moz-border-radius: 100px 0px 0px 100px;
}


#content03 .iamge_box {
    position: relative;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    margin: 0 auto;
}

.neko_image03 {
    position: absolute;
    width: 380px;
    height: 138px;
    top: -50px;
    left: 0px;
}

.neko_image03 img {
    width: 380px;
    height: 138px;

}

.slid_all {
    position: absolute;
    width: 250px;
    height: 55px;
    top: 70px;
    right: 14%;
}

/* 文化財について〜 */
#content04 {
    padding-bottom: 260px;
}

#content04 .space {
    width: 100%;
    height: 185px;
}

#content04 .box {
    position: relative;
    width: 90%;
    max-width: 1275px;
    height: 490px;
    box-sizing: border-box;
    margin: 0 auto;
}

.no_icon01 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -50px;
    right: 0px;
}

.neko_image04_01 {
    position: absolute;
    width: 174px;
    height: 135px;
    left: -30px;
    bottom: -30px;

}

.no_icon02 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -50px;
    left: 0px;
}

.neko_image04_02 {
    position: absolute;
    width: 155px;
    height: 315px;
    right: -80px;
    bottom: -30px;

}

.no_icon03 {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -50px;
    right: 0px;
}

.neko_image04_03 {
    position: absolute;
    width: 200px;
    height: 181px;
    left: -30px;
    bottom: -30px;

}

#content04 .box ul {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1275px;
}

#content04 ul:after {
    content: "";
    clear: both;
    display: block;
}

#content04 ul li {
    display: block;
    float: left;
    list-style-type: none;
    text-align: left;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 490px;
}

#content04 ul li.photo01 {
    width: 60%;
    max-width: 770px;
    border-radius: 96px 0 0 96px;
    -webkit-border-radius: 96px 0 0 96px;
    -moz-border-radius: 96px 0 0 96px;
    background: url(/img/yoitoko/content04_photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content04 ul li.photo01 img {
    display: none;
}

#content04 ul li.text01 {
    width: 40%;
    max-width: 505px;
    padding: 120px 80px 0 80px;
    box-sizing: border-box;
    font-size: 0.9375rem;
    background: #fff;
    border-radius: 0 96px 96px 0;
    -webkit-border-radius: 0 96px 96px 0;
    -moz-border-radius: 0 96px 96px 0;
}

#content04 ul li.photo02 {
    width: 60%;
    max-width: 770px;
    border-radius: 0 96px 96px 0;
    -webkit-border-radius: 0 96px 96px 0;
    -moz-border-radius: 0 96px 96px 0;
    background: url(/img/yoitoko/content04_photo02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content04 ul li.photo02 img {
    display: none;
}

#content04 ul li.text02 {
    width: 40%;
    max-width: 505px;
    padding: 120px 80px 0 80px;
    box-sizing: border-box;
    font-size: 0.9375rem;
    background: #fff;
    border-radius: 96px 0px 0 96px;
    -webkit-border-radius: 96px 0 0 96px;
    -moz-border-radius: 96px 0 96px;
}

#content04 ul li.photo03 {
    width: 60%;
    max-width: 770px;
    border-radius: 96px 0 0 96px;
    -webkit-border-radius: 96px 0 0 96px;
    -moz-border-radius: 96px 0 0 96px;
    background: url(/img/yoitoko/content04_photo03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content04 ul li.photo03 img {
    display: none;
}

#content04 ul li.text01 .text,
#content04 ul li.text02 .text {
    width: 100%;
}

#content04 ul li.text01 .text h3,
#content04 ul li.text02 .text h3 {
    padding: 0 0 50px 0;
}

#content04 ul li.text01 .text h3 img,
#content04 ul li.text02 .text h3 img {
    width: auto;
    height: 30px;
}

#content04 ul li.photo04 {
    display: none;
}

#content04 ul li.photo01 a,
#content04 ul li.photo02 a,
#content04 ul li.photo03 a {
    display: block;
    width: 100%;
    height: 100%;
}


.bunka_btn {
    display: block;
    position: relative;
    width: 150px;
    font-size: 1rem;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 5px solid #ffd600;
    margin-top: 30px;
    padding-left: 5px;
    background: url('/img/yoitoko/y_y.png');
    background-repeat: no-repeat;
    background-position: top right;
    font-weight: bold;
}

.long {
    width: 245px;
}

a.bunka_btn {
    color: #000;
}

a:hover.bunka_btn {
    background: url('/img/yoitoko/y_y_h.png');
    background-repeat: no-repeat;
    background-position: top right;
    border-bottom: 5px solid #e86b3f;
}

.bunka_btn,
.bunka_btn::before,
.bunka_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 放射線マップバナー */
#content07 {
    width: 100%;
    margin: 0 auto 160px auto;
}

#content07 .box {
    background: #fff;
    width: 670px;
    padding: 0px 0px;
    text-align: center;
    margin: 0 auto;
    border-radius: 96px;
    background: inherit;
}

#content07 .iamge_box {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

#content07 .box .banner img {
    width: 100% !important;
    height: auto !important;
}

.neko_image07 {
    position: absolute;
    width: 155px;
    height: 100px;
    top: -50px;
    right: 0px;
    z-index: 2;
}

.neko_image07 img {
    width: 155px;
    height: 100px;

}

/* お知らせ */
#content08 {
    background: #fff;
    width: 95%;
    max-width: 1260px;
    margin: 0 auto 0 auto;
    border-radius: 96px;
    padding: 70px 10% 40px 10%;
    box-sizing: border-box;
    text-align: right;
}

#content08 h3 img {
    width: 250px;
    height: 65px;
}

#content08 h3 {
    text-align: center;
    padding: 0 0 50px 0;
    margin: 0;
}

#content08 .table-wrap {
    overflow-x: auto;
    margin-bottom: 45px;
    max-height: 300px;
}

#content08 table {
    margin: 0;
    width: 100%;
}

#content08 table tr {
    border-bottom: 1px solid #eeeeee;
}

#content08 table th {
    text-align: left;
    font-weight: 400;
    padding: 15px 0;
    box-sizing: border-box;
    width: 18%;
    font-weight: bold;
    white-space: nowrap;
}

#content08 table td {
    width: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 15px;
    white-space: wrap;
}

/* PR動画 */
#content09 {
    width: 100%;
    max-width: 925px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding-top: 140px;
}

#content09 h3 {
    padding: 0 0 40px 0;
}

#content09 h3 img {
    width: auto;
    height: 30px;
}

#content09 .box {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.yt_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    list-style-type: none;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    margin-bottom: 100px;
}

.yt_list li img {
    width: 100%;
    height: auto;
}

/* むすびに */
#content10 {
    width: 925px;
    margin: 0 auto 0 auto;
    font-size: 1.375rem;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 405px;
}

#content10 h3 {
    padding: 0 0 80px 0;
}

#content10 h3 img {
    width: auto;
    height: 45px;
}


.button {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    line-height: 55px;
    outline: none;
    background: #fff;
    color: #000;
    border: 2px solid #e86b3f;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: bold;
}

.button::before {
    content: "";
    position: absolute;
    top: 41%;
    right: 40px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}

.button::after {
    content: "";
    position: absolute;
    top: 54%;
    right: 40px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}

a:link.button {
    color: #000;
}

a:hover.button::before {
    background: #000;
}

a:hover.button::after {
    background: #000;
}


.button:hover,
a:hover.button {
    background: #e86b3f;
    border: 2px solid #e86b3f;
    color: #000;
}


.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* 足跡 */
.ashiato_box02 {
    width: 100%;
    position: relative;
}

.ashiato_box02 .steps {
    position: absolute;
    left: 0;
    width: 200px;
    height: 200px;
    background: url("/img/yoitoko/cat_ashi_02.png");
    background-repeat: no-repeat;
    background-position: bottom;
    animation: stepsline_02 3s steps(5) infinite;
    transition: all .3s;
}

/*大・小メニューリスト*/
.yoitokoList {
    padding-bottom: 40px;
}

.catergory ul {
    margin: 0;
    padding: 0;
}

.catergory ul:after {
    content: "";
    clear: both;
    display: block;
}

.catergory ul li {
    display: block;
    list-style-type: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.catergory ul li:before {
    display: none;
}

.catergory ul li a {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    outline: none;
    color: #000 !important;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 15px 40px 15px 20px;
    box-sizing: border-box;
    background: #fbceba;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
}

.catergory ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.catergory .newsTitle a {
    border-bottom: none !important;
}

.catergory ul li a,
.catergory ul li a:link {
    color: #000;
}

.catergory ul li a:hover {
    background: #ef8150;
    opacity: 1 !important;
}

.catergory ul li a,
.catergory ul li a::before,
.catergory ul li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.yoitokoList ul {
    margin: 40px 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yoitokoList ul:after {
    content: "";
    clear: both;
    display: block;
}

.yoitokoList ul li {
    display: block;
    float: left;
    width: 23%;
    box-sizing: border-box;
    padding: 0;
    margin: 2% 1%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.yoitokoList ul li a {
    color: #000 !important;
    border-bottom: none !important;
    line-height: 1.6 !important;
    transition: all .3s;
}

.yoitokoList ul li a:hover {
    color: #e86b3f !important;
    opacity: 1 !important;
}

.yoitokoList ul li:before {
    display: none;
}

.yoitokoList .article_img {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-bottom: 5px solid #ffc02b;
    margin-bottom: 10px;
}

#main .yoitokoList ul li img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin-top: 0;
}

.yoitokoList .article_img:empty {
    height: 145px;
    background: url(/img/common/noimage.png) no-repeat center center;
    background-size: cover;
}


.yoitokoList ul li .date {
    font-size: 14px;
    text-align: center;
    background: #ffc02b;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    width: 70%;
}

@keyframes stepsline_02 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

.ashiato_box03 {
    width: 100%;
    position: relative;
}

.ashiato_box03 .steps {
    position: absolute;
    right: 0;
    width: 200px;
    height: 200px;
    background: url("/img/yoitoko/cat_ashi_02.png");
    background-repeat: no-repeat;
    background-position: bottom;
    animation: stepsline_03 3s steps(5) infinite;
    transition: all .3s;
}

@keyframes stepsline_03 {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -1000px 0;
    }
}

/* 猫 */
.fuwafuwa {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    background: url(/img/yoitoko/04cat_image_03.png) no-repeat center center;
    transition: 1.5s ease-in-out;
    width: 200px;
    height: 181px;
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

.fuwafuwa02 {
    animation: fuwafuwa02 3s infinite ease-in-out .8s alternate;
    background: url(/img/yoitoko/04cat_image_02.png) no-repeat center center;
    transition: 1.5s ease-in-out;
    width: 155px;
    height: 315px;
}

@keyframes fuwafuwa02 {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

.fuwafuwa03 {
    animation: fuwafuwa03 3s infinite ease-in-out .8s alternate;
    background: url(/img/yoitoko/04cat_image_01.png) no-repeat center center;
    transition: 1.5s ease-in-out;
    width: 174px;
    height: 135px;
}

@keyframes fuwafuwa03 {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

/* スライダー */
:root {
    --easing: cubic-bezier(0.2, 1, 0.2, 1);
    --transition: 0.8s var(--easing);
    --color-base: #fff;
    --color-gray: #dcdcdc;
    --color-theme: #e66d3e;
    --color-theme-darken: #fff;
    --color-text: #000;
    --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
        -0.8rem -0.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08),
        -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
        inset -0.8rem -0.8rem 1.2rem #fff;
    --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1),
        -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}



button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    appearance: none;
}

:focus:not(:focus-visible) {
    outline: 0;
    /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}



.marker {
    background: linear-gradient(transparent 60%, #af0101 60%);
}

.l-inner {
    position: relative;
    box-sizing: content-box;
    max-width: 85%;
    margin: 0;
    padding: 0;
}

.l-section .l-inner {
    padding-top: 50px;
    padding-bottom: 0;
}

/* slider */
.slide p {
    padding: inherit;
}

.slide p:first-child,
.thumb-media {
    position: relative;
    overflow: hidden;
}

.slide p:first-child img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;

}

.splide {
    z-index: 0;
}

/* 前へ / 次へボタン */
.splide__arrow--prev,
.splide__arrow--next {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: var(--transition);
    background-color: var(--color-theme-darken);
    border: 4px solid var(--color-theme);
    border-radius: 50%;

}

.splide__arrow--prev:hover,
.splide__arrow--next:hover {
    transition: var(--transition);
    background-color: var(--color-theme);
    border: 4px solid var(--color-theme);

}

.splide__arrow--prev:hover::after,
.splide__arrow--next:hover::after {
    width: 10px;
    height: 10px;
    content: "";
    border: solid var(--color-theme-darken);
    border-width: 3px 3px 0 0;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
    width: 10px;
    height: 10px;
    content: "";
    border: solid var(--color-theme);
    border-width: 3px 3px 0 0;
}

.splide__arrow--prev::after {
    margin-left: 0.4rem;
    transform: rotate(-135deg);
}

.splide__arrow--next::after {
    margin-right: 0.4rem;
    transform: rotate(45deg);
}

.splide__arrow:disabled {
    pointer-events: none;
    opacity: 0;
}

.splide__arrow:focus-visible {
    outline: 3px solid rgba(180, 233, 0, 0.8);
    outline-offset: 3px;
    z-index: 1;
    transition: none;
}

.splide__pagination {
    font-size: 0;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid rgba(180, 233, 0, 0.8);
    outline-offset: 3px;
    z-index: 1;
    transition: none;
}

.splide__slide:focus-visible {
    outline: 3px solid rgba(180, 233, 0, 0.8);
    outline-offset: 3px;
    z-index: 1;
    transition: none;
}

.splide-wrapper {
    position: relative;
}

.splide__arrow>svg {
    display: none;
}

.card02 {
    overflow: hidden;
}

.card02 .splide__track {
    overflow: visible;

}


.card02 .splide-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    margin: 30px 0 0 0;
}

.card02 .splide__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
}

.card02 .splide__pagination>li {
    font-size: 0;
    /* liタグの下にある余白を消すため */
}

.card02 .splide__pagination__page {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    transition: var(--transition);
    vertical-align: top;
    background-color: var(--color-gray);
}

.card02 .splide__pagination__page.is-active {
    width: 4rem;
    background-color: var(--color-theme);
}

.card02 .splide__arrows {
    display: flex;
    gap: 1.6rem;
}

.card02 .splide__arrow--prev,
.card02 .splide__arrow--next {
    position: relative;
    flex-shrink: 0;
    margin: 0;
}

.card02 .splide__arrow:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.card02 .splide__arrow:disabled::before {
    box-shadow: var(--box-shadow-inset);
}

.card02 .splide__slide {
    width: max-content;
    opacity: 0.6;
    transition: opacity var(--transition);
}

.card02 .splide__slide.is-active {
    opacity: 1;
}


.card02 .slide {
    overflow: hidden;
}


.card02 .slide p a {
    display: block;
}

.card02 .slide p:first-child {
    padding-top: 62.5%;
    border-radius: 33px 0px 33px 0px;
    max-height: 240px;
    overflow: hidden;
    margin: 0;
}

.card02 .slide p:first-child img {
    /*height: calc(100% + 16px);
      transform: translateY(-16px);*/
}

.card02 .slide p:nth-child(2) {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }

    .l-inner {
        padding: 0 4rem;
    }

    .pc {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    /*html {
        font-size: 50%;
      }*/

    .pc-tab {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
    .tab-sp {
        display: none !important;
    }

    .splide__arrow--prev::before,
    .splide__arrow--next::before {
        transition: var(--transition);
    }

    .splide__arrow--prev:hover::before,
    .splide__arrow--next:hover::before {
        transform: scale(1.2);
    }

    .card02 .slide {
        transition: var(--transition);
    }

    .card02 .slide img {
        transition: var(--transition);
    }

    .card02 .slide:hover {
        transform: translateY(-16px);
    }

    .card02 .slide:hover img {
        transform: translateY(0);
    }
}

@media only screen and (min-width: 600px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 1240px) and (min-width: 927px) {

    img.logo_1920 {
        display: none;

    }

    img.logo_1025 {
        display: block;
    }

    .menu_contct .add {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        text-align: left;
        font-size: 16px;
        letter-spacing: 0px;
    }

    #content01_back {
        width: 100%;
        margin: 0 auto;
        height: 800px;
        background: url("/img/yoitoko/top_img.jpg");
        background-repeat: no-repeat;
        background-position: bottom center;

    }

    #content02_back {
        width: 100%;
        margin: 0 auto;
        background: url("/img/yoitoko/mv_back_botm.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        height: 400px;
        background-size: cover;
        background-attachment: initial;
    }

    #content02 ul li.image {
        width: 56%;
        max-width: 900px;
        text-align: center;
    }

    #content02 ul li.image img {
        width: 78%;
        max-width: 700px;
        height: auto;
    }

    #content02 ul li.box {
        width: 44%;
        max-width: 700px;
        text-align: right;

    }

    #content02 ul li.box .text {
        font-size: 19px;
        width: 100%;
        max-width: 650px;
        text-align: left;
        padding-right: 20px;
        box-sizing: border-box;
    }

    #content04 ul li.text01 {
        width: 40%;
        max-width: 505px;
        padding: 100px 50px 0 50px;
        box-sizing: border-box;
        font-size: 15px;
        background: #fff;
        border-radius: 0 96px 96px 0;
        -webkit-border-radius: 0 96px 96px 0;
        -moz-border-radius: 0 96px 96px 0;
    }

    #content04 ul li.text02 {
        width: 40%;
        max-width: 505px;
        padding: 100px 50px 0 50px;
        box-sizing: border-box;
        font-size: 15px;
        background: #fff;
        border-radius: 96px 0px 0 96px;
        -webkit-border-radius: 96px 0 0 96px;
        -moz-border-radius: 96px 0 96px;
    }

}

@media screen and (max-width: 928px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* =Headings
-------------------------------------------------------------- */

    /* ヘッダー */
    #header2023 .logo {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 25px 0 100px 0;
        text-align: center;
    }

    #header2023 .logo img {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    img.logo_1920 {
        display: none;

    }

    img.logo_1025 {
        display: block;

    }

    #header2023 .cach_image {
        width: 95%;
        max-width: 400px;
        margin: 0 auto;
    }

    #header2023 .cach_image td.image {
        vertical-align: bottom;
        width: auto;
    }

    #header2023 .cach_image td.text {
        text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
            -2px 2px 0 #FFF, 2px -2px 0 #FFF,
            0px 2px 0 #FFF, 0-2px 0 #FFF,
            -2px 0 0 #FFF, 2px 0 0 #FFF;

    }

    #header2023 .cach_image td.left {
        text-align: left;
    }

    .shadow {
        filter: drop-shadow(1px 1px #fff);

    }

    #header2023 .cach_image td.left,
    #header2023 .cach_image td.right {
        text-align: center;
    }

    #header2023 .cach_image td img {
        width: 40px;
        height: auto;
    }

    #page_header {
        width: 100%;
        background: url("/img/yoitoko/page_back_01.jpg");
        background-repeat: repeat-y;
        background-size: cover;
        background-position: top center;
        height: 100px;
        padding-left: 20px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    #page_header img {
        width: 100%;
        max-width: 330px;
        height: auto;

    }

    /* フッター */

    footer .logo img {
        height: 30px;
    }

    footer .add {
        width: 90%;
        max-width: initial;
    }

    footer .add ul li {
        float: none;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 1rem;
        line-height: 1.6;
        color: #fff;
    }

    footer .add ul li.name {
        font-size: 1.5rem;
        text-align: left;
        padding: 0 0 15px 0;
    }

    footer .copy {
        width: 100%;
        line-height: 25px;
        text-align: center;
        font-size: 0.75rem;
        color: #fff;
        background: #000;
    }

    footer .link {
        width: 90%;
        max-width: initial;
        margin: 35px auto;
    }

    footer .link ul li {
        display: block;
        float: none;
        list-style-type: none;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 10px 0;
    }

    footer a:link {
        color: #fff;
    }

    .f_link_btn {
        display: block;
        position: relative;
        width: 100%;
        border-radius: 5px;
        font-size: 0.875rem;
    }

    /* メニュー */

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 9999;
        background-color: #fffdf3;
        transition: all 0.5s;

    }

    .menu-content_box {
        width: 90%;
        max-width: initial;
        margin: 0 auto;

    }

    .b_logo img {
        width: 100%;
        max-width: 350px;
        height: auto;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .menu-content .menu {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }


    .menu_contct .name {
        font-size: 1.4375rem;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 30px;
        letter-spacing: 0px;
    }

    .menu_contct .add {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        text-align: left;
        font-size: 1rem;
        letter-spacing: 0px;
    }

    .menu-btn {
        position: fixed;
        top: 15px;
        right: 15px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        background: #fff;
        border: 2px solid #e86b3f;
        border-radius: 10px;
    }

    .m_btn {
        height: auto;
        line-height: 60px;
        font-size: 1rem;
    }

    .m_btn::before {
        display: none;
    }

    .menu_contct .link ul li {
        display: block;
        float: none;
        list-style-type: none;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 20px 0;
    }

    /* ぱんくず */
    #pan {
        width: 95%;
        max-width: initial;
        margin: 0 auto;
        font-size: 0.875rem;
        padding: 20px 0;

    }

    .genzai {
        background: #000;
        color: #fff;
        font-size: 0.875rem;
        padding: 3px 10px;
        border-radius: 3px;
    }


    /* =Headings
-------------------------------------------------------------- */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
    }

    #main h1 {
        font-weight: bold;
        font-size: 1.75rem;
        text-align: center;
        width: 100%;
        background: #ffc02b;
        border-radius: 30px;
        line-height: 45px;
        padding: 30px;
        box-sizing: border-box;

        position: relative;
    }

    #main h1:before {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 30px);
        width: 55px;
        height: 5px;
        content: '';
        background: #fff;
    }

    #main_body h2 {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 40px;
        background: #ffedc3;
        width: 100%;
        border-radius: 80px;
        /*padding: 20px 20px 20px 42px;*/
        box-sizing: border-box;
    }

    #main_body h2:before {
        left: 1.2em;
    }

    #main_body h3 {
        font-weight: bold;
        font-size: 1.375rem;
        position: relative;
        padding: 20px 10px 10px 10px;
        border-bottom: 5px solid #ffc02b;
    }

    #main_body h3:before {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 20%;
        height: 5px;
        content: '';
        background: #e86b3f;
    }

    #main_body h4 {
        position: initial;
        font-size: 1.25rem;
        line-height: 25px;
        white-space: initial;
        overflow: initial;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #main_body h4:after {
        right: 0;
    }

    #main_body h5 {
        font-weight: bold;
        font-size: 1.125rem;
        position: relative;
        padding-left: 30px;
    }

    #main_body h5:before {
        position: absolute;
        content: '◆';
        color: #e86b3f;
        left: 0;

    }


    /*iframe*/
    .splide__slide {
        width: 45vw !important;
        min-width: 220px;
    }

    .slide,
    .slide-media,
    .slide-text {
        width: 100%;
    }


    /* コンテンツ */
    .main_content {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }

    #page_back {
        background: url("/img/yoitoko//page_back_03.jpg");
        background-repeat: repeat-y;
        background-position: top center;
        background-size: cover;
    }

    .page_back_kumo {
        background: url("/img/yoitoko/page_back_kumo_03.png");
        background-repeat: no-repeat;
        background-position: top center;
    }

    #main {
        width: 95%;
        max-width: initial;
        margin: 0 auto;
        background: #fffdf3;
        padding: 30px 30px;
        box-sizing: border-box;
    }

    table.scroll {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* =トップページ
-------------------------------------------------------------- */
    /* 背景 */
    #heder_block {
        position: relative;
        width: 100%;
    }

    #content01_back {
        width: 100%;
        margin: 0 auto;
        background: url("/img/yoitoko/top_img.jpg");
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 500px;
        background-size: cover;

    }

    #content01_back_photo {
        width: 100%;
        margin: 0 auto;
        height: 0;
        padding-top: 68.75%;
        background: url("/img/yoitoko/top_photo.png");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;

    }

    #content02_back {
        width: 100%;
        margin: 0 auto;
        background: url("/img/yoitoko/mv_back_botm.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        height: 200px;
        background-size: cover;
    }

    #tuar_back {
        width: 100%;
    }

    #content03_back {
        position: relative;
        width: 100%;
        height: auto;
        padding: 500px 0 400px 0;
        box-sizing: border-box;
        margin: 0 auto 0 auto;
        background: #fffdf3 url("/img/yoitoko/og_back.jpg") no-repeat bottom center;
    }

    #content04_back {
        width: 100%;
        margin: 0 auto;
        background: url("/img/yoitoko/og_back_02.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    #content07_08_sp_back {
        width: 100%;
        background: url("/img/yoitoko/mov_back.jpg");
        background-repeat: repeat-y;
        background-position: 100% auto;
    }

    #banner_back {
        position: initial;
        width: 100%;
    }


    #banner_box {
        position: initial;
        width: 100%;
        padding-top: 100px;
    }

    #content07_back {
        width: 100%;
        margin: 0 auto 100px auto;
        background: url("/img/yoitoko/photo_back.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        height: auto;
        background-size: cover;
        padding-bottom: 10px;
    }

    #content08_back {
        display: none;

    }


    #content0910_back {
        background: url("/img/yoitoko/mov_back_02.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        width: 100%;
        margin: 0 auto;
    }

    #content0910_back .back {
        background: url("/img/yoitoko/mov_back_image.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 150% auto;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }


    /* サイトストーリー */
    #content01 {
        background: #f5cc9c;
        border-radius: initial;
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        padding: 0 30px;
        width: 100%;
        position: initial;
        bottom: initial;
        left: initial;
        box-sizing: border-box;
    }

    #content01 .box {
        width: 100%;
        padding-left: 0%;
    }

    #content01 .box ul:after {
        content: "";
        clear: both;
        display: block;
    }

    #content01 .box ul li {
        display: block;
        float: none;
        list-style-type: none;
        text-align: left;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    #content01 .box ul li.ashiato {
        width: 100%;
    }

    #content01 .box ul li.text {
        width: 100%;
        padding-bottom: 50px;
    }

    #content01 .box ul li.text h3 {
        padding: 20px 0 40px 0px;
    }

    #content01 .box ul li.text h3 img {
        width: auto;
        height: 35px;
    }

    #content01 .box ul li.ashiato {
        width: 100%;
        max-width: initial;
    }

    #content01 .box ul li.ashiato .ashiato_box {
        position: relative;
        width: 200px;
        height: 227px;
        margin: 0 auto;
    }

    #content01 .box ul li.ashiato .ashiato_box .steps {
        position: absolute;
        top: -40px;
        left: 0;
        width: 150px;
        height: 227px;
        background: url("/img/yoitoko/cat_ashi_01.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 900px 227px;
        animation: stepsline_01 2s steps(5) forwards;
        transition: all .3s;
    }

    @keyframes stepsline_01 {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -750px 0;
        }
    }

    /* サイトストーリー */
    #content02 {
        background: #fffdf3;
        width: 100%;
        height: 100%;
        padding: 100px 0 100px 0;
        box-sizing: border-box;

    }

    #content02 ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    #content02 ul li {
        display: block;
        float: none;
        list-style-type: none;
        text-align: left;
        box-sizing: border-box;
        padding: 0 5%;
        margin: 0;
    }

    #content02 ul li.image {
        width: 100%;
        max-width: initial;
        text-align: center;
    }

    #content02 ul li.image img {
        width: 80%;
        max-width: initial;
        height: auto;
    }

    #content02 ul li.box {
        width: 100%;
        max-width: initial;
        text-align: right;
    }

    #content02 ul li.box .text {
        font-size: 1.125rem;
        width: 100%;
        max-width: initial;
        margin-left: 0;
        text-align: left;
    }

    #content02 ul li.box .text h3 {
        padding: 90px 0 50px 0;
    }

    #content02 ul li.box .text h3 img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    #content02 ul li.box img {
        width: 100%;
        max-width: initial;
        height: auto;
    }

    #content02 ul li.box img.neko {
        width: 100%;
        height: auto;
        padding-top: 50px;
    }



    /* YOITOKOﾂアー情報 */

    #content03 {
        background: #fff;
        width: 95%;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 0;
        margin-bottom: 250px;
        padding-left: 30px;
        padding-bottom: 30px;
        box-sizing: border-box;
        border-radius: 50px 0px 0px 50px;
        -webkit-border-radius: 50px 0px 0px 50px;
        -moz-border-radius: 50px 0px 0px 50px;
    }

    #content03 .iamge_box {
        position: relative;
        width: 100%;
        height: 120px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .neko_image03 {
        position: absolute;
        width: 380px;
        height: 138px;
        top: -50px;
        left: 0px;
    }

    .neko_image03 img {
        width: auto;
        height: 100px;

    }

    .slid_all {
        position: absolute;
        width: 250px;
        height: 55px;
        top: 70px;
        right: 14%;
    }

    /* 文化財について〜 */
    #content04 {
        padding-bottom: 150px;
    }

    #content04 .space {
        width: 100%;
        height: 185px;
    }

    #content04 .box {
        position: relative;
        width: 95%;
        max-width: initial;
        height: auto;

    }

    .no_icon01 {
        position: absolute;
        width: 120px;
        height: 120px;
        top: -50px;
        right: initial;
        left: 0;
    }

    .neko_image04_01 {
        position: absolute;
        width: 174px;
        height: 135px;
        left: initial;
        top: -30px;
        right: 0;

    }

    .neko_image04_02 {
        position: absolute;
        width: 155px;
        height: 315px;
        right: -0px;
        top: -100px;
        bottom: initial;

    }

    .no_icon03 {
        position: absolute;
        width: 120px;
        height: 120px;
        top: -50px;
        right: 0px;
    }

    .neko_image04_03 {
        position: absolute;
        width: 200px;
        height: 181px;
        left: initial;
        bottom: initial;
        top: -30px;
        right: 0;

    }

    #content04 .box ul {
        margin: 0 auto 0 auto;
        padding: 0;
        width: 100%;
        max-width: initial;
    }


    #content04 ul li {
        display: block;
        float: none;
        list-style-type: none;
        text-align: left;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        height: auto;
    }

    #content04 ul li.photo01,
    #content04 ul li.photo03 {
        display: none;
    }


    #content04 ul li.text01 {
        width: 100%;
        max-width: initial;
        padding: 100px 30px 30px 30px;
        box-sizing: border-box;
        border-radius: 50px 50px 0 0;
        -webkit-border-radius: 50px 50px 0 0;
        -moz-border-radius: 50px 50px 0 0;
    }

    #content04 ul li.text02 {
        width: 100%;
        max-width: initial;
        padding: 100px 30px 30px 30px;
        box-sizing: border-box;
        border-radius: 50px 50px 0 0;
        -webkit-border-radius: 50px 50px 0 0;
        -moz-border-radius: 50px 50px 0 0;
    }

    #content04 ul li.text01 .text h3,
    #content04 ul li.text02 .text h3 {
        padding: 0 0 30px 0;
    }

    #content04 ul li.photo02,
    #content04 ul li.photo04 {
        width: 100%;
        max-width: initial;
        padding: 0;
        border-radius: 0 0 50px 50px;
        -webkit-border-radius: 0 0 50px 50px;
        -moz-border-radius: 0 0 0 50px 50px;
    }

    #content04 ul li.photo02 a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #content04 ul li.photo02 img,
    #content04 ul li.photo04 img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0 0 50px 50px;
        -webkit-border-radius: 0 0 50px 50px;
        -moz-border-radius: 0 0 50px 50px;
    }

    #content04 ul li.photo04 {
        display: block;
    }

    /* 足跡 */
    .ashiato_box02 {
        width: 100%;
        position: relative;
    }

    .ashiato_box02 .steps {
        position: absolute;
        left: 0;
        top: -150px;
        width: 100px;
        height: 100px;
        background: url("/img/yoitoko/cat_ashi_02.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 500px 100px;

        animation: stepsline_02 2s steps(5) infinite;
        transition: all .3s;
    }

    @keyframes stepsline_02 {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -500px 0;
        }
    }

    .ashiato_box03 {
        width: 100%;
        position: relative;
    }

    .ashiato_box03 .steps {
        position: absolute;
        left: 0;
        top: -150px;
        right: initial;
        width: 100px;
        height: 100px;
        background: url("/img/yoitoko/cat_ashi_02.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 500px 100px;
        animation: stepsline_03 2s steps(5) infinite;
        transition: all .3s;
    }

    @keyframes stepsline_03 {
        0% {
            background-position: 0 0;
        }

        100% {
            background-position: -500px 0;
        }
    }

    /* 猫 */
    .fuwafuwa {
        animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
        background: url(/img/yoitoko/04cat_image_03.png) no-repeat center center;
        background-size: 100px 91px;
        transition: 1.5s ease-in-out;
        width: 100px;
        height: 91px;
    }

    @keyframes fuwafuwa {
        0% {
            transform: translate(0, 0) rotate(-7deg);
        }

        50% {
            transform: translate(0, -7px) rotate(0deg);
        }

        100% {
            transform: translate(0, 0) rotate(7deg);
        }
    }

    .fuwafuwa02 {
        animation: fuwafuwa02 3s infinite ease-in-out .8s alternate;
        background: url(/img/yoitoko/04cat_image_02.png) no-repeat center center;
        background-size: 100px 203px;
        transition: 1.5s ease-in-out;
        width: 100px;
        height: 203px;
    }

    @keyframes fuwafuwa02 {
        0% {
            transform: translate(0, 0) rotate(-7deg);
        }

        50% {
            transform: translate(0, -7px) rotate(0deg);
        }

        100% {
            transform: translate(0, 0) rotate(7deg);
        }
    }

    .fuwafuwa03 {
        animation: fuwafuwa03 3s infinite ease-in-out .8s alternate;
        background: url(/img/yoitoko/04cat_image_01.png) no-repeat center center;
        background-size: 100px 78px;
        transition: 1.5s ease-in-out;
        width: 100px;
        height: 78px;
    }

    @keyframes fuwafuwa03 {
        0% {
            transform: translate(0, 0) rotate(-7deg);
        }

        50% {
            transform: translate(0, -7px) rotate(0deg);
        }

        100% {
            transform: translate(0, 0) rotate(7deg);
        }
    }

    /* 放射線マップバナー */
    #content07 {
        width: 100%;
        margin: 0px auto;
    }

    #content07 .box {
        width: 95%;
        padding: 0px 0px;
        text-align: center;
        margin: 0 auto;
        border-radius: 50px;
    }

    /*#content07 .iamge_box{
	height: 50px;
}*/

    #content07 .box .banner img {
        width: 100% !important;
        height: auto !important;
    }

    .neko_image07 {
        position: absolute;
        width: 100px;
        height: 65px;
        top: -40px;
        right: 0px;
    }

    .neko_image07 img {
        width: 100px !important;
        height: 65px !important;

    }

    /* お知らせ */
    #content08 {
        background: #fff;
        width: 95%;
        max-width: initial;
        margin: 100px auto;
        border-radius: 50px;
        padding: 50px 20px 40px 20px;
        box-sizing: border-box;
        text-align: right;
    }

    #content08 h3 {
        padding: 0 0 40px 0;
    }

    #content08 .table-wrap {
        overflow-x: initial;
        margin-bottom: 45px;
        max-height: 300px;
        overflow-y: auto;
    }

    #content08 table {
        margin: 0;
        width: 100%;
    }

    #content08 table tr {
        border-bottom: 1px solid #eeeeee;
    }

    #content08 table th {
        text-align: left;
        font-weight: 400;
        padding: 15px 15px 0 15px;
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        white-space: initial;
        display: block;
    }

    #content08 table td {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 0 15px 15px 15px;
        white-space: initial;
        display: block;
    }

    .button {
        display: block;
        margin: 0 auto;
    }

    /* PR動画 */
    #content09 {
        width: 90%;
        max-width: initial;
        padding-top: 0px;
    }

    #content09 .box {
        padding: 20px;

    }

    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .yt_list {
        padding: 20px;
    }

    /* むすびに */
    #content10 {
        width: 90%;
        margin: 0 auto 0 auto;
        font-size: 1.375rem;
        text-align: center;
        padding-bottom: 345px;
    }

    /*大メニュー・小メニュー*/
    .catergory {}

    .yoitokoList ul li {
        display: block;
        float: left;
        list-style-type: none;
        width: 31%;
        box-sizing: border-box;
        padding: 0;
        margin: 2% 1%;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }

    .yoitokoList ul li .date {
        font-size: 14px;
        text-align: center;
        background: #ffc02b;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        width: 70%;
    }
}

@media screen and (max-width: 768px) {


    /* =Headings
-------------------------------------------------------------- */

    /* ヘッダー */
    #header2023 .logo {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        padding: 30px 0px 100px 0;
        text-align: center;
    }

    #header2023 .logo img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    #page_header img {
        width: 100%;
        max-width: 250px;
        height: auto;

    }

    .b_logo img {
        width: 100%;
        max-width: 250px;
        height: auto;
        padding-top: 35px;
        padding-bottom: 50px;
    }


    /*大メニュー・小メニュー*/
    .catergory ul li a {
        font-size: 20px;
    }

    .yoitokoList ul li {

        width: 48%;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .yoitokoList ul li .date {

        width: 80%;
    }

    .yoitokoList .article_img {
        max-height: 150px;
        height: auto;
    }

    /*PR動画*/
    .yt_list {
        grid-template-columns: 1fr;
    }

}


/*糧飯（かてめし）ページスタイル*/
.wrap_box {
    display: flex;
    gap: 20px;
}

@media (max-width:540px) {
    .wrap_box {
        flex-flow: column;
        gap: 0;
    }

    .yoitokoList ul {
        flex-flow: column;
    }

    .yoitokoList ul li {
        width: 100%;
    }

    .yoitokoList .article_img {
        max-height: 200px;
        height: auto;
    }
}