@charset "utf-8";
/* -----------------------------------------------------------------
liquid-press-child contents.css Document
Description: mimi-florals.com カスタムcss
Version: 1.0
----------------------------------------------------------------- */

a:link,
a:visited {
    color: #333333;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.pc-display { display: block; }
.tablet-display { display: none; }
.sp-display { display: none; }

/* ----- フォントサイズ指定 ----- */
.font60 { font-size: 60%; }
.font65 { font-size: 65%; }
.font70 { font-size: 70%; }
.font75 { font-size: 75%; }
.font80 { font-size: 80%; }
.font85 { font-size: 85%; }
.font90 { font-size: 90%; }
.font100 { font-size: 100%; }
.font110 { font-size: 110%; }
.font120 { font-size: 120%; }
.font130 { font-size: 130%; }
.font140 { font-size: 140%; }
.font150 { font-size: 150%; }
.font160 { font-size: 160%; }
.font170 { font-size: 170%; }
.font180 { font-size: 180%; }
.font190 { font-size: 190%; }
.font200 { font-size: 200%; }
.font-bold { font-weight: bold; }
/* 行間設定 */
.font150, .font160, .font170, .font180, .font190, .font200 { line-height: 130%; }

/* ---------- マージン設定 ---------- */
.mt1 { margin-top: 1%; }
.mt2 { margin-top: 2%; }
.mt3 { margin-top: 3%; }
.mt4 { margin-top: 4%; }
.mt5 { margin-top: 5%; }
.mt6 { margin-top: 6%; }
.mt7 { margin-top: 7%; }
.mt8 { margin-top: 8%; }
.mt9 { margin-top: 9%; }
.mt10 { margin-top: 10%; }
/* ライト */
.mr1 { margin-right: 1%; }
.mr2 { margin-right: 2%; }
.mr3 { margin-right: 3%; }
.mr4 { margin-right: 4%; }
.mr5 { margin-right: 5%; }
.mr6 { margin-right: 6%; }
.mr7 { margin-right: 7%; }
.mr8 { margin-right: 8%; }
.mr9 { margin-right: 9%; }
.mr10 { margin-right: 10%; }
/* ボトム */
.mb1 { margin-bottom: 1%; }
.mb2 { margin-bottom: 2%; }
.mb3 { margin-bottom: 3%; }
.mb4 { margin-bottom: 4%; }
.mb5 { margin-bottom: 5%; }
.mb6 { margin-bottom: 6%; }
.mb7 { margin-bottom: 7%; }
.mb8 { margin-bottom: 8%; }
.mb9 { margin-bottom: 9%; }
.mb10 { margin-bottom: 10%; }
/* レフト */
.ml1 { margin-left: 1%; }
.ml2 { margin-left: 2%; }
.ml3 { margin-left: 3%; }
.ml4 { margin-left: 4%; }
.ml5 { margin-left: 5%; }
.ml6 { margin-left: 6%; }
.ml7 { margin-left: 7%; }
.ml8 { margin-left: 8%; }
.ml9 { margin-left: 9%; }
.ml10 { margin-left: 10%; }

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


/* ------------------------------------------------------------
    メイン動画 テキストアニメーション
------------------------------------------------------------ */
.mainImageAnimation {
    animation: fadeIn 5s ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0; /* 透明 */
    }
    10% {
        opacity: 0; /* 透明 */
    }
    100% {
        opacity: 1; /* 不透明 */
    }
}


.customFullImages {
    width: 100vw;
}
.customFullImages img {
    width: 100%;
    height: auto;
}


.waveAnimation {
    overflow:hidden;
    position:relative;
    height: 120px;
    margin-top: -120px;
}
.waveAnimation.rotate {
    transform: rotate(180deg);
    margin-top: -60px;
}

.waveAnimation::before {
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    transform:scaleX(4);
    transform-origin: 100% 100%;
    animation: 10s infinite alternate shape-anim1  linear;
    background-size: 100% 90px;
    background-position: 50% 100%;
}

.waveAnimation.white::before  {
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23ffffff"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23ffffff"/></svg>');
}
.waveAnimation.black::before  {
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23000000"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23000000"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23000000"/></svg>');
}
.waveAnimation.silver::before  {
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23c0c0c0"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23c0c0c0"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23c0c0c0"/></svg>');
}
.waveAnimation.cyan-blue-gray::before  {
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23abb8c3"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23abb8c3"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23abb8c3"/></svg>');
}
.waveAnimation.light-pink::before  {
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23faf1f0"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23faf1f0"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23faf1f0"/></svg>');
}

/* ボタン*/
.btnLink {
    display: inline-block;
    width: 65%;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    outline: none;
    color: #202020;
    background-color: #fff;
    position: relative;
    border: 1px solid #202020;
    transition: color 0.5s ease;
}
.btnLink:hover {
    color: #fff;
}
.btnLink:hover::before {
    transform: scaleX(1);
    transform-origin: right;
}
.btnLink::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #202020;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s ease;
    transition-property: transform;
}
.btnLinkText {
    position: relative;
    font-size: 1.5rem;
}

/* Contact Form 7
------------------------------------------------------------ */
.wpcf7-form {
    width: 90%;
    margin: 1.0em auto;
}
/* テキストを太字 */
/*
.wpcf7-form label {
    font-weight: bold;
}
*/
/* フォームの下に余白 */
.wpcf7-form p {
    margin-bottom: 30px;
}
/* フォームのカスタマイズ */
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea {
    width: 100%;
    /* background-color: #fff; */
    margin-top: 5px;
}
/* ラジオボタンの左の余白 */
.wpcf7-radio span {
    margin-left: 0;
}
/* ボタンのカスタマイズ */
.wpcf7-submit, .wpcf7-previous {
    display: inline-block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.2em 1em;
    border: 0;
    border-radius: 50px;
    /* background: rgba(10,186,181,1.0); /* ここにメインカラー */
    background: #a52a2a;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #fff!important;
}
.wpcf7-spinner {
    display: block;
}
/* 必須マーク */
.required {
    color: #fff;
   /*  background: rgba(10,186,181,1.0); /* ここにメインカラー */
    background: #a52a2a;
    font-size: 0.8em;
    padding: 0.3em;
    border-radius: 0.5em;
}
.wpcf7-instagram {
    width: 240px;
}


/* Googleマップ・Youtube用
------------------------------------------------------------ */
.ggmap, .youtube {
	position: relative;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap {
	padding-bottom: 25% !important;
}
.youtube {
    padding-bottom: 56.25%;
}
.ggmap iframe, .youtube iframe,
.ggmapr object, .youtube object,
.ggmap embed, .youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* プラグイン LIQUID SPEECH BALLOON 用
------------------------------------------------------------ */
.liquid-speech-balloon-text p {
    font-family: 'じゅん 201';
}

@media (min-width:2100px) {
    .waveAnimation::before{
        background-size: 100% calc(2vw + 90px);
    }
}
@keyframes shape-anim1 {
    100% {
        transform: scaleX(4) translateX(calc(100% - (100% / 4)));
    }
}


/* Media-Query スマホサイト用
------------------------------------------------------------ */
@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .pc-display {
        display: none;
    }
    .tablet-display {
        display: block;
    }
    .sp-display {
        display: none;
    }
}

/* Media-Query スマホサイト用
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
    .pc-display {
        display: none;
    }
    .tablet-display {
        display: none;
    }
    .sp-display {
        display: block;
    }

    .waveAnimation {
        height: 60px;
        margin-top: -60px;
    }
    .waveAnimation.rotate {
        margin-top: -30px;
    }

    .btnLinkText {
        font-size: 1.25rem;
    }
    /* Googleマップ・Youtube用
    ------------------------------------------------------------ */
    .ggmap {
        padding-bottom: 56.25% !important;
    }
}