@charset "utf-8";

/*
Theme Name: nobinobi
Author: abeden co.ltd.
Version: 1.0
*/

/* base */

@font-face {
    font-family: 'cinecaption';
    src: url('font/cinecaption2.28.eot');
    src: url('font/cinecaption2.28.woff2') format('woff2'), url('font/cinecaption2.28.woff') format('woff'), url('font/cinecaption2.28.eot#iefix') format('embedded-opentype'), url('font/cinecaption2.28.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    position: relative;
    background: url(img/base/bg_paging_2.png);
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #555;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

h1 {
    font-family: "cinecaption";
    font-size: 2.4rem;
}

h1 a {
    color: #000;
}

a {
    color: #8b4513;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f56993;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
}

ul {
    list-style: none;
}

ol {
    padding-left: 25px;
}

ol li {
    margin: 10px 0;
}

dt {
    font-size: 1.8rem;
    font-weight: bold;
}

dd {
    margin: 20px 0 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 10px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -moz-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -ms-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -o-linear-gradient(left, #eee, #ddd, #eee);
    background-image: linear-gradient(left, #eee, #ddd, #eee);
    margin: 70px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    border: solid thin #ccc;
    padding: 5px;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    background: #0095d9;
    color: #fff;
    padding: 5px 15px 2px;
    cursor: pointer;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* common*/

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.container.al_c {
    align-items: center;
}

.co_box {
    position: relative;
    padding: 0 20px;
    flex-basis: 600px;
    flex-grow: 1;
}

.co_box_m {
    position: relative;
    padding: 0 20px;
    flex-basis: 500px;
    flex-grow: 1;
}

.co_box_s {
    position: relative;
    padding: 0 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.co_img {
    position: relative;
    padding: 10px 20px;
    flex-basis: 350px;
    flex-grow: 1;
}

.co_img_s {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    flex-basis: 300px;
    flex-grow: 1;
}

.co_img img,
.co_img_s img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.co_img_s img {
    max-width: 300px;
}

.co_side {
    position: relative;
    padding: 90px 20px 20px;
    flex-basis: 200px;
    flex-grow: 1;
}

.division {
    padding: 70px 0;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 80px 20px;
    margin: 0 auto;
}

.wrap_r {
    width: 100%;
    max-width: 1024px;
    padding: 20px;
    margin: 0 auto;
}

.band {
    background: #f56993;
    padding: 50px 0;
}

.band_g {
    background: rgba(220, 220, 230, 0.2);
}

.red {
    color: red;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font_f {
    font-family: "kouzan";
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3em;
}

.large {
    font-size: 2rem;
}

.xlarge {
    font-size: 3.2rem;
}

.in_block {
    display: inline-block;
}

.variable_img img {
    width: 100%;
    height: auto;
}

.w_400 {
    max-width: 400px;
    margin: auto;
}

.w_600 {
    max-width: 600px;
    margin: auto;
}

.w_700 {
    max-width: 700px;
    margin: auto;
}

.cap_1 {
    min-height: 60px;
    background: url(img/base/news.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    font-family: 'cinecaption';
    padding: 15px 45px 0;
    margin-bottom: 30px;
}

.cap_2 {
    position: relative;
    font-family: 'cinecaption';
    color: #8b4513;
    line-height: 1.2em;
    padding: 0 0 8px 35px;
    margin: 30px 0;
    border-bottom: solid 1px #8b4513;
}

.cap_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #f56993;
    border-radius: 50%;
}

.cap_2::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 15px;
    height: 15px;
    background: #ffa500;
    border-radius: 50%;
}

.cap_3 {
    background: #f56993;
    font-family: 'cinecaption';
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 30px 0;
}

.table_1 {
    margin: 10px 0 50px;
}

.table_1 th,
.table_1 td {
    padding: 10px 20px;
    border: solid thin #999;
}

.table_1 th {
    background: #FFFFD2;
}

.table_2 {
    width: 600px;
    font-size: 1.4rem;
    margin: 10px 0 50px;
}

.table_2 th,
.table_2 td {
    padding: 10px;
    border: solid thin #999;
}

.table_2 th {
    background: #FFFFD2;
}

.table_3 {
    width: 100%;
    font-size: 1.3rem;
    margin: 10px 0 50px;
}

.table_3 th,
.table_3 td {
    padding: 10px;
    border: solid thin #999;
}

.table_3 th {
    background: #FFFFD2;
}

.scroll_table {
    width: 600px;
    overflow: auto;
}

.space {
    padding: 40px 0;
}

.space_s {
    padding: 20px 0;
}

.list_style {
    list-style: disc;
    padding-left: 20px;
}

.list_style li {
    margin: 15px 0;
}

.dl_btn {
    display: inline-block;
    position: relative;
    background: #69afdf;
    font-weight: bold;
    color: #fff;
    padding: 7px 20px;
    margin: 10px;
    border-radius: 20px;
}

.dl_btn:hover {
    background: #a0d8ef;
    color: #fff;
}

.dl_btn::after {
    content: url(img/base/download.svg);
    position: relative;
    top: 3px;
    width: 24px;
    height: 20px;
    margin-left: 10px;
}

/* header */

header {
    position: relative;
    align-items: center;
    backdrop-filter: blur(4px);
    z-index: 200;
}

header::before {
    content: "";
    position: absolute;
    top: 2px;
    width: 100%;
    height: 20px;
    background: url(img/base/bg-header.png);
}

header a {
    color: #f56993;
}

header a:hover {
    color: #f56993;
}

.header {
    width: 100%;
    max-width: 1024px;
    padding-top: 20px;
    margin: auto;
}

.site_title {
    font-family: 'cinecaption';
    font-size: 4rem;
    font-weight: bold;
    line-height: 1em;
    padding: 30px 20px 0;
    flex-basis: 300px;
    flex-grow: 1;
}

.site_title h1 {
    font-size: 4rem;
}

.top_address {
    font-size: 1.4rem;
    text-align: right;
    line-height: 1.2em;
    flex-basis: 300px;
    flex-grow: 1;
    padding: 20px;
}

/* nav */

.navmenu {
    width: 100%;
    max-width: 1024px;
    background: #FFFFD2;
    text-align: center;
    margin: 0 auto;
    flex-basis: 500px;
    flex-grow: 2;
}

.navmenu ul {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
}

.navmenu li {
    display: table-cell;
}

.navmenu a {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #f56993;
    padding: 7px 10px;
}

.navmenu a:hover {
    background: #f56993;
    color: #fff;
}

.navmenu a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    height: 15px;
    background: #f56993;
    margin: auto;
    border-radius: 2px;
}

.navmenu li:last-child a::after {
    display: none;
}

/* pankuzu */

.pankuzu {
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 5px 15px;
    margin: auto;
}

.pankuzu ul {
    width: 100%;
    padding-left: 0;
    margin: 10px auto;
}

.pankuzu ul li {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 8px;
    margin-right: 0;
}

.pankuzu a {
    display: inline-block;
    color: #1e5f89;
    transform: rotate(0.05deg);
    margin-right: 5px;
}

.pankuzu li::after {
    display: inline-block;
    content: "/";
    margin-left: 7px;
}

.pankuzu li:last-child::after {
    display: none;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
}

/* index */

.post_content {
    position: relative;
    min-height: 300px;
    background: #fff;
    padding: 20px 20px 70px;
    margin-bottom: 30px;
    border: solid thin #c5a05a;
    border-radius: 10px;
    overflow: hidden;
}

.post_content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #8ec31f;
}

.post_content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 52px;
    background: url(img/base/bg-section-t.png);
    background-repeat: repeat-x;
}

.date_box {
    flex-basis: 60px;
    flex-grow: 1;
}

.post_date a {
    display: inline-block;
    width: 85px;
    height: 82px;
    background: url(img/base/entry-dates_03_1.png);
    background-repeat: no-repeat;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    transition-duration: 0.2s;
}

.post_date a:hover {
    background: url(img/base/entry-dates_03_2.png);
    transition-duration: 0.2s;
}

.post_year {
    display: block;
    font-size: 1.6rem;
    line-height: 1em;
}

.post_title {
    font-family: 'cinecaption';
    font-size: 2.6rem;
    line-height: 1.1em;
    padding-top: 30px;
    flex-basis: 400px;
    flex-grow: 2;
}

.more {
    text-align: right;
}

.more a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #40e0d0;
    font-family: 'cinecaption';
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    padding-top: 20px;
    border-radius: 50%;
}

.more a:hover {
    background: #fcc800;
}

/* page */

/* company */

.map {
    margin: 20px 0 40px;
}

.map iframe {
    width: 100%;
}

/* single */


.single .co_side {
    padding-top: 0;
}

/* archive */

.archive .post_list {
    margin: 20px 0;
    border-bottom: solid thin #ccc;
}

.category {
    text-align: right;
    margin: 10px 0;
}

.category li {
    display: inline-block;
}

.category a {
    display: inline-block;
    font-size: 1.2rem;
    color: #f56993;
    line-height: 1.2em;
    padding: 1px 8px 3px;
    margin: 5px;
    border: solid 2px #f56993;
    border-radius: 3px;
}

.category a:hover {
    background: #f56993;
    color: #fff;
}

.pagination {
    
}

.page-numbers {
    display: inline-block;
    padding: 0 7px;
    margin: 8px;
    border-bottom: solid 2px rgba(0, 0, 0, 0);
}

.page-numbers.current {
    color: #444;
}

a.page-numbers:hover {
    color: #f56993;
    border-bottom: solid 2px #f56993;
    transition-duration: 0.2s;
}

/* side */

.side_content {
    background: #fffaf0;
    padding: 20px;
    margin: 0 0 30px;
    border: solid thin #c5a05a;
    border-radius: 10px;
}

.widget_title {
    position: relative;
    font-family: 'cinecaption';
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.widget_title::before {
    content: url(img/base/flower_1.png);
    position: relative;
    top: 4px;
    margin-right: 8px;
}

.widget_title::after {
    content: url(img/base/flower_1.png);
    position: relative;
    top: 4px;
    margin-left: 8px;
}

.side_content ul {
    list-style: url(img/base/arrow_01.svg);
    padding-left: 20px;
}

.side_content ul li {
    padding: 10px 0;
    border-bottom: dotted 2px #c5a05a;
}

.side_content ul li:last-child {
    border-bottom: none;
}

.side_content ul li a {
    color: #8b4513;
}

.side_content ul li a:hover {
    color: #f56993;
}

/* pagetop */

.pagetop {
    position: relative;
    z-index: 1;
}

.pagetop a {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 20px;
    width: 85px;
    height: 85px;
    background: url(img/base/page-top_01.png);
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    padding: 15px 0 0;
    opacity: 0.9;
    z-index: 400;
}

.pagetop a::before {
    content: "▲";
    display: block;
}

.pagetop a:hover {
    background: url(img/base/page-top_02.png);
    transition-duration: 0.5s;
}

/* footer */

footer {
    background: #ffe4e1;
    padding: 30px 20px;
}

.footer_title {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 20px;
}

.footer a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    color: #333;
    padding: 0.1em 0.8em;
}

.footer a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 60%;
    background: #666;
    margin: auto;
}

.footer li:last-child a::after {
    width: 0;
}

.copyright {
    font-size: 1.4rem;
    text-align: center;
}

@media screen and (min-width: 1600px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    
    .site_title {
        font-size: 3rem;
        padding: 20px;
    }
    
    .site_title h1 {
        font-size: 3rem;
    }
    
    nav.navmenu {
        position: fixed;
        z-index: 250;
        top: 0;
        left: 0;
        background: #fff;
        color: #000;
        text-align: center;
        width: 100%;
        margin: 0;
        transform: translateX(-100%);
        transition: all 0.6s;
    }

    nav.navmenu ul {
        display: block;
        background: #f56993;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    nav.navmenu ul li {
        display: block;
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #fff;
    }

    nav.navmenu ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.navmenu ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
    }

    nav.navmenu ul li a::after {
        content: none;
    }

    nav.navmenu.open {
        transform: translateX(0%);
    }

    .toggle {
        display: block;
        position: absolute;
        right: 13px;
        top: 35px;
        width: 42px;
        height: 42px;
        background: #fff;
        cursor: pointer;
        z-index: 300;
    }

    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background: #000;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
        border-radius: 2px;
    }

    .toggle span:nth-child(1) {
        top: 9px;
    }

    .toggle span:nth-child(2) {
        top: 18px;
    }

    .toggle span:nth-child(3) {
        top: 27px;
    }
    
    .toggle.active {
        top: 10px;
        transition-duration: 0.2s;
    }

    .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .top_address {
        display: none;
    }
    
    .wrap {
        padding: 50px 0;
    }
    
    .wrap_r {
        padding: 20px 0;
    }

    .scroll_table {
        width: 550px;
    }
    
}

@media screen and (max-width: 600px) {
    
    .scroll_table {
        width: 480px;
    }
    
}

@media screen and (max-width: 480px) {
    
    .scroll_table {
        width: 320px;
    }
    
    .table_3 {
        font-size: 1rem;
    }
    
}

@media screen and (max-width: 360px) {
    
    .scroll_table {
        width: 300px;
    }
    
}
