@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

em {
    font-style: normal;
}

h4 {
    margin: 0;
}

p {
    margin: 0 0 1em;
}

html {
    font-size: 62.5%;
    /*1rem=10pxにする*/
}

small{
    font-size:0.9em;
}

.this_test {
    background: #b00e0e;
    color: #fff;
    text-align: center;
}

/*テスト環境のみ表示*/

@media only screen and (max-width: 750px) {
    img {
        max-width: 100%;
    }
}

body {
    font-size: 1.4rem;
    color: #444;
}

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

header,
section,
footer {
    width: 100%;
}

img {
    max-width: 100%;
}

img.pict {
    margin: 0 auto;
    padding: 0.4rem;
    background: #fff;
    box-shadow: 0 1px 2px #ccc;
}

/*----------ヘッダー----------*/
header {
    background-color: #327648;
}

header .dark_box {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.6em;
    text-shadow: 2px 3px 4px #000000;
    text-align: center;
    background-color: #1615163d;
}

.data_txt {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.data_txt span.month {
    font-size: 1.2em;
}

.data_txt span {
    display: inline-block;
}

.data_txt small {
    display: inline-block;
    background-color: #49b249;
    text-align: center;
    background-position: center center;
    font-size: 0.7em;
    margin-left: 0.2rem;
    border-radius: 50%;
    width: 1.4em;
    height: 1.4em;
    text-shadow: 0 0 black;
    line-height: initial;
}


.data_txt small.sun {
    background-color: #b24953;
}

.dark_box .block {
    padding: 0.5rem;
}

header .dark_box strong {
    font-size: 4.2rem;
    color: #ffffff;
    padding: 0 0.2rem;
}

#news{
    margin:1rem 0 1rem;
    padding:1rem;
    background: #f4ece0;
}

#news h3{
    text-align: center;
    font-weight: bold;
    font-size:1.5em;
}


.strong_attn {
    color: red;
    text-shadow: none;
    background: #fff;
    border: red 2px solid;
    font-size: 2.1rem;
    line-height: 1.2em;
    padding: 1rem 0;
}

.header_top .block_flag {
    width: 40%;
    font-size: 1.6rem;
    color: #fff;
    padding: 0.4rem;
    text-align: center;
}

.header_top .block_flag .flag {
    background: #245333;
    border-radius: 20px;
}

.block_flag small {
    line-height: 1.4rem;
    display: block;
    padding: 0.7rem 0;
    color: #fff1db;
}

.header_bottom {
    position: relative;
    background-image: url(../img/bg_2023.jpg);
    background-repeat: no-repeat;
    background-position: center 80%;
}

.card_attn {
    color: #ed3e3e;
    line-height: 1.2em;
    margin-top: 1rem;
    text-shadow: 0 0 4px #080404;
    width: 0cqmax;
}



/*for SP*/
@media only screen and (max-width: 750px) {
    .inner.bg_beige {
        background: #327648;
        padding: 1rem;
    }

    .header_top .block_flag {
        font-size: 1.4rem;
    }

    .header_bottom {
        height: -webkit-fill-available;
        background: none;
    }

    h1 .logo {
        width: 80%;
    }

    .header_bottom .bg_inner {
        background-image: url(../img/bg_2023.jpg);
        background-repeat: no-repeat;
        background-position: center 80%;
        background-size: cover;
        /* mobile viewport bug fix */
        min-height: -webkit-fill-available;
        padding-bottom: 2.4rem;
    }
}

/*for PC*/
@media only screen and (min-width: 750px) {
    .header_bottom {
        background-image: url(../img/bg_2023.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-position: bottom;
        /*         padding-bottom: 1rem; */
    }

    .inner.bg_beige {
        width: 100%;
        background: #327648;
        margin: 0;
        max-width: 100%;
        padding: 0;
    }

}

h1 {
    text-align: center;
    padding-top: 1.5rem;
    margin: 0;
}

h1 img.logo {
    max-width: 370px;
    margin: 3rem auto 1rem auto;
}


h1 img.txt_h1 {
    /* padding:1rem; */
    margin: 2rem auto 1.2rem;
    width: 100%;
    max-width: 700px;
}

.about_2023 img {
    filter: drop-shadow(5px 5px 5px #000);
    display: block;
    max-width: 700px;
    width: 100%;
    padding: 2rem 1rem;
    margin: 0 auto;
}

.header_top {
    background: #327648;
}

.header_top .icon_tel {
    width: 1.8rem;
    padding-top: 6px;
    margin-left: -0.8rem;
    display: inline;
}

.header_top .box_inquiry .box_tel {
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.3rem;
    /* text-align: center; */
}

.header_top .box_inquiry {
    border-radius: 0 0 10px 10px;
    padding: 0.1rem 0.5rem 0.2rem;
    margin: 0 0 0.6rem;
    color: #fff;
    background: #245333;
    line-height: 1.6em;
    width: 220px;
}

.header_top .box_inquiry address {
    font-style: normal;
    font-size: 1.5rem;
    font-weight: bold;
}

.header_top .box_inquiry address span {
    font-size: 0.8em;
    margin-left: 0.5em;
    display: inline-block;
}

.header_top .box_inquiry .FR small {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0;
}

@media only screen and (max-width: 750px) {
    .header_top .inner {
        padding: 0;
    }

    .header_top .box_inquiry {
        border-radius: 0;
        margin: 0;
        max-width: 57%;
    }

    .header_top .box_inquiry .box_tel {
        width: auto;
        font-size: 1.2rem;
    }

    .header_top .box_inquiry address {
        font-size: 1.8rem;
    }

    .box_inquiry small {
        display: block;
        margin: 0 0 0.5rem;
        border-top: #ccc solid 1px;
        padding-top: 0.4rem;
        font-size: 1.1rem;
        line-height: 1.2rem;
        text-align: center;
    }
}

.photos {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -3rem;
    left: 0;
}

header .sub .logo {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    width: 90px;
    margin: 0 auto;
}

.svgLogo text {
    font-weight: bold;
    font-size: 4.3vw;
    font-family: Meiryo UI;
    stroke: #2e7648;
    fill: #ffffff;
    letter-spacing: 6px;
    text-anchor: middle;
    dominant-baseline: alphabetic;
}

tspan {
    font-size: 0.8em;
}





svg {
    width: 100%;
}

.svgLogo>svg>use:nth-of-type(even) {
    stroke-width: 10px;
    paint-order: stroke;
    stroke-linejoin: round;
}

.svgLogo>svg>use:nth-of-type(odd) {
    stroke-width: 0;
}


@media only screen and (max-width: 750px) {

    /*
    .svgLogo text {
        font-size: 20px;
    }

*/
    svg {
        height: 100px;
    }

    .svgLogo text {
        letter-spacing: 2px;
    }

    .svgLogo>svg>use:nth-of-type(even) {
        stroke-width: 4px;
    }
}

.svg__container {
    position: relative;
    width: 100%;
}

.svg__content {
    position: absolute;
    top: 0;
    left: 0;
}

.sub h1 {
    text-align: center;
    padding-top: 3rem;
    margin: 0;
    color: #fff;
    min-height: 104px;
}

section#caption {
    background-color: #327648;
    padding: 0.5rem 0 1.2rem;
}

h2.caption {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 2rem 0 2em;
    text-align: left;
}


/*for PC*/
@media only screen and (min-width: 750px) {
    /*     .header_bottom {
        height: 930px;
    } */

    .photos {
        max-width: 800px;
        bottom: -5rem;
    }
}

/*for SP*/
@media only screen and (max-width: 750px) {
    .header_bottom {
        height: auto;
        /*       min-height: 1014px; */
    }

    section#caption {
        padding: 110px 0 1.2rem;
    }

    header .data {
        font-size: 2rem;
        padding: 1.8rem;
        line-height: 1.6em;
    }

    header .data strong {
        font-size: 3.5rem;
    }

    h2.caption {
        font-size: 1.6rem;
        padding: 1rem;
        margin-top: 0;
    }

    .sub h1 {
        font-size: 2rem;
    }

    .sub h1 .DIB {
        font-size: 1.7rem;
        display: block;
    }
}

.pictogram img {
    width: 120px;
}

.pictogram img {
    width: 150px;
    margin: 0.5em;
}

.pictogram {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wrap_taisaku h2 {
    color: red;
}

/*----------nav----------*/
nav {
    background-color: #e1d7c9;
    padding: 2rem 0;
}


nav a {
    color: #fff;
    font-weight: bold;
    padding: 1.5rem;
    width: 22%;
}

nav div a {
    padding: 1rem;
    width: 33.3%;
    height: 220px;
    float: left;
    font-size: 1.4rem;
    border-top: solid 2px #ffffff40;
    text-align: center;
}

nav div a p {
    font-size: 1.6rem;
    margin: 0.5rem 0;
}

nav div a img {
    display: inline;
    width: auto;
}


nav a[href="/kiyaku.html"],
.wrap_taisaku a[href="/kiyaku.html"] {
    background-color: #ed3e3e;
    border-bottom: 5px solid #b22f2f;
}

nav a[href="/kiyaku.html"] div {
    background-color: #b22f2f;
    padding: 0.2rem;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 1rem;
}

nav a[href="#information"] {
    background-color: #49b249;
    border-bottom: 5px solid #378537;
}

nav a[href="#information"] img {
    padding: 1rem 0;
}

nav a[href="#cafeteria"] {
    background-color: #654d43;
    border-bottom: 5px solid #4c3a32;
    padding: 1.8rem 0;
}

nav a[href="#cafeteria"] img {
    padding: 1.65rem 0;
}

nav a[href="#access"] {
    background-color: #1ebaba;
    border-bottom: 5px solid #168b8b;
}

nav a[href="#access"] img {
    padding-bottom: 0.5rem;
}


@media only screen and (max-width: 750px) {
    nav a[href="/kiyaku.html"] {
        width: 50%;
    }

    nav a[href="#information"] {
        width: 50%;
        height: 110px;
    }

    nav a[href="#information"] img {
        height: 70%;
        padding: 0;
    }

    nav a[href="#information"] {
        width: 50%;
        height: 110px;
    }

    nav a[href="#cafeteria"] img {
        padding: 0.6rem 0;
        height: 60%;
    }

    nav a[href="#cafeteria"] {
        height: 110px;
        padding: 1.2rem 0;
    }

    nav a[href="#access"] {
        height: 110px;
        width: 50%;
        padding: 1.2rem 0;
    }

    nav a[href="#access"] img {
        padding-bottom: 0.5rem;
        height: 68%;
    }

    nav a[href="#access"] .icon_walk {
        height: 60%;
        padding: 0;
    }
}

/*----------コンテンツ----------*/


article {
    padding-bottom: 3rem;
}

.message_big {
    padding: 2rem 1em;
    background: #f4ece0;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.3em;
}

body .info{
    color: #fff;
    font-size:1.8rem;
    border:2px solid;
    padding-bottom:1.5em;
}

.info h2 {
    padding-bottom: 0.5em;
    font-size:2.2rem;
    text-align: center;
    border-bottom: 2px solid;
}


body:not(.kiyaku)>section:not(#caption) {
    padding: 5rem 0 4rem;
}

section#cafeteria {
    padding-bottom: 7rem;
    background-color: #f4ece0;
}

section#access h2 {
    margin-bottom: 4rem;
}

section#access {
    background: #fff;
}

.box_white {
    background: #fff;
    padding: 1rem;
}

.radius_frame {
    border-radius: 10px;
    border: solid 4px #fff;
}

.ribbon_wrap {
    overflow: hidden;
    padding: 4px;
}

.ribbon_slanting {
    font-weight: bold;
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    right: -54px;
    top: 13px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: linear-gradient(to right, #e70158 0%, #fa5c99 100%);
    color: #fff;
    text-shadow: 0 2px 2px #c9004d;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(228deg);
    transform: rotate(44deg);
    box-shadow: 10px 3px 5px rgb(0 0 0 / 20%);
}

.ribbon_slanting:before,
.ribbon_slanting:after {
    position: absolute;
    content: "";
    border-top: 4px solid #e20258;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}

.ribbon_slanting:before {
    left: 14px;
}

.ribbon_slanting:after {
    right: 18px;
}

/* #plan h4 {
    width: 690px;
    max-width: 100%;
    margin: 1.5rem auto 2rem;
}
 */
#plan div.plan_map img {
    display: block;
}

#plan div.plan_map_02 {
    padding: 0;
    width: 100%;
}

#plan li.pc_flex {
    background: #f4ece0;
    padding: 1rem;
    margin: 0 0 1rem;
}

#plan li.pc_flex img {
    display: block;
    margin: 0 auto 1rem;

}


/*for SP*/
@media only screen and (max-width: 750px) {
    .ribbon_slanting {
        padding: 0.1rem;
        font-size: 1rem;
        height: 1.5rem;
        top: 5px;
        width: 130px;
        position: absolute;
    }

    #plan div.plan_map_01 {
        padding: 0.5rem;
    }

    #plan h4 {
        margin: 0 auto 1rem;
    }

    #plan div.plan_map_02 {
        width: auto;
        overflow-x: scroll;
    }

    .plan_02 img.plan_map {
        max-width: none;
        overflow: scroll;
        width: auto;
    }

    #plan div.plan_map_02::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 2px;
        height: 3px;
        padding: 2px;
        background: #e3d3bd;
    }

    #plan div.plan_map_02::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #a0988d;
        box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    }

}


/*----------#event----------*/

body.home section#event {
    background: #faf3eb;
    padding: 1rem 0 3rem;
}

#event h2 span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    color: #000;
    font-size: 2.7rem;
}

#event a {
    color: #000;
}

/*----------#information----------*/

#information {
    background: #faf3eb;
}

.info_block {
    padding: 0 2rem;
}

.info_block .about {
    align-items: center;
}


section.area {
    /* border: dotted 2px #327648; */
    padding: 1rem !important;
}

body.home .area section.pc_flex {
    background: #e5f3cd;
    padding: 1em !important;
}

.area h3 {
    text-align: center;
    color: #327648;
    font-size: 1.8rem;
    border-bottom: dotted 2px #327648;
    padding: 1rem;
}

.area h4 {
    background: #327648;
    display: inline-block;
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius: 20px;
    /* margin: 0 auto; */
}

img.photo_park {
    border: 4px solid #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    margin: 1.5rem 0 1.6rem;
    transform: rotate(-2deg);
}


.days {
    font-size: 1.7rem;
    font-weight: bold;
}

.days ul,
.days li,
.days dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.days ul li em {
    font-size: 1.2em;
    color: #49b249;
}

.days ul li:nth-child(even) em {
    color: #baa240;
}

.price strong {
    color: red;
    font-size: 1.6em;
}

.info_block .text {
    padding: 1.5rem 2rem;
    background: #fff;
    margin-left: 1rem;
    border-radius: 20px;
}

.info_block .time {
    font-size: 1.8rem;
}

.conductor {
    padding: 2rem 2rem 2.5rem;
    text-align: center;
    margin: 0 0 5rem;
    background: #fff;
}

/*for SP*/
@media only screen and (max-width: 750px) {
    img.photo_park {
        margin: 0;
        transform: rotate(0);
    }

    .photo_park_wrap small {
        margin-bottom: 1em;
    }

    .info_block {
        padding: 0;
    }

    .info_block .text {
        margin-left: 0;
    }

    #plan li.pc_flex h4 {
        text-align: center;
    }
}

/*----------#plan----------*/

#plan {
    background-color: #faf3eb;
}

#plan .plan_head {
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
}

.plan_head img {
    display: block;
}

#plan .detail {
    display: block;
    background: #f4ece0;
    border-radius: 50px;
    color: #e70158;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
}

#plan .term {}

.plan_box {
    width: 800px;
    margin: 0 auto;
    max-width: 100%;
    border: 4px solid #ffc200;
    padding: 2rem;
    border-radius: 0 0 20px 20px;
}

.plan_box.plan_02 {
    border: 4px solid #71e400;
}

div.plan_map {
    padding: 1em;
    border: 3px solid #fff;
    background: #f4ece0;
    /* width: 732px; */
    /* background: #fff; */
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
}

.plan_01 .box_white {
    align-items: center;
}

/*----------規約ページ----------*/
.kiyaku section {
    padding: 1rem 0;
    background: #fff;
}

.kiyaku h4 {
    font-size: 1.2em;
    color: red;
}

.kiyaku head {
    background-color: #378537;
}

.kiyaku .flow {
    display: flex;
}

.kiyaku img.card_sample {
    width: 95%;
    margin: 0 auto;
    display: block;
}

/*for SP*/
@media only screen and (max-width: 750px) {
    .kiyaku .flow {}
}


/*for PC*/

img.pic_admission {
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
}

.wrap_timeline p {
    font-size: 1.6rem;
    padding: 0.8em 0.5em 0.5em;
    font-weight: bold;
    color: #ffffff;
    margin-top: 0;
}

.inner {
    max-width: 900px;
    margin: auto;
    padding: 0 1rem;
}


h2 {
    text-align: center;
}

img.pict_head {
    display: inline;
}

h2 .title {
    font-size: 2.1rem;
    border-bottom: solid #C8A063;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

h2 .jp_title {
    font-weight: normal;
    font-size: 1.2rem;
}

.kiyaku {
    font-size: 1.5rem;
}

.kiyaku h3.frame_lattice {
    position: relative;
    margin-top: 0;
    padding: 0.25em 1em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    text-align: center;
    font-size: 1.8rem;
}

.kiyaku h3.frame_lattice:before,
.kiyaku h3.frame_lattice:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: black;
}

h3.frame_lattice:before {
    left: 7px;
}

h3.frame_lattice:after {
    right: 7px;
}

table {
    width: 100%;
}

.enquete h3 {
    background: #d14d37;
    padding: 0.5rem;
    color: #fff;
    margin: 0;
    font-size: 1.5em;
}

.text-box {
    margin: 0 0 1em;
    padding: 1rem 2rem 2.5rem;
    background: #f8f9ce;
    font-size: 1.2em;
    color: #53130f;
}

/*for PC*/

@media only screen and (max-width: 750px) {
    table {
        /* text-align: center; */
    }
}

table tbody {
    font-size: 1.6rem;
}

table,
td,
th {
    border: none;
    border-collapse: collapse;
}

tr {
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

th {
    background: none;
    max-width: 180px;
    padding: 2rem 0;
}

th span {
    display: block;
    margin-right: 1.5rem;
    background: #49b249;
    color: #fff;
    text-align: center;
    padding: 3px;
    font-size: 2rem;
    letter-spacing: 0.8px;
    border-radius: 10px;
    width: 150px;
}

/*for SP*/
@media only screen and (max-width: 750px) {
    th {
        padding: 1rem 0;
        display: block;
        margin: 0 auto;
    }

    /*     td {
        width: 100%;
        display: block;
    } */

    /*     th span {
        padding: 0 3px;
        font-size: 1.8rem;
        margin: 0 auto;
        width: 100%;
    } */
}

td {
    font-size: 2rem;
    padding: 1rem;
    line-height: 1.4em;
}

td small {
    font-size: 1.6rem;
}

/*for PC*/
@media only screen and (max-width: 750px) {
    td small span.DIB {
        margin-left: 1em;
    }
}

.wrap_taisaku {
    padding: 1rem 0 2rem;
    background: #fff1db;
}

.wrap_taisaku h2 {
    font-size: 1.6em;
    color: red;
}

.wrap_taisaku h3 {
    text-align: center;
    color: #444444;
    font-size: 1.4em;
}

.wrap_taisaku strong,
body.kiyaku strong {
    color: red;
}

.wrap_timeline {
    background: #327648;
    padding: 0.4em 0.5em;
    border-radius: 6px;
}

body .SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 1em;
}

body .SandboxRoot.env-bp-660 .timeline-Header-title,
body .SandboxRoot.env-bp-820 .timeline-Header-title {
    font-size: 1em;
}

/* 休園があった際のお知らせ */

.kyuen {
    color: #fff;
    text-align: center;
    padding: 1em;
    color: #010101;
    background: #fff4e2;
    margin: 1em 0;
}

.kyuen h3 {
    margin: 0 0 1rem;
    font-size: 1.4em;
    border-bottom: 2px solid;
    display: inline-block;
    color: #ef1515;
}

.kyuen strong {
    color: #ef1515;
    font-size: 1.4em;
    margin-bottom: 2rem;
}

.kiyaku span.red {
    color: #ef1515;
}

/* 開園日カレンダー */

#calendar_2023 {
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem;
    background: #f4ece0;
}

#calendar_2023 tbody {
    text-align: center;
    background-color: #fffffff2;
}

#calendar_2023 .month {
    font-size: 2.5rem;
    font-weight: bold;
    background: #327648;
    color: #fff;
    text-shadow: 2px 3px 4px #000000;
}

#calendar_2023 .month small {
    margin-left: -3em;
}

#calendar_2023 .table_bottom {
    background: #fff;
    padding: 0.2rem 1rem;
}

#calendar_2023 .month span {
    font-size: 3rem;
}

#calendar_2023 tr.week td {
    font-size: 1.5rem;
    padding: 15px 5px 8px;
    font-weight: bold;
}

#calendar_2023 td.open_day {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M191.4%2C164.127c29.081-9.964%2C44.587-41.618%2C34.622-70.699c-9.952-29.072-41.6-44.592-70.686-34.626%20c-29.082%2C9.956-44.588%2C41.608-34.632%2C70.69C130.665%2C158.582%2C162.314%2C174.075%2C191.4%2C164.127z%22%20style%3D%22fill%3Argb(180%20196%20185)%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M102.394%2C250.767v0.01c16.706-25.815%2C9.316-60.286-16.484-76.986c-25.81-16.691-60.273-9.316-76.978%2C16.489%20v0.01c-16.695%2C25.805-9.306%2C60.268%2C16.495%2C76.958C51.236%2C283.957%2C85.694%2C276.573%2C102.394%2C250.767z%22%20style%3D%22fill%3Argb(180%20196%20185)%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M320.6%2C164.127c29.086%2C9.948%2C60.734-5.545%2C70.695-34.636c9.956-29.081-5.55-60.734-34.631-70.69%20c-29.086-9.966-60.734%2C5.555-70.686%2C34.626C276.013%2C122.509%2C291.519%2C154.163%2C320.6%2C164.127z%22%20style%3D%22fill%3Argb(180%20196%20185)%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M256%2C191.489c-87.976%2C0-185.048%2C121.816-156.946%2C208.493c27.132%2C83.684%2C111.901%2C49.195%2C156.946%2C49.195%20c45.045%2C0%2C129.813%2C34.489%2C156.945-49.195C441.048%2C313.305%2C343.976%2C191.489%2C256%2C191.489z%22%20style%3D%22fill%3Argb(180%20196%20185)%3B%22%3E%3C%2Fpath%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M503.068%2C190.289v-0.01c-16.705-25.805-51.166-33.18-76.976-16.489c-25.801%2C16.7-33.19%2C51.171-16.486%2C76.986%20v-0.01c16.7%2C25.806%2C51.158%2C33.19%2C76.968%2C16.481C512.374%2C250.557%2C519.764%2C216.095%2C503.068%2C190.289z%22%20style%3D%22fill%3Argb(180%20196%20185)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50%  -2px;
    background-size: contain;
    /* font-weight: bold; */
}

#calendar_2023 .icon_dog_anyo {
    vertical-align: middle;
    width: 1.2em;
    display: inline-block;
    margin-right: 2px;
    padding-bottom: 4px;
}


/* カフェ*/

.block_cafe {
    margin-bottom: 4rem;
}

@media only screen and (max-width: 750px) {
    .block_cafe {
        margin-bottom: 1rem;
    }
}

.FL.block_gaikan {
    width: 49%;
    margin-top: 4rem;
}

@media only screen and (max-width: 750px) {
    .FL.block_gaikan {
        margin-top: 0;
    }
}

.FR.block_menu {
    background: #fff;
    padding: 1rem;
    width: 48%;
}

img.pic_menu01,
img.pic_menu02 {
    width: 49%;
}

@media only screen and (max-width: 750px) {
    .FL.block_gaikan {
        width: 100%;
    }

    .FR.block_menu {
        width: 100%;
    }
}

.menu_price {
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
    color: #ffa000;
}

.menu_set .menu_price {
    margin-right: 3rem;}

.menu_drink {
    padding: 1rem;
    border: 2px solid #654d43;
    margin: 1rem;
}

.menu dd {
    padding: 1rem;
    margin-left: 2rem;
}

.menu dt {
    font-size: 1.6rem;
    padding: 0 0 0 1rem;
    font-weight: bold;
    color: #654d43;
}

.menu ul {
    padding-left: 0;
}


.menu li {
    /* display: inherit; */
    margin-bottom: 1rem;
    padding: 3px;
    border-bottom: solid 1px #cccccc6b;
}

.menu h3 {
    border-bottom: #000 double 4px;
    text-align: center;
    margin-bottom: 3rem;
}

.menu small {
    font-size: 1.2rem;
    text-align: right;
}

.wrap_cafe_logo img {
    max-width: 260px;
    margin: auto;
    margin-top: -4rem;
    display: block;
}

.wrap_cafe_logo {
    width: 48%;
    float: right;
    background: #fff;
    margin-top: 4rem;
}

.wrap_cafe_logo img {
    width: 80%;
    margin: auto;
    margin-top: -4rem;
}

.sp_display.cafe_logo {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* キッチンドッグ */
.block_kitchendog {
    padding: 2rem 3rem;
    background: #fff;
    border: 2px solid #f4e3ca;
    margin: 4rem 0;
}

.logo_kitchen-dog {
    margin: auto;
}

.block_kitchendog img[src^="/img/pic_dogfood"] {
    margin: auto;
    width: 160px;
}

.block_kitchendog .menu_dog .FL {
    width: 40%;
}

.block_kitchendog .menu_dog .FL img {
    margin: auto;
    width: 200px;
    padding: 0.6rem 0;
}

.block_kitchendog .menu_dog .FR {
    width: 60%;
    padding-right: 4rem;
}

.block_kitchendog .menu_dog .FR h3 {
    text-align: left;
}

.block_kitchendog ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
    padding: 10px;
    height: 270px;
    font-size: 12px;
}

.block_kitchendog h3 {
    text-align: center;
}

.block_kitchendog ul li h4 {
    margin: 0;
    text-align: center;
}

.block_kitchendog ul li span.price {
    text-align: center;
    display: block;
    margin-bottom: 0.2rem;
}

.block_kitchendog.clearfix {
    margin: 2rem 0;
    background: #fff;
    padding: 2rem 3rem;
    border: 2px solid #F8B62A;
}

.block_kitchendog ul.clearfix {
    padding: 0;
    margin: 0;
}

.block_kitchendog hr {
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

.block_kitchendog .btn {
    margin-bottom: 3rem;
}

/*for SP*/
@media only screen and (max-width: 750px) {
    .block_kitchendog ul li {
        width: 50%;
    }

    .block_kitchendog .FL,
    .block_kitchendog .FR {
        float: none;
        width: 100% !important;
    }

    .block_kitchendog .menu_dog .FR {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .block_kitchendog ul.clearfix {
        margin-bottom: 0;
    }

    .block_kitchendog .menu_dog .FR h3 {
        text-align: center;
    }
}


/* アクセス */

.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn a[href="/kiyaku.html"] {
    border-radius: 0;
    border: none;
    border-bottom: 5px solid #b22f2f;
}

.btn {
    position: relative;
    background: #4db546;
    border: 3px #bdecba solid;
    color: #fff;
    max-width: 600px;
    font-size: 2rem;
    height: 61px;
    width: 100%;
    margin: 0 auto;
    line-height: 61px;
    border-radius: 2rem;
    text-align: center;
    font-weight: bold;
}

.wrap_taisaku .btn {
    background: none;
    border: 0;
}

.wrap_taisaku .corona_txt {
    padding: 0 3.5rem 1rem;
}

a.twitter-timeline {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1.5rem;
    max-width: 600px;
    height: 61px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    line-height: 61px;
    border-radius: 2rem;
    text-align: center;
    font-weight: bold;
    background: #1D9BF0;
    border-radius: 0;
    border: none;
    border-bottom: 5px solid #1783cb;
    border-radius: 2px;
}

a.twitter-timeline::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -4px;
}


/*for SP*/
@media only screen and (max-width: 750px) {
    .wrap_taisaku .btn {
        width: 280px;
        height: 40px;
        line-height: 41px;
    }

    .wrap_taisaku .corona_txt {
        padding: 1.5rem;
    }
}



.ggmap .btn {
    height: 40px;
    line-height: 41px;
}

.btn a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

.btn::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -4px;
}

.btn_red {
    background-color: #ed3e3e;
    border: none;
    border-radius: 0;
}

.kiyaku .btn::before {
    border: none;
    border-left: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
}

.kiyaku ul {
    padding-left: 2rem;
}

.kiyaku ul li {
    margin-bottom: 1.4rem;
}

/*----------アクセス----------*/
section#access .wrap_map {
    float: left;
    padding: 1rem;
    width: 57%;
    border: 1px solid #dcdddd;
}

section#access .wrap_map img {
    width: 100%;
}

section#access .access_list {
    float: right;
    width: 40%;
}

/*for SP*/
@media only screen and (max-width: 750px) {
    section#access .wrap_map {
        float: none;
        max-width: 500px;
        margin: auto;
        width: 100%;
    }

    section#access .access_list {
        float: none;
        width: 100%;
    }
}

section#access .access_list>dt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #33b6b6;
    margin-bottom: 0.5rem;
    border-bottom: #ccc solid 1px;
}

section#access .access_list>dt img {
    display: inline;
    margin-right: 0.6rem;
    height: 20px;
    width: 20px;
}

section#access .access_list>dd {
    margin: 0 0 1.2rem;
    padding: 0.5rem 0.7rem 0.5rem;
}

dl.train_list dt {
    margin-bottom: 0.4rem;
}

dl.train_list dt:before {
    content: "●";
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-right: 0.2rem;
    color: #33b6b6;
}

dl.train_list dd {
    margin: 1rem 0 1.4rem;
}

.access_list small.parking {
    display: block;
    text-align: center;
    padding: 1rem;
    margin-top: 0.5rem;
    background: #c0ebeb;
    font-size: 1.5rem;
    font-weight: bold;
}

.access_list small.parking {
    display: block;
    text-align: center;
    padding: 1rem;
    margin-top: 0.5rem;
    background: #c0ebeb;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1em;
    border: 2px solid #444;
    margin: 1rem 0.5rem 3rem;
}

.parking {
    justify-content: space-evenly;
}

.parking>div {
    padding: 1em;
    border: 2px solid #444;
    margin-bottom: 3rem;
    width: 48% !important;
}

@media only screen and (max-width: 750px) {
    .parking>div {
        width: 100% !important;
    }
}

.parking p {
    text-align: left;
    font-weight: normal;
}

.parking h3 {
    margin: 0 0 1em;
    text-align: center;
}




/*----------フッター----------*/

footer {
    background: #327648;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.2rem;
}

@media only screen and (min-width: 750px) {
    footer .DIB {
        display: block;
        padding: 0.5rem;
    }
}

/*----------汎用タグ----------*/

@media only screen and (min-width: 750px) {
    .pc_flex {
        display: flex;
    }

    .pc_flex .wh_30 {
        width: 30%;
    }

    .pc_flex .wh_40 {
        width: 40%;
    }

    .pc_flex .wh_60 {
        width: 60%;
    }

    .pc_flex .wh_70 {
        width: 70%;
    }

    .pc_flex>div {
        width: 50%;
        padding: 1rem;
    }

    .sp_display {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .pc_display {
        display: none !important;
    }

    .sp_wh_50 {
        width: 50%;
    }

    .sp_side_pd {
        padding: 0 1rem;
    }
}

.no_listmark {
    list-style-type: none;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.centering {
    display: block;
    margin: 0 auto;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.DIB {
    display: inline-block;
}

.bld {
    font-weight: bold;
}

.exbld {
    font-weight: 800;
}

.fontsize_l {
    font-size: 1.6rem !important;
}

.fontsize_xl {
    font-size: 1.8rem !important;
}

.red {
    color: red;
}

.green {
    color: #327648;
}

.TAC {
    text-align: center;
}

.TAR {
    text-align: right;
}

.TAL {
    text-align: left;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 0.5rem !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb2 {
    margin-bottom: 3rem !important;
}

.mb4 {
    margin-bottom: 4rem !important;
}