@charset "UTF-8";

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSansJP-Regular.woff') format('woff'),
        url('./font/NotoSansJP-Regular.eot') format('eot');
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansJP';
    font-style: normal;
    font-weight: 600;
    src: url('./font/NotoSansJP-Bold.woff') format('woff'),
        url('./font/NotoSansJP-Bold.eot') format('eot');
    font-display: swap;
}

/*
Theme Name: flowerbubbly
Description: 福山市神辺の花屋flower bubbly（フラワーバブリー） | アレンジ プリザーブド
Version: 1.0
License: flowerbubbly
License URI: https://www.flower-bubbly.live/
*/
/****************************************

リセットCSSここから

*****************************************/

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

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
g_navi blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
    color: #45210E;
    background: url(images/body_bg.png) repeat #FAF8ED;
    font-weight: normal;
    min-width: 1200px;
    font-family: "NotoSansJP",
        "メイリオ",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/
a,
li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #45210E;
}

h1 {
    line-height: 1.6;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
}

h2 {
    line-height: 1.6;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
}

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

    a,
    li,
    tt,
    tr,
    dt,
    dd,
    p {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
    color: #9A8777;
    text-decoration: underline;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a:hover,
a:active {
    color: #452110;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.img_opacity a:hover img {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.img_opacity a img {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img.img_up {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a img.img_up {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
    text-decoration: none;
}

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

/****************************************

ヘッダー

*****************************************/
#header {
    width: 100%;
    z-index: 100;
    margin: auto;
}

#header .header_inner {
    width: 1080px;
    margin: auto;
    padding: 45px 0 0 0;
    position: relative;
}

#header .header_inner .h_logo {
    text-align: center;
}

#header .header_inner .h_logo a {
    display: inline-block;
}

#header .header_inner .header_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50px;
    right: 0;
}

#header .header_inner .header_sns a {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    #header {
        padding: 10px;
    }

    #header .header_inner .header_sns {
        display: none;
    }

    #header .header_inner {
        width: 100%;
        padding: 0;
    }

    #header .header_inner .h_logo {
        width: 140px;
        margin: 0 auto 10px;
    }

}

/****************************************

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

    #sp_header,
    #sp_navi,
    #toggle {
        display: none;
    }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {

    #header .sns {
        display: none;
    }

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

    #toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 35px;
        cursor: pointer;
        z-index: 9999;
        padding: 6px;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggledivに対して*/
        width: 100%;
        height: 1px;
        background: #452110;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(69, 33, 16, 0.85);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-top: rgba(255, 255, 255, 0.1) 1px solid;
        border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
        cursor: pointer;
        color: #F9F8EC;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: rgba(255, 255, 255, 0.1) 1px solid;
    }

    #sp_navi .menu-item a {
        display: block;
        padding: 15px 0 14px;
        color: #F9F8EC;
    }

    #sp_navi .menu-item span {
        display: none;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        background: rgba(255, 255, 255, 0.1);
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

#g_navi {
    width: auto;
    border-top: 1px solid #DED7D1;
    border-bottom: 1px solid #DED7D1;
    margin: 40px 0 30px;
}

#g_navi .menu {
    width: auto;
    margin: auto;
    *zoom: 1;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#g_navi .menu:before {
    content: "";
    display: table;
}

#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}

#g_navi .menu>li {
    position: relative;
}

#g_navi .menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 22px 0 11px;
}

#g_navi .menu li ul {
    width: calc(100% + 60px);
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: -30px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
    border-right: none;
    padding: 0;
}

#g_navi .menu li ul li a {
    width: 100%;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    font-size: 1.3rem;
    font-weight: 400;
    background: rgba(69, 32, 13, 0.85);
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: #fff;
    color: #45200d;
    opacity: 0.6;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.9;
}

#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media print,
screen and (min-width:768px) {
    .menu>li>a {
        padding: 0;
        position: relative;
        display: inline-block;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        cursor: pointer;
    }

    .menu>li>a:after {
        position: absolute;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background-color: #45200d;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .menu>li>a:after {
        bottom: -1px;
    }

    .menu>li>a:hover:after {
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=90);
    }
}

@media screen and (max-width: 1340px) {
    #g_navi {
        width: 1020px;
    }

    #g_navi .menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #g_navi .menu>li {
        width: 204px;
    }

    #g_navi .menu li a {
        padding: 20px 0;
    }
}


/****************************************

メインビジュアル

*****************************************/
#mv_top {
    width: 1080px;
    margin: auto;
    position: relative;
}

#mv_top .mv_txt {
    position: absolute;
    left: 40px;
    bottom: 35px;
}

#mv_page {
    width: 1080px;
    margin: auto;
}

.metaslider .flex-control-nav {
    bottom: 0 !important;
}

.metaslider .flexslider {
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    #mv_top {
        width: 100%;
    }

    #mv_page {
        width: 100%;
    }

    #mv_top .mv_txt {
        left: 15px;
        bottom: 15px;
    }

    #mv_top .mv_txt img {
        width: 85%;
    }

}

/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
    width: 100%;
    padding: 10px 0;
}

.breadcrumb {
    width: 1080px;
    margin: auto;
}

.breadcrumb p {
    text-align: left;
    font-size: 1.4rem;
    color: #9A8777;
}

.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #9A8777;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.breadcrumb a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media print,
screen and (min-width: 768px) {
    main#top_main {
        width: 100%;
        margin: auto;
    }

    main#page_main {
        width: 1080px;
        margin: 60px auto 100px;
    }

    .pc_none {
        display: none !important;
    }

    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex_r {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

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

    .timetable th,
    .timetable td {
        font-size: 1.2rem;
    }

    .breadcrumb_area {
        width: 100%;
        padding: 5px 5%;
        margin: 0 auto 20px;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb p,
    .breadcrumb a {
        font-size: 1rem;
    }

    .sp_none {
        display: none !important;
    }

    .sp_mb10 {
        margin-bottom: 10px;
    }

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .sp_img {
        margin: 0 20%;
    }

    main#top_main {
        width: 100%;
        margin: auto;
    }

    main#page_main {
        margin: 30px 3% 60px;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
    width: 1080px;
    margin: 0 auto 90px;
    padding-top: 110px;
    position: relative;
}

.top_box01::before {
    content: "";
    width: 1px;
    height: 120px;
    background: #CDC2B5;
    position: absolute;
    top: -10px;
    left: 200px;
    z-index: -1;
}

.top_box01::after {
    content: "";
    background: url(images/img_0101.png) no-repeat;
    width: 230px;
    height: 400px;
    position: absolute;
    right: -60px;
    top: 110px;
}

.top_box01_tit {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/top_tit01.svg) no-repeat;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #CDC2B5;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.top_box01_txt {
    border-left: 1px solid #CDC2B5;
    padding: 40px;
    margin-left: 40px;
    position: relative;
}

.top_box01_txt::before {
    content: "";
    background: url(images/top_sub-tit01.svg) no-repeat;
    width: 14px;
    height: 149px;
    position: absolute;
    left: -40px;
    top: 40px;
}

@media screen and (max-width: 767px) {
    .top_box01 {
        width: 100%;
        margin: 0 auto;
        padding: 40px 3% 140px;
    }

    .top_box01::before {
        content: "";
        height: 60px;
        left: 155px;
    }

    .top_box01::after {
        background-size: contain;
        height: 160px;
        right: auto;
        top: auto;
        left: 20px;
        bottom: 0;
    }

    .top_box01_tit {
        background-size: 180px;
    }

    .top_box01_txt {
        padding: 30px 0 30px 30px;
        margin-left: 30px;
    }

    .top_box01_txt::before {
        background-size: contain;
        width: 12px;
        left: -30px;
        top: 30px;
    }
}

.top_box02 {
    width: 1080px;
    min-height: 290px;
    margin: 0 auto 100px;
    padding: 50px 0 0 400px;
    position: relative;
}

.top_box02::before {
    content: "";
    width: 360px;
    height: 1px;
    background: #CDC2B5;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: -1;
}

.top_box02::after {
    content: "";
    background: url(images/img_0102.png) no-repeat;
    width: 430px;
    height: 300px;
    position: absolute;
    left: -110px;
    top: 0;
}

.top_box02_tit {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/top_tit02.svg) no-repeat;
    width: 100%;
    height: 45px;
    margin-bottom: 40px !important;
}

.top_box02 .btn {
    position: absolute;
    top: 56px;
    right: 0;
}

@media screen and (max-width: 767px) {
    .top_box02 {
        width: 100%;
        min-height: auto;
        padding: 60px 3%;
        margin: 0 auto 60px;
    }

    .top_box02::before {
        content: none;
    }

    .top_box02::after {
        background-size: contain;
        background-position: right;
        height: 120px;
        right: 10px;
        top: auto;
        left: auto;
        bottom: -80px;
        z-index: 10;
    }

    .top_box02_tit {
        background-size: 250px;
        border-bottom: 1px solid #CDC2B5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .top_box02 .btn {
        position: static;
    }

    .top_box02 .btn img {
        width: auto;
    }
}

.top_box03 {
    width: 100%;
    background: rgba(205, 194, 181, 0.2);
    margin: auto;
    padding: 100px calc((100% - 1080px) / 2);
    position: relative;
}

.top_box03_tit {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/top_tit03.svg) no-repeat;
    width: 100%;
    height: 31px;
}

.top_box03_btn {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .top_box03 {
        padding: 60px 3%;
    }

    .top_box03_tit {
        background-size: 300px;
    }

    .top_box03_btn {
        position: static;
    }

    .top_box03_btn img {
        width: auto;
    }
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
    text-decoration: none;
}

.news_post {
    width: 100%;
}

.news_post article {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CDC2B5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news_post article:last-child {
    margin-bottom: 0;
}

.news_post article .date {
    display: block;
    font-size: 1.5rem;
    margin-right: 40px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.news_post article a p {
    display: inline-block;
    color: #45210E;
    letter-spacing: 0.1em;
}

.news_post article a p:hover {
    text-decoration: underline;
    color: #A69484;
}

@media screen and (max-width: 767px) {
    .news_post article .date {
        font-size: 1.2rem;
    }

    .news_post article a p {
        font-size: 1.4rem;
    }
}

/****************************************

content下層用

*****************************************/
/*---------------------flowerbubblyの想い*/
.about_img_wrap {
    background: url(images/about_img_bg.png) no-repeat top 140px center;
}

@media screen and (max-width: 767px) {
    .about_img_wrap {
        background: none;
    }
}

/*---------------------bubblyhappylesson*/
.lesson {
    width: 100%;
}

.lesson tr th,
.lesson tr td {
    border: 1px solid #DFD8CC;
    padding: 15px;
}

.lesson tr th {
    background: #45220F;
    color: #FAF8ED;
    text-align: center;
}

.lesson tr td {
    background: #FCFBF3;
}

.lesson tr th.th25,
.lesson tr td.td25 {
    width: 25%;
}

.lesson tr th.th50,
.lesson tr td.td50 {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .scroll table {
        width: 100%;
    }

    .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    .scroll::-webkit-scrollbar {
        height: 5px;
    }

    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}

/*---------------------gallery*/
.gallery_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_box article {
    width: 320px;
    margin: 0 60px 60px 0;
}

.gallery_box article figure {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery_box article figure:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery_box article figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.gallery_box article a {
    text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
    .gallery_box article:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .gallery_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .gallery_box article {
        width: 49%;
        margin: 0 0 20px 0;
    }
}


/*---------------------店舗概要*/
.table {
    width: 100%;
}

.table th,
.table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #DFD8CC;
}

.table th {
    width: 20%;
    background: #45220F;
    color: #FAF8ED;
}

.table td {
    width: 80%;
    background: #FCFBF3;
}

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

/*---------------------blog*/
.blog_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.blog_box figure {
    width: 300px;
    position: relative;
}

.blog_box figure:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.blog_box figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.blog_box .blog_inner {
    width: 720px;
}

.blog_box .blog_inner h2 {
    position: relative;
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C0B4A5;
}

.blog_box .blog_inner .btn {
    margin: 40px 0 0 auto;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .blog_box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog_box figure {
        width: 100%;
    }

    .blog_box .blog_inner {
        width: 100%;
    }

    .blog_box .blog_inner h2 {
        font-size: 1.8rem;
        margin: 20px 0;
    }

    .blog_box .blog_inner .btn {
        margin: 20px auto 0;
    }

    .blog_box .blog_inner .btn img {
        width: auto;
    }
}

/****************************************

aside

*****************************************/
.bottom_area {
    width: 100%;
    background: rgba(205, 194, 181, 0.2);
    margin: auto;
    padding: 100px 20px;
}

.bottom_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto 110px;
}

.bottom_bar li {
    position: relative;
    width: 25%;
}

.bottom_bar li a {
    display: block;
}

.bottom_bar li a img {
    width: 100%;
    height: auto;
}

.bottom_btn {
    text-align: center;
    display: block;
}

.bottom_btn img {
    width: auto;
}

@media print,
screen and (min-width: 768px) {
    .bottom_bar::before {
        content: "";
        height: 160px;
        width: 1px;
        background: #CDC2B5;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .bottom_bar::after {
        content: "";
        height: 10px;
        width: 10px;
        background: #CDC2B5;
        position: absolute;
        left: calc(50% - 5px);
        bottom: -80px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .bottom_bar li:not(:last-child)::before {
        content: "";
        height: 1px;
        width: 60px;
        background: #CDC2B5;
        position: absolute;
        right: -50px;
        top: 50%;
        z-index: -1;
    }

    .bottom_bar li:not(:last-child) {
        margin-right: 40px;
    }

}

@media screen and (max-width: 767px) {
    .bottom_area {
        padding: 60px 3%;
    }

    .bottom_bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 55px;
        background: url(images/bottom_sp-bg.png) no-repeat bottom center;
    }

    .bottom_bar li {
        width: 48.6%;
        margin: 5px 0;
    }
}

/****************************************

single.php

*****************************************/
#single_box {
    width: 100%;
}

#single_box h1 {
    font-size: 2.4rem;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C0B4A5;
}

#single_box .single_text {
    width: 100%;
}

#single_box .single_text img {
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
}

.pager {
    clear: both;
    text-align: center;
    margin: auto;
}

a.page-numbers {
    background: #FAF8ED;
    border: solid 1px rgba(69, 33, 16, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: #452110;
    border: solid 1px #452110;
    color: #FAF8ED;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}

.nav-below a {
    margin: 0 5px;
}

.flower_single_text {
    width: 600px;
    margin: 0 auto
}

.flower_single_text .flower_single_img {
    text-align: center;
    margin-bottom: 40px
}

.flower_single_text .flower_single_img img {
    max-width: 100%;
    height: auto
}

.flower_single_inner {
    margin-bottom: 45px
}

.flower_single_inner h2 {
    color: #333;
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px
}

.flower_single_inner:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
    }

    #single_box h1 {
        font-size: 1.8rem;
    }

    a.page-numbers,
    .pager .current {
        font-size: 1.3rem;
    }

    .flower_single_text {
        width: 100%;
        margin: 0 auto
    }

    .flower_single_inner {
        margin-bottom: 35px
    }
}

/****************************************

P

*****************************************/
.line_break {
    padding-top: 25px;
}

.underline {
    background: #FBECA4;
}

.bg_gray {
    background: url(images/bg_gray.png);
}

/* 文字 */
.red {
    color: #FF2626;
}

.orange {
    color: #C8563E;
}

.bold {
    font-weight: 600;
}

.size20 {
    font-size: 2rem;
}

.size22 {
    font-size: 2.2rem;
}

.size26 {
    font-size: 2.6rem;
}

.tr {
    text-align: right;
}

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

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

@media print,
screen and (min-width: 768px) {
    .tc {
        text-align: center;
    }
}

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

    .mb50,
    .mb60 {
        margin-bottom: 40px;
    }

    .mb80,
    .mb90,
    .mb100 {
        margin-bottom: 60px;
    }

}

/****************************************

タイトル

*****************************************/
.block {
    display: block;
}

.headline {
    margin-bottom: 0 !important;
    text-align: center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 40px;
    position: relative;
    top: -50px;
    background-color: #F8F5E7;
    margin: auto;
}

.headline.page02_tit {
    background-image: url(images/page02_tit.svg);
    width: 494px;
}

.headline.page03_tit {
    background-image: url(images/page03_tit.svg);
    width: 203px;
}

.headline.page04_tit {
    background-image: url(images/page04_tit.svg);
    width: 349px;
}

.headline.page05_tit {
    background-image: url(images/page05_tit.svg);
    width: 154px;
}

.headline.page06_tit {
    background-image: url(images/page06_tit.svg);
    width: 229px;
}

.headline.page07_tit {
    background-image: url(images/page07_tit.svg);
    width: 311px;
}

.headline.page08_tit {
    background-image: url(images/page08_tit.svg);
    width: 239px;
}

.headline.page09_tit {
    background-image: url(images/page09_tit.svg);
    width: 317px;
}

.headline.page10_tit {
    background-image: url(images/page10_tit.svg);
    width: 314px;
}

.headline.page11_tit {
    background-image: url(images/page11_tit.svg);
    width: 523px;
}

.headline.page12_tit {
    background-image: url(images/page12_tit.svg);
    width: 437px;
}

.headline.page13_tit {
    background-image: url(images/page13_tit.svg);
    width: 237px;
}

.subhead01 {
    margin-bottom: 20px !important;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/fee_tit.svg) no-repeat;
    width: 100%;
    height: 33px;
}


@media screen and (max-width: 767px) {
    .headline {
        margin: 0 auto !important;
        background-size: contain;
        width: 100%;
        max-width: 320px;
        height: auto;
        top: -30px;
    }

    .headline.page02_tit,
    .headline.page03_tit,
    .headline.page04_tit,
    .headline.page05_tit,
    .headline.page06_tit,
    .headline.page07_tit,
    .headline.page08_tit,
    .headline.page09_tit,
    .headline.page10_tit,
    .headline.page11_tit,
    .headline.page12_tit,
    .headline.page13_tit {
        width: 100%;
    }

    .subhead01 {
        margin-bottom: 20px !important;
        background-size: contain;
        width: 200px;
        height: 22px;
    }
}

/****************************************

footer

*****************************************/
#footer {
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    position: relative;
}

#footer p {
    color: #F9F8EC;
    font-size: 1.4rem;
}

.footer_box {
    background: #452110;
    padding: 60px calc((100% - 1080px) / 2) 0;
    text-align: center;
}

.footer_box .footer_logo {
    margin-bottom: 25px;
}

.footer_box .footer_logo a {
    display: inline-block;
}

.copyright {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    color: #F9F8EC;
    border-top: 1px solid #694C3C;
    padding: 30px 0;
    margin-top: 40px;
}

.pagetop {
    display: block;
    position: absolute;
    right: 40px;
    top: -120px;
    z-index: 999;
}

.pagetop a {
    display: block;
}

@media print,
screen and (min-width: 768px) {
    .footer_sns {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #footer p {
        font-size: 1.3rem;
    }

    .footer_box {
        width: 100%;
        padding: 60px 3%;
    }

    .footer_logo {
        width: 180px;
        margin: 0 auto 20px;
    }

    .footer_sns {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .footer_sns a {
        margin: 0 5px;
    }

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

    .copyright img {
        max-width: 300px;
        width: 100%;
    }

    /* ----追従---- */
    .sp_bana {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 999;
        border-top: 1px solid #694C3C;
    }

    .sp_bana .sp_bana_parts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: 33.33%;
        background: #452110;
    }

    .sp_bana .sp_bana_parts a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .sp_bana .sp_bana_parts span {
        position: relative;
        display: block;
        height: auto;
        padding-top: 30px;
        line-height: 1.4;
        text-align: center;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        color: #F9F8EC;
    }

    .sp_bana .sp_bana_parts span::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-tel::after {
        background-image: url(images/sp-tel.svg);
        background-size: 14px;
    }

    .sp-map::after {
        background-image: url(images/sp-map.svg);
        background-size: 18px;
    }

    .sp-pagetop::after {
        background-image: url(images/sp-pagetop.svg);
        background-size: 18px;
    }
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
    width: 100%;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.last_row {
    margin-bottom: 30px;
    padding: 0 20px;
    border-bottom: none;
}

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_input {
    width: calc(100% - 300px);
}

.wpcf7-form-control {
    width: 100%;
}

select.wpcf7-form-control {
    width: auto;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.wpcf7-form textarea {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post {
    width: 180px;
}

.form_row .form_input_post_txt {
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px solid #3D6DAD;
    border-radius: 8px;
    background-color: #3D6DAD;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #fff;
    color: #3D6DAD;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

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

    .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .last_row {
        margin-bottom: 0;
    }

    .form_row .form_label {
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input {
        width: 100%;
    }

    .ajax-loader {
        width: auto;
    }

    span.wpcf7-list-item {
        display: block;
    }

    .tc input[type=submit] {
        width: 100%;
        font-size: 1.4rem;
        padding: 10px;
    }
}

/****************************************

clearfix

*****************************************/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */