@charset "utf-8";

/*-----共通設定,パーツここから-----*/


body {
    background-color: #FAF9F4;
    color: #532218;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 200;
    overflow-x: hidden;
}

.container {
    width: 100%;
}

.wrap_max1000px {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.space_bottom_page {
    padding-bottom: 48px;
}


.header__nav-item a:hover {}

h2.section_heading {
    display: inline-block;
    padding-left: 108px;
    padding-right: 108px;
    position: relative;
    font-family: duos-round, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    text-align: center;
    margin-bottom: 40px;
}

h2.section_heading:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 50px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #FF8B40;
    /*下線の色*/
}

.read-more_wrap {
    width: 320px;
    background-color: #775047;
    border-radius: 5px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}

.first {
    margin-top: 30px;
}

.read-more_wrap:hover {
    background-color: #FF8B40;

}

a.read-more {
    display: inline-block;
    color: #fff;
    padding: 1em 6em;
    font-size: 16px;
}

a.read-more:hover {
    opacity: 0.8;
    transition-duration: .5s
}

/*-----共通設定ここまで-----*/

.wrap {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*-----header-----*/

.header {
    width: 100%;
    background-color: #FAF9F4;
    position: fixed;
    top: 0;
    z-index: 2;
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1280px;
    height: 80px;
}

h1.header__logo a {
    transition: 0.5s;
}

h1.header__logo a:hover {
    opacity: 0.5;
}

.header__nav ul {
    display: flex;
}

.header__nav-item {
    margin-left: 40px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;

}

.header__nav-item a {
    font-size: 20px;
    letter-spacing: 0.1em;
}

/*-----container-----*/

.container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.container_about {

    width: 1000px;
}

/*-----mvここから-----*/
.mv {
    position: relative;
    padding-bottom: 120px;
    text-align: center;
}

.mv__message {
    margin-top: 28px;
    padding-bottom: 100px;
    font-size: 36px;
    text-align: center;
    font-family: ta-kotodama-r, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
}

.mv__message::after {
    content: "";
    display: block;
    width: 250.24px;
    height: 80px;
    background-image: url(../img/headindg_after.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 52px;
}

.mv__texts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    font-size: 18px;
}

.mv__texts p {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 28px;
    letter-spacing: 0.05em;
}

.mv__texts p:last-child {
    margin-bottom: 0;
}

/*-----mvここまで-----*/

/*-----NEWSここから-----*/
.news {
    background-color: #F5E4DA;
    /*    margin: 0 auto;*/
    text-align: center;
    position: relative;
    padding: 20px;
}

.news::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 85px;
    background: url(../img/wave_top.png) top center no-repeat;
    display: block;
}

.news::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    margin: 0;
    width: 100%;
    height: 85px;
    background: url(../img/wave_bottom.png) top center no-repeat;
    display: block;
}


.accent_news {
    background-image: url(../img/SVG/holland-lop.svg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}

.news__body {
    padding: 30px 5% 16px 5%;
    margin-left: auto;
    margin-right: auto;
    background: #F7968D;
    background: #FAF9F4;
    border-radius: 5px;
    width: 1000px;
}

.stitch {
    color: #fff;
    color: #532218;
    border: 2px dashed #F7F9CC;
    border: 2px dashed #775047;
    border-radius: 10px;
    box-shadow: 0 0 0 7px #FAF9F4;
}

.news__body-item__wrap {
    margin-bottom: 16px;
}

.news__body-item {
    display: flex;
    font-size: 16px;
    line-height: 2;
}

.news__body-item a:hover {
    text-decoration: underline;
}

.news__body-item-date {
    padding-right: 64px;
}

p.news_more {
    text-align: right;
    letter-spacing: 0.05em;
    background-image: url(../img/SVG/arrow.svg);
    background-size: 34px 5px;
    background-repeat: no-repeat;
    background-position: right 16% center;
    transition: 0.5s;
}

p.news_more:hover {
    transform: translateX(5px);
}

p.news_more:hover {
    opacity: 0.8;
}

.news__body-item-title {
    letter-spacing: 0.1em;
}

.strong {
    display: inline-block;
    padding: 0 1em;
    font-size: 0.8em;
    background-color: yellow;
    margin: 0 1em;
}

/*-----NEWSここまで-----*/

/*-----GOODSここから-----*/
.goods {
    position: relative;
    text-align: center;
    margin-top: 120px;
    padding-bottom: 120px;
}

.accent_goods {
    background-image: url(../img/SVG/flower.svg);
    background-size: contain;
    background-position: right 20px top;
    top;
    background-repeat: no-repeat;
}

.goods_text {
    margin-bottom: 40px;
}

.ImgBox {

    width: 1000px;
    height: 375px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.ImgBox-Img {
    transition-duration: 0.3s;
}

.ImgBox-Img:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
}

/*-----GOODSここまで-----*/

/*-----Acessここから-----*/
.access {
    padding-top: 20px;
    background-color: #F5E4DA;
    position: relative;
    text-align: center;
}

.access::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 85px;
    background: url(../img/wave_top.png) top center no-repeat;
    display: block;
}

.accent_access {
    background-image: url(../img/SVG/butterfly.svg);
    background-size: contain;
    background-position: right 36px top;
    background-repeat: no-repeat;
}

.access p {
    line-height: 1.8;
}

div.adress,
.opening_hours {
    margin-bottom: 24px;
}

.map {
    display: flex;
    justify-content: center;
    padding-bottom: 48px;
}

.map .caption {
    text-align: left;
    margin-top: 16px;
}

.access_description {
    margin-bottom: 40px;
}

a.underline:hover {
    text-decoration: underline;
}





/*-----Acessここまで-----*/

/*-----Footerここから-----*/
footer {
    width: 100%;
    background-color: #775047;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 16px;

}

.footer_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.footer_list-item {
    margin-right: 40px;
}

.footer_list-item:last-child {
    margin-right: 0;
}

small {
    color: #fff;
}

/*-----Footerここまで-----*/

/*-----aboutページ-----*/
section.fv {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    padding-top: 20px;
}

.fv p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.h2_flower {
    width: 331.65px;
    height: 320px;
    background-image: url(../img/logo_frame.png);
    position: relative;
    margin-right: 88px;
}

h2.flower-wreath {
    display: inline-block;
    position: absolute;
    top: 135px;
    left: 65px;
    font-family: duos-round, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    text-align: center;
}

.flower-wreath_goods {
    display: inline-block;
    position: absolute;
    top: 135px;
    left: 75px;
    font-family: duos-round, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    text-align: center;
}

.flower-wreath_contact {
    display: inline-block;
    position: absolute;
    top: 135px;
    left: 46px;
    font-family: duos-round, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 60px;
    text-align: center;
}

h2.flower-wreath p {
    position: absolute;
    top: 150px;
    left: 80px;
    font-size: 16px;
}

.fv_introduction {
    width: 520px;
    text-align: justify;
}

/*staff*/

.bg {
    background-color: #F5E4DA;
    position: relative;
}

.bg::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 85px;
    background: url(../img/wave_top.png) top center no-repeat;
    display: block;
    z-index: -1;
}

h3.staff {
    color: #F5E4DA;
    padding-left: 280px;
    font-size: 88px;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    transform: rotate(-0.8deg);
}

.staff_introduction {
    padding-bottom: 120px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.staff_introduction:nth-child(3) {
    padding-bottom: 80px;
}


h4.midasi {
    font-size: 32px;
    margin-bottom: 48px;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    color: #974A32;
}

.wrap_img-text {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.staff_message {
    width: 480px;
    padding: 2rem;
}

.staff_message p {
    letter-spacing: 0.05em;
    text-align: justify;
    line-height: 1.7;
    margin-bottom: 24px;
}

div.staff_img {
    position: relative;
    width: 320px;
    height: 320px;
}

img.tape {
    position: absolute;
    top: -50px;
    left: 50px;
}

.staff_name {
    font-size: 24px;
    color: #974A32;
    margin-bottom: 48px;

}

/*---*/

.comment_wrap {
    width: 1000px;
    padding-bottom: 80px;
    height: 200px;
    position: relative;
}

.comment_wrap::before {
    content: "";
    display: inline-block;
    background-image: url(../img/SVG/rabbit_naname.svg);
    width: 96px;
    height: 83.64px;
    position: absolute;
    bottom: 0;
    left: 20%;


}

p.comment {
    letter-spacing: 0.1em;
    line-height: 1.7;
    background-image: url(../img/SVG/fukidasi_1.svg);
    background-repeat: no-repeat;
    background-size: 75% auto;
    background-position: top 25% left 0%;
    height: 130px;
    width: 400px;
    padding-left: 48px;
    margin-top: 0 text-align: left;
}

p.rabbit img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom_comment {
    height: 48px;
}

/*page_goods*/
section.introduction_goods {
    margin-bottom: 160px;
    width: 100%;
}

section.introduction_goods:last-child {
    margin-bottom: 100px;
}

section.introduction_goods:nth-child(5) {
    margin-bottom: 112px;
}

.img_goods_start {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
}

.img_goods_end {

    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 40px;
    position: relative;
}

.img_goods_start::before {
    content: "";
    width: 50%;
    height: 320px;
    background-color: #F5E4DA;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
}

.img_goods_end::before {
    content: "";
    width: 50%;
    height: 320px;
    background-color: #F5E4DA;
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: -1;
}

.description_goods {
    width: 400px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-left: 56px;
}

.img_goods_end .description_goods {
    margin-right: 56px;
    margin-left: 0;
}

h3.heading_goods {
    font-size: 60px;
    color: #F5E4DA;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: 24px;
    margin-bottom: -28px;
    line-height: 1.5;
}

.goods_p_wrap {
    height: 150px;
    margin: 0 24px;
    padding-top: 16px;
}

.description_goods p {
    margin-top: 32px;
}

.to_form a {
    display: inline-block;
    text-decoration: underline;
}


/*contact-page*/

.contact_wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 48px;
    padding-bottom: 100px;
}

.contact p {
    font-size: 20px;
    letter-spacing: 0.05em;
}

.form_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 72px;
}

.required_field {
    display: inline-block;
    color: #fafafa;
    font-size: 14px;
    padding: 0.5em;
    background-color: #e9474d;
    border-radius: 5px;
    margin-left: 1em;
}

.form {
    background-color: #FAF9F4;
    border: 1px solid #CCC3C1;
    border-radius: 5px;
    padding: 1em;
}

.input {
    width: 400px;
    height: 40px;
}

.comment {
    width: 400px;
}

.radio_space {
    padding-left: 1em;
}

.radio_wrap {
    padding-right: 132px;
}

.radio_wrap {
    line-height: 2;
}

textarea .comment {
    height: 480px;
    line-height: 1.8;
    overflow-y: scroll;
}


.submit {
    text-align: center;
}

.btn_submit {
    background-color: aqua;
    padding-bottom: 1em 4em;
}

.btn_submit {
    color: #fff;
    width: 320px;
    background-color: #775047;
    border-radius: 5px;
    padding: 1em 6em;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}

.btn_submit:hover {
    background-color: #FF8B40;

}

::placeholder {
    font-size: 0.9em;
    color: #D3D2CB;
    line-height: 1.8;
}

article.contact {
    position: relative;
}

article.contact::after {
    content: "";
    display: block;
    width: 370px;
    height: 360px;
    position: absolute;
    bottom: 0;
    left: 120px;
    background-image: url(../img/stamp.png);
    background-size: cover;

}

/*---------------*/

p.top_btn {
    width: auto;
    height: 56px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 2;
}

.Item-Text {
    position: relative;
    z-index: 1;
}

.Item-Text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    /*テキストからの距離*/
    width: 0%;
    /*初期状態では下線非表示*/
    height: 1px;
    /*下線の高さ*/
    background: #532218;
    /*下線の色*/
    z-index: -1;
    transition: all 0.5s;
    /*アニメーション速度*/
}

.Item:hover .Item-Text:after {
    width: 100%;
    /*hover時に表示*/
}

/*bxslider*/

.bxslider_wrap {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

bxslider img {
    width: 100%;
    height: auto;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('images/bx_loader.gif') center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('images/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('images/controls.png') no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/*追加コード*/
.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}
