@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 100%;
    vertical-align: baseline
}
html {
    line-height: 1
}

ol,
ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
img {
    vertical-align: bottom;
}
#section-point .btn,
#section-lineup .btn,
#section-hairmake .btn,
#section-voice .btn,
#section-store .btn {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    right: 0;
    padding: 0 24px;
    width: 140px;
    height: 32px;
    font-size: 10px;
    font-weight: bold;
    background: #f5e6f0;
    cursor: pointer
}
@media(min-width: 769px) {
    #section-point .btn,
    #section-lineup .btn,
    #section-hairmake .btn,
    #section-voice .btn,
    #section-store .btn {
        padding: 0 48px;
        width: 280px;
        height: 64px;
        font-size: 20px
    }
}
#section-point .btn:before,
#section-lineup .btn:before,
#section-hairmake .btn:before,
#section-voice .btn:before,
#section-store .btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 144px;
    margin: auto;
    width: 96px;
    height: 2px;
    content: '';
    background: #6d6868
}
@media(max-width: 768px) {
    #section-point .btn:before,
    #section-lineup .btn:before,
    #section-hairmake .btn:before,
    #section-voice .btn:before,
    #section-store .btn:before {
        left: 72px;
        width: 48px;
        height: 1px
    }
}
#section-point .btn:after,
#section-lineup .btn:after,
#section-hairmake .btn:after,
#section-voice .btn:after,
#section-store .btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    margin: auto;
    width: 12px;
    height: 2px;
    content: '';
    background: #6d6868;
    transform: rotate(-140deg);
    transform-origin: left center
}
@media(max-width: 768px) {
    #section-point .btn:after,
    #section-lineup .btn:after,
    #section-hairmake .btn:after,
    #section-voice .btn:after,
    #section-store .btn:after {
        left: 120px;
        width: 6px;
        height: 1px
    }
}
[data-bb-transition-fadeout] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.4s 1s ease-in-out, opacity 0.4s 1s ease-in-out, transform 0.4s 1s ease-in-out
}
[data-bb-transition-fadeout][data-bb-transition='true'] {
    filter:blur(8px);
    opacity: 0;
    transition: filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-transition-fadein] {
    filter:blur(0);
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-fadein][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: scale(1.1) translate3d(0, 0, 0)
}
[data-bb-transition-slidein-from-left] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-left][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(-24px, 0, 0)
}
[data-bb-transition-slidein-from-right] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-right][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(24px, 0, 0)
}
[data-bb-transition-slidein-from-bottom] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-bottom][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, 24px, 0)
}
[data-bb-transition-slidein-from-top] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: filter 0.8s ease-in-out, opacity 0.8s ease-in-out, transform 0.8s ease-in-out
}
[data-bb-transition-slidein-from-top][data-bb-scroll-transition='false'] {
    filter:blur(8px);
    opacity: 0;
    transform: translate3d(0, -24px, 0)
}
@-webkit-keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeInAlpha {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOutAlpha {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
@keyframes fadeOutBlur {
    0% {
        opacity: 1;
        filter:blur(0);
        transform: scale(1) translate3d(0, 0, 0)
    }
    100% {
        opacity: 0;
        filter:blur(8px);
        transform: scale(1.1) translate3d(0, 0, 0)
    }
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}
*:before,
*:after {
    box-sizing: border-box
}
body {
    color: #000;
    font-family: 'Shippori Mincho B1', YuGothic, Meiryo, 'メイリオ', sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.4em;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}


/* スクロールアニメーション */
.off{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}

@media(min-width: 769px) {
    body {
        min-width: 1400px;
        line-height: 2em
    }
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
#debug:target {
    position: fixed;
    top: 0;
    left: 0;
    width: 1505px;
    height: 2px;
    content: '';
    background: red;
    z-index: 9999
}
@media(max-width: 768px) {
    [data-pc] {
        display: none !important
    }
}
@media(min-width: 769px) {
    [data-sp] {
        display: none !important
    }
}
[data-none] {
    display: none !important
}
[data-bb-accordion][data-bb-accordion='false'] [data-bb-accordion-inner] {
    height: 0 !important;
    filter:blur(8px);
    opacity: 0;
    overflow: hidden
}
[data-bb-accordion] [data-bb-accordion-inner] {
    filter:blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: height 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out
}
[data-bb-accordion] [data-bb-btn-open] {
    cursor: pointer
}
@media(min-width: 769px) {
    [data-bb-accordion][data-bb-accordion-sp] [data-bb-accordion-inner] {
        height: auto !important;filter:none !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important
    }
}
#header {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 10px;
    z-index: 10
}
@media(min-width: 769px) {
    #header {
        height: 80px;
        font-size: 14px;
        line-height: 1.2em
    }
}
#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 8px 16px;
    width: 100%;
    height: 40px;
    background: #fff
}
@media(min-width: 769px) {
    #header .inner {
        padding: 16px 44px;
        min-width: 1400px;
        height: 80px
    }
}
@media(max-width: 768px) {
    img {
    width: 100%;
    vertical-align: bottom;
    }
}

.point-box {
    /* width: 90%; */
    margin: 0 auto 5%;
    background: #b10c0a;
    padding: 5%;
    position: relative;
}
p.point-badge {
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
}

/* toggle */

.acd-check{
    display: none;
}
.acd-label{
    color: #000;
    display: block;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}

section#about {
    padding: 10% 3% 3%;
    background: #f4ebd8;
}


/* top */
a.cvbt {
background: #a28820;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
    width: 80%;
    display: block;
    margin: 10% auto 10%;
    border-radius: 5px;
}

section#schedule a.cvbt {
    background: #f41484;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
    width: 80%;
    display: block;
    margin: 5% auto 5%;
    border-radius: 5px;
}
header{
    max-width: 100%;
}

main {
    max-width: 100%;
    margin: 0 auto;
}
section#section-top img {
    width: 100%;
}
section#section-top {
    margin-bottom: 0px;
    background: #F4EBD8;
}

section#about {
    padding: 10% 3% 1%;
    background: #f4ebd8;
}
section#point {
    background: #f4ebd8;
    padding: 0 5% 5%;
    margin-bottom: 10%;
}
h3.point-head3 {
    position: absolute;
    width: 80%;
}

p.point-img {
    margin-top: 40px;
    margin-bottom: 20px;
}

p.point-txt {
    color: #fff;
    font-size: 100%;
    text-align: left;
    font-weight: bold;
}
p.point-txt span {
    color: #ebff00;
    font-weight: bold;
}
p.point-txt span.xsmall {
    color: #fff;
    font-size: 80%;
}
.access-box {
    width: 90%;
    margin: 0 auto 10%;
}
ul.plan-ul {
    width: 90%;
    margin: 0 auto 10%;
}

ul.what-ul {
    width: 90%;
    margin: 0 auto 5%;
}
li.what-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: dotted 2px #ccc;
}
p.what-img {
    width: 46%;
}
dl.what-dl {
    width: 50%;
    text-align: left;
}
dt.what-dt {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 5px;
}
dd.what-dd {
    font-size: 80%;
}


dl.heading2.about-ioc::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 75px;
    background-image: url(../img/about/about-ioc.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 5%;
    bottom: 0px;
}

h2.fair-head {
    width: 90%;
    margin: 0 auto;
}
.fair-box {
        width: 90%;
    margin: 0 auto 10%;
    background: #ba0000;
    padding: 5% 0;
}

.fair-inbox {
    width: 90%;
    background: #fee5eb;
    border-radius: 10px;
    margin: 0 auto;
    padding: 5%;
}

.fair-box a.cvbt {
    background: #000;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 10% auto 15%;
    border-radius: 5px;
}
dl.fair-dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
dt.fair-dt {
    width: 30%;
    font-size: 85%;
    font-weight: bold;
    color: #f10f91;
}
dd.fair-dd {
    width: 70%;
    text-align: left;
    font-size: 85%;
    font-weight: bold;
}
dd.fair-dd span {
    color: #be0000;
}
p.access-map {
    margin-bottom: 20px;
}
.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%;
}
a.mapbt {
    display: block;
    border: solid 1px;
    padding: 5px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

a.mapbt img {
    width: 30px;
    margin-right: 10px;
}
p.head-img {
    margin-bottom: 10%;
}


/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    background-color: #f8f8f8;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item {
    width: calc(92%/2);
    padding: 10px 0;
    border: 2px solid #f41484;
    background-color: #fff;
    text-align: center;
    color: #f41484;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 0 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
    background-color: #f41484;
    color: #fff;
}


h3.covid-ttl {
    background: #f38eaa;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto 30px;
}
p.fair-txt {
    font-size: 90%;
    margin-bottom: 30px;
}

p.covid-img {
    width: 90%;
    margin: 0 auto 10%;
}


.acd-check{
    display: none;
}
.acd-label{
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border: solid 1px;
    width: 60%;
    margin: 0 auto 10%;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
}

ul.weddingstyle-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
}
li.weddingstyle-ul-li {
    width: 48%;
    margin-bottom: 10px;
}
dt.weddingstyle-dt {
    /* text-align: left; */
    margin-bottom: 5px;
}

dd.weddingstyle-dd {
    text-align: left;
    font-weight: bold;
    font-size: 90%;
}
dd.weddingstyle-dd span{
    color: #FD8EBC;
}
dl.faq-box dd {
    line-height: 1.7em;
}
.grecaptcha-badge { visibility: hidden; }

.unei {
    margin: 0 auto 5%;
}
.unei li {
    line-height: 1.5em;
}
.unei h4 {
    margin-bottom: 20px;
}
.faq-caution-box {
    border: dotted 1px;
    padding: 10px;
    width: 90%;
    margin: 0 auto 10%;
    text-align: left;
    font-size: 90%;
}
.faq-caution-box a {
    color: #3b5998;
    text-decoration: underline;
}
p.about-txt02 {
    font-size: 120%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10%;
    background: linear-gradient(transparent 60%, #dec490 60%);
    width: fit-content;
    margin: 0 auto 5%;
    display: inline;
    padding: 0 10px;
}

h2.covid-ttl {
     background: #000;
    color: #fff;
    width: 80%;
    margin: 0 auto 5%;
}

p.covid-txt {
    line-height: 1.5em;
    margin-bottom: 5%;
}
section#faq {
    padding: 10% 0;
    width: 90%;
    background: #f9f4e8;
    border-radius: 10px;
    margin-bottom: 10%;
}
section#faq h2 {
    width: 60%;
    margin: 0 auto 20px;
}
dl.faq-box {
    width: 85%;
    margin: 0 auto 20px;
    text-align: left;
}
dl.faq-box dt {
    font-size: 104%;
    font-weight: bold;
    background: #ede4ce;
    padding: 10px;
}
dl.faq-box dt span {
    color: #f41484;
}
dl.faq-box dd {
    line-height: 1.7em;
    background: #fff;
    padding: 10px;
    font-size: 80%;
}

.wpcf7-form input[type='checkbox'], 
.wpcf7-form input[type='radio'] {
    display: inline-block;
}


.modal-content__title {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.form-head {
    background: #e4e4e4;
    padding: 5px 10px;
    margin-bottom: 20px;
}
span.event-strong {
    color: #f41484;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0.5em 1em;
}
p.style-txt3 {
    width: 90%;
    margin: 0 auto 5%;
}
p.style-txt4 {
        font-size: 100%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto 5%;
}
input[type="submit"], input[type="button"] {

    filter: inherit !important;
}
.fixed_bottom {
    /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.activebt{
    opacity: 1;
  visibility: visible;
}
.modal {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    transition: 0.5s;
    transform: translate(0, 150%);
    z-index: 1500;
    line-height: 1.6;
}
.fixed_bottom--form {
    background: #a28820;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 7px;
    width: 80%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
}
/* PC対応 */
@media(min-width: 769px) {

header{
    max-width: inherit;
    width: 100%
}
/* top */
main {
    max-width: 750px;
    margin: 0 auto 10%;
    padding-bottom: 10%;
}

section#section-top {
    margin-bottom: 70px;
    max-width: 750px;
    margin: 0 auto;
}



dl.heading2 dt {
    width: 60%;
    margin: 0 auto 30px;
}
dl.heading2 dd {
 font-size: 140%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    width: 75%;
    margin: 0 auto;
}
dl.heading2.about-ioc::before {
    content: '';
    display: inline-block;
    width: 130px;
    height: 93px;
    background-image: url(../img/about/about-ioc.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 12%;
    bottom: 0px;
}
p.about-txt {
    font-size: 110%;
    line-height: 2em;
    margin-bottom: 10%;
}
dt.present-img {
    /* width: 90%; */
     margin-bottom: 0%;
}
dd.present-txt {
    text-align: left;
    font-size: 120%;
    font-weight: bold;
}
p.present-txt02 {
    font-size: 130%;
    color: #40506e;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10%;
    background: linear-gradient(transparent 60%, #dec490 60%);
    width: fit-content;
    margin: 0 auto 5%;
    padding: 0 10px;
}
dd.present-li-dl-dd {
    font-size: 95%;
}
p.present-txt03 {
    width: 100%;
    font-size: 120%;
    margin: 0 auto 10%;
    position: relative;
}
.access-box {
    width: 60%;
    margin: 0 auto 10%;
}
dl.heading2.event-ioc1::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 118px;
    background-image: url(../img/event/event-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 5%;
    top: 28%;
}
h3.event-head3.event-ioc2::after {
    content: '';
    display: inline-block;
    width: 79px;
    height: 120px;
    background-image: url(../img/event/event-ioc02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 2%;
    bottom: -19px;
}
p.event-caution {
    width: 80%;
    font-size: 95%;
    margin: 0 auto 30px;
}
dd.event-dd {
    font-size: 100%;
}

section#style {
    padding: 10% 10px;
    background: #fff6fa;
    margin-bottom: 10%;
}
section#content h2 {
    width: 60%;
    margin: 0 auto 5%;
}
dt.content-box-dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 3%;
    color: #ee059f;
}
.content-box02 h3 {
    margin-bottom: 7%;
    width: 60%;
    margin: 0 auto;
}
dt.content-box-dt {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 3%;
    color: #ee059f;
}
dl.content-box-dl.cbd-ioc01::after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 38px;
    background-image: url(../img/content/content-ioc01.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0%;
    top: 2px;
}
dl.content-box-dl.cbd-ioc02::after {
    content: '';
    display: inline-block;
    width: 300px;
    height: 38px;
    background-image: url(../img/content/content-ioc02.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 0%;
    top: 2px;
}
dd.more-dd {
    font-size: 77%;
    line-height: 1.4em;
}
.fixed_bottom--form {
    background: #a28820;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding: 7px 0 40px;
    width: 40%;
    display: block;
    margin: 10% auto 5%;
    border-radius: 5px;
}
h3.point-head3 {
    position: absolute;
    width: auto;
}
p.point-img {
    margin-top: 75px;
    margin-bottom: 20px;
}
p.point-badge {
    position: absolute;
    width: 18%;
    right: 0;
    top: 0;
}
}