@charset "utf-8";
/*
Theme Name: alice2016
Theme URI: http://wp.sakiweb.com
Author: SAKI,llc
Author URI: http://sakiweb.com
Description: Alice2016テーマ
Version: 1.0
Tags: white, pink, light, one-column, two-columns, left-sidebar, responsive-layout
Text Domain: alice
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 *
 * CSS Document
 *
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 *   5.1 - Links
 *   5.2 - Main Nav
 *   5.3 - Mobile Nav
 *   5.4 - Fixed Menu
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Clearings
 * 9.0 - Header
 *   9.1 - Top Header
 *   9.2 - PC Header
 *   9.3 - Mobile Header
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Front Page
 *    11.2 - Posts and pages
 *    11.3 - General Page
 *    11.4 - Before After
 *    11.5 - Contact Page
 *    11.6 - Comments
 *    11.7 - Sidebar
 *    11.8 - Search
 * 12.0 - Footer
 * 13.0 Media
 * 14.0 Media Queries
 * 15.0 Print
 */

/**
 * 1.0 - Reset
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 *
 */
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,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**
 * 2.0 - Typography
 */
html {
    background: #fff;
    font-size: 62.5%;
    font-family: Roboto, Meiryo, "YuGothic", "Hiragino Kaku Gothic ProN", Osaka, Arial, sans-serif;
}
body {
    color: #5e2b20;
    font-size: 14px;
    line-height: 26px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
h1 {
    font-size: 28px;
    line-height: 28px;
}
h2 {
    font-size: 24px;
    line-height: 24px;
}
h3 {
    font-size: 22px;
    line-height: 22px;
}
h4 {
    font-size: 16px;
    line-height: 16px;
}
h5 {
    font-size: 14px;
    line-height: 14px;
}
h6 {
    font-size: 12px;
    line-height: 12px;
}

b,
strong {
    font-weight: 700;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
pre {
    margin-bottom: 15px;
    padding: 15px;
    max-width: 100%;
    overflow: auto;
    background: #fafafa;
}
mark,
ins {
    background: #fffdcd;
    text-decoration: none;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}

img {
    vertical-align: middle;
}

/* other */
/*margin*/

.mt60 {
    margin-top: 60px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}

.mt40 {
    margin-top: 40px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.mr40 {
    margin-right: 40px !important;
}

.mt30 {
    margin-top: 30px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.mr30 {
    margin-right: 30px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.mr20 {
    margin-right: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.mr15 {
    margin-right: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.mr10 {
    margin-right: 10px !important;
}

.mt05 {
    margin-top: 5px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.ml05 {
    margin-left: 5px !important;
}
.mr05 {
    margin-right: 5px !important;
}

.mt00 {
    margin-top: 0px !important;
}
.mb00 {
    margin-bottom: 0px !important;
}
.ml00 {
    margin-left: 0px !important;
}
.mr00 {
    margin-right: 0px !important;
}

/*padding*/
.pt40 {
    padding-top: 40px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pr40 {
    padding-right: 40px !important;
}

.pt30 {
    padding-top: 30px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pr30 {
    padding-right: 30px !important;
}

.pt20 {
    padding-top: 20px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pr20 {
    padding-right: 20px !important;
}

.pt15 {
    padding-top: 15px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pr15 {
    padding-right: 15px !important;
}

.pt10 {
    padding-top: 10px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pr10 {
    padding-right: 10px !important;
}

.pt05 {
    padding-top: 5px !important;
}
.pb05 {
    padding-bottom: 5px !important;
}
.pl05 {
    padding-left: 5px !important;
}
.pr05 {
    padding-right: 5px !important;
}

.pt00 {
    padding-top: 0px !important;
}
.pb00 {
    padding-bottom: 0px !important;
}
.pl00 {
    padding-left: 0px !important;
}
.pr00 {
    padding-right: 0px !important;
}

.mrl10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
@media screen and (min-width: 650px) {
    .mrl10 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.grid-2r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
}

.grid-2r.w37 {
    grid-template-columns: 29% 69%;
}
.grid-2r.w46 {
    grid-template-columns: 39% 59%;
}
.grid-2r.w64 {
    grid-template-columns: 59% 39%;
}
.grid-2r.w73 {
    grid-template-columns: 69% 29%;
}

.cl2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
ul.cl2 > li > img {
    height: 350px;
}

.cl3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.cl3.w30 > li,
.cl3.w30 > div {
    width: 32%;
}
.cl3.w30 img {
    width: 100%;
    height: auto;
}
.in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.in > div:first-of-type {
    width: 68%;
    margin-right: 2%;
}
.in > div:last-of-type {
    width: 30%;
}
.in img {
    width: 100%;
    height: auto;
}
.cl4 {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
}
.cl4 > li {
    width: 22%;
    margin-right: 4%;
}
.cl4 > li:nth-child(4n) {
    margin-right: 0;
}
.cl4 > li img {
    width: 100%;
    height: auto;
}
.cl4 > li figure figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    color: #5e2b20;
}
.post-2561 #section1 ul {
    list-style: disc;
    padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
    .grid-2r {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .grid-2r.w37 {
        grid-template-columns: 1fr;
    }
    .grid-2r.w46 {
        grid-template-columns: 1fr;
    }
    .grid-2r.w64 {
        grid-template-columns: 1fr;
    }
    .grid-2r.w73 {
        grid-template-columns: 1fr;
    }
    .grid-2r.nowrap {
        grid-template-columns: 1fr 1fr;
    }

    ul.cl2 > li img {
        width: 100%;
        height: 100%;
        row-gap: 1em;
    }
    .cl3 {
        display: block;
    }
    .cl3.w30 > li {
        width: 100%;
        margin-bottom: 15px;
    }
    .cl3.w30 > li img {
        width: 100%;
    }
    .cl4 {
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cl4 > li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .cl4 > li:nth-child(even) {
        margin-right: 0;
    }
    .cl4 > li figure figcaption {
        font-size: 16px;
    }
    #section1 .wp-image-2587 {
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .post-2561 #section1 ul {
        margin-left: 10px;
        padding-right: 10px;
    }
    #section2 .in {
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }
    #section2 .in > div {
        width: 100%;
    }
    #section2 .in2 p {
        padding-left: 10px;
        padding-right: 10px;
    }
    #section2 .h-deco6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #section2 .in img {
        margin-top: 15px;
    }
    #section2 .gallery {
        padding-left: 10px;
        padding-right: 10px;
    }
    #section2 .gallery img {
        height: auto;
    }
    #section2 .gallery > figure {
        width: 48%;
        margin-right: 4%;
    }
    #section2 .gallery > figure:nth-of-type(even) {
        margin-right: 0;
    }
}

/*line-height*/
.line-h35 {
    line-height: 35px !important;
}

.tleft {
    text-align: left !important;
}
.tcenter {
    text-align: center !important;
}
.tright {
    text-align: right !important;
}

.none {
    display: none;
}
.pink {
    color: #ff5393 !important;
}
.red {
    color: #d20000 !important;
}
.error {
    color: #d20000 !important;
}
.honbun {
    color: #5e2b20 !important;
}

.articleText div {
    min-height: 24px;
}
.wp-embedded-content {
    width: 100%;
}

/*--- alice webfont --------------------*/

@font-face {
    font-family: "alicef";
    src: url("./fonts/alicef.eot?");
    src: url("./fonts/alicef.eot?#iefix") format("embedded-opentype"), url("./fonts/alicef.ttf?") format("truetype"), url("./fonts/alicef.woff") format("woff"), url("./fonts/alicef.svg#alicef") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-arrow-left:before,
.icon-arrow-right:before {
    font-family: "alicef";
    vertical-align: middle;
}
.icon-arrow-left:before {
    content: "\e900";
}
.icon-arrow-right:before {
    content: "\e901";
}

/**
 * 3.0 - Elements
 */
table {
    margin: 10px 0;
    width: 100%;
}
th,
td {
    border: 1px solid #f2f2f2;
    padding: 6px 10px;
}
caption,
th,
td {
    text-align: left;
}
hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 10px 0;
}

/**
 * 4.0 - Forms
 */
button,
input,
select,
textarea {
    font-size: 15px;
    color: #5e2b20;
    line-height: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 10px 5px;
    width: 100%;
    border: 1px solid rgba(134, 96, 88, 0.4);
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block;
    margin: 20px auto;
    padding: 0 50px;
    cursor: pointer;
    height: 68px;
    border: 0;
    border-radius: 5px;
    background-color: #ffcccf;
    box-shadow: 0px -5px 0 0px #ff9697 inset;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;

    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    margin-top: 25px;
    height: 63px;
    box-shadow: none !important;
    text-decoration: none !important;
}
select {
    border: 1px solid rgba(134, 96, 88, 0.4);
}

@media screen and (min-width: 650px) {
    input[type="reset"],
    input[type="button"],
    input[type="submit"],
    button {
        font-size: 17px;
    }
}

/**
 * 5.0 - Navigations
 */

/**
 *   5.1 - Links
 */

a {
    color: #5e2b20;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:focus,
a:hover {
    color: #5e2b20;
    text-decoration: none;
}
a img:hover,
input[type="image"]:hover {
    opacity: 0.6;
}

/**
 *   5.2 - Main Nav
 */

.mainNav > ul {
    position: relative;
}
.mainNav > ul > li {
    float: left;
    position: absolute;
    top: 0;
    padding: 25px 0;
    height: 34px;
    text-align: center;
    cursor: pointer;
}
.mainNav > ul > li > a {
    display: block;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 14px;
    color: #5e2b20;
    line-height: 14px;
}
.mainNav > ul > li:hover > a {
    color: #e84186;
}
.mainNav > ul > li .en {
    display: block;
    margin-top: 8px;
    font-family: "FB Californian Text Italic", "Sahitya", serif;
    color: #c58d69;
    font-size: 11px;
    line-height: 11px;
}

.mainNav > ul > li.disable > a {
    pointer-events: none;
}
.mainNav .sub-menu {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    z-index: -1;
    /*  width:240px;*/
    width: 310px;
    text-align: left;
}

/*menu-nav*/
li#menu-item-1351 {
    height: 50px !important;
}
li#menu-item-1351 a {
    line-height: 25px !important;
}

li#menu-item-1442 {
    height: 50px !important;
}
li#menu-item-1442 a {
    line-height: 25px !important;
}

li#menu-item-1443 {
    height: 50px !important;
}
li#menu-item-1443 a {
    line-height: 25px !important;
}

.mainNav .sub-menu li {
    height: 38px;
}
.mainNav .sub-menu li:not(:nth-of-type(1)) {
    border-top: solid 1px #fff;
}
.mainNav .sub-menu li a {
    display: block;
    padding-left: 15px;
    font-size: 13px;
    line-height: 38px;
    color: #fff;
    background: rgba(255, 119, 157, 1);
}
.mainNav .sub-menu li a:hover {
    background: rgba(255, 119, 157, 0.9);
}

.mainNav > ul > li.logo {
    padding: 0;
    top: -27px;
    left: -webkit-calc(50% - 90.5px);
    left: calc(50% - 90.5px);
    width: 181px;
}
.mainNav > ul > li.logo a img:hover {
    opacity: 1;
}
.mainNav > ul > li:nth-of-type(1) {
    left: 0;
}
.mainNav > ul > li:nth-of-type(2) {
    left: 162px;
}
.mainNav > ul > li:nth-of-type(3) {
    left: 296px;
}
.mainNav > ul > li:nth-of-type(5) {
    left: 642px;
}
.mainNav > ul > li:nth-of-type(6) {
    left: 798px;
}
.mainNav > ul > li:nth-of-type(7) {
    right: 0;
}

/**
 *   5.3 - Mobile Nav
 */
.mobileMenu {
    display: none;
    background: #ff779d;
}

.mobileMenu .menu-mobile-nav-container li {
    box-sizing: border-box;
}
.mobileMenu .menu-mobile-nav-container > ul > li {
    border-bottom: solid 1px #ffb3ca;
    /*	box-shadow: 0px -1px 0 0px #ff96b2 inset;*/
}
.mobileMenu .menu-mobile-nav-container .sub-menu > li {
    background: #ff8caa;
    /*	border-top:solid 1px #ff96b2;*/
    box-shadow: 0px 1px 0 0px #ffb3ca inset;
}
.mobileMenu .menu-mobile-nav-container li a {
    display: block;
    padding-left: 12px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.mobileMenu .menu-mobile-nav-container .sub-menu {
    display: none;
}
.mobileMenu .menu-mobile-nav-container .sub-menu > li a {
    padding-left: 30px;
    font-size: 13px;
}
.mobileMenu .menu-mobile-nav-container li.disable > a:after {
    position: absolute;
    top: 14px;
    right: 12px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff6f4;
    border-right: 1px solid #fff6f4;
    box-sizing: border-box;
    -webkit-border-radius: 0.5px;
    -moz-border-radius: 0.5px;
    border-radius: 0.5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.mobileMenu .menu-mobile-nav-container li.disable.current-menu-parent > a:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*--- .special menu ---*/
.mobileMenu .special li {
    float: left;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    text-align: center;
}
.mobileMenu .special li:nth-of-type(1) {
    background: url(./images/common/bg-menu1.png);
}
.mobileMenu .special li:nth-of-type(2) {
    background: url(./images/common/bg-menu2.png);
}
.mobileMenu .special li:nth-of-type(3) {
    background: url(./images/common/bg-menu3.png);
}
.mobileMenu .special li:nth-of-type(4) {
    background: url(./images/common/bg-menu4.png);
}

.mobileMenu .special li a {
    display: block;
    padding-top: 9px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}
.mobileMenu .special li a .en {
    display: block;
    font-family: "FB Californian Text Italic", "Sahitya", serif;
    color: #fff;
    font-size: 9px;
}
@media screen and (min-width: 600px) {
    .mobileMenu .special li a br {
        display: none;
    }
}

/*--- close button ---*/
#navClose {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    color: #fff;
    background: #ff4c83;
    cursor: pointer;
}

/**
 *   5.4 - Fixed Menu
 */
#fixMenu {
    display: none;
    position: fixed;
    top: 123px;
    right: 0;
}
#fixMenu li:not(:nth-of-type(1)) {
    margin-top: -35px;
}
#fixMenu li {
    position: relative;
}
#fixMenu li:nth-of-type(1) {
    z-index: 4;
}
#fixMenu li:nth-of-type(2) {
    z-index: 3;
}
#fixMenu li:nth-of-type(3) {
    z-index: 2;
}
#fixMenu li:nth-of-type(4) {
    z-index: 1;
}

#fixMenu a img:hover {
    opacity: 1;
}

@media screen and (min-width: 1080px) {
    #fixMenu {
        display: block;
    }
}

/* 17タイプカラー&骨格診断コース */
.img_area {
    width: 40%;
    float: right;
}
img.flex_img {
    width: 100%;
}

/**
 * 6.0 - Accessibility
 */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/**
 * 7.0 - Alignments
 */
.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/**
 * 8.0 - Clearings
 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}

/**
 * 9.0 - Header
 */

/**
 *   9.1 - Top Header
 */
.site-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
}

.top-header {
    height: 14px;
    background: #ff779d;
    text-align: center;
}
.site-title {
    margin: 0;
    font-size: 8px;
    line-height: 14px;
}
.site-title a {
    color: #fff;
}
.top-nav {
    display: none;
}

@media screen and (min-width: 1080px) {
    .top-header {
        height: 27px;
        text-align: left;
    }
    .top-header > .inner {
        position: relative;
    }
    .site-title {
        font-size: 12px;
        line-height: 27px;
    }
    .top-nav {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .top-nav li {
        float: left;
        font-size: 12px;
        line-height: 27px;
    }
    .top-nav li a {
        display: block;
        padding-left: 10px;
        color: #fff;
    }
    .top-nav a:after {
        content: "|";
        margin-left: 10px;
    }
    .top-nav li:nth-of-type(1) a:before {
        content: "|";
        margin-right: 10px;
    }
}

/**
 *   9.2 - PC Header
 */
.mainNav {
    display: none;
    width: 100%;
    height: 84px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(94, 43, 32, 0.3);
}
@media screen and (min-width: 1080px) {
    .mainNav {
        display: block;
    }
}

/**
 *   9.3 - Mobile Header
 */
.mobileNav {
    width: 100%;
}

.mobileHeader {
    position: relative;
    height: 64px;
    box-shadow: 0 2px 2px 0 rgba(94, 43, 32, 0.3);
    text-align: center;
}
.mobileHeader .nav-button {
    position: absolute;
    top: 17px;
    left: 15px;
}
.mobileHeader .logo {
    display: inline-block;
    line-height: 64px;
}
.mobileHeader .tel {
    position: absolute;
    top: 15px;
    right: 15px;
}
.mobileHeader a {
    display: block;
}

/*--- humberger ---*/
.mobileHeader .nav-button input {
    display: none;
}
.mobileHeader .nav-button label {
    display: block;
    position: relative;
    width: 33.5px;
    height: 37px;
    cursor: pointer;
}
.mobileHeader .nav-button label span.bar:before,
.mobileHeader .nav-button label span.bar:after,
.mobileHeader .nav-button label span.bar {
    display: block;
    background: #ff779d;
    width: 33.5px;
    height: 5px;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobileHeader .nav-button label span.bar {
    position: relative;
    top: 8.5px;
}
.mobileHeader .nav-button label span.bar:before,
.mobileHeader .nav-button label span.bar:after {
    content: "";
    position: absolute;
}
.mobileHeader .nav-button label span.bar:before {
    bottom: 8.5px;
}
.mobileHeader .nav-button label span.bar:after {
    top: 8.5px;
}
.mobileHeader .nav-button input:checked ~ label span.bar {
    width: 0;
}
.mobileHeader .nav-button input:checked ~ label span.bar:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
}
.mobileHeader .nav-button input:checked ~ label span.bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}
.mobileHeader .nav-button label span.txt {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    color: #ff779d;
}
@media screen and (min-width: 1080px) {
    .mobileNav {
        display: none;
    }
}

/* youtube */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* cafe banner */
.cafe_pc {
    display: block !important;
}
.cafe_sp {
    display: none !important;
}

@media screen and (max-width: 670px) {
    .cafe_pc {
        display: none !important;
    }
    .cafe_sp {
        display: block !important;
    }
}

/**
 * 10.0 - Widgets @@@@@
 */
.widget {
    margin-bottom: 1px;
}
.widget-title {
    padding-left: 14px;
    height: 40px;
    overflow: hidden;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
    color: #fff;
    background: #ff81a9;
    position: relative;
}
.widget-title + ul,
.widget-title + div,
.widget-title + form {
    display: none;
}

.widget-title:after {
    content: "";
    position: absolute;
    top: 17px;
    right: 12px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.widget-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.widget li {
    border-bottom: dotted 1px rgba(134, 96, 88, 0.2);
}
.widget .children > li {
    padding-left: 15px;
    border-top: dotted 1px rgba(134, 96, 88, 0.2);
    border-bottom: 0;
    background: rgba(197, 141, 105, 0.1);
}
.widget li a {
    display: block;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #5e2b20;
}
.widget .children > li a {
    padding: 10px 0 10px 10px;
}

.widget .tagcloud {
    padding: 20px 10px;
}
@media screen and (min-width: 980px) {
    .widget {
        margin-bottom: 40px;
    }
    .widget-title {
        height: 37px;
        line-height: 37px;
    }
    .widget-title:after {
        content: none;
    }
    .widget-title + ul,
    .widget-title + div,
    .widget-title + form {
        display: block;
    }
}

/*--- bottom-widget (future use) -------*/
.bottom-widget {
}
@media screen and (min-width: 1080px) {
}

/*--- bottom-banner --------------------*/
.bottom-banner {
    clear: both;
    margin: 0 auto;
    padding: 30px 10px 65px;
}
.bottom-banner li {
    text-align: center;
    margin-bottom: 15px;
}
.bottom-banner li .fb,
.bottom-banner li img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

@media screen and (min-width: 650px) {
    .bottom-banner {
        padding: 30px 40px 65px;
    }
    .bottom-banner li {
        float: left;
        width: 48%;
    }
    .bottom-banner li:nth-of-type(2n + 1) {
        clear: both;
        float: left;
    }
    .bottom-banner li:nth-of-type(2n + 2) {
        float: right;
    }
    .bottom-banner li .fb,
    .bottom-banner li img {
        max-width: none;
    }
}
@media screen and (min-width: 1080px) {
    .bottom-banner {
        padding: 50px 40px 40px;
    }
    .bottom-banner li {
        margin-bottom: 30px;
    }
}

/**
 * 11.0 - Content
 */
.wrap > .content {
    padding-top: 78px;
    background: url(./images/common/bg-content.png);
}

.inner {
    margin: 0 auto;
    max-width: 1080px;
    box-sizing: border-box;
}
.wrap > .content > .inner,
.wrap > .content > article > .inner {
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1080px) {
    .wrap > .content {
        padding-top: 111px;
    }
}

.main,
.sidebar {
    padding: 15px 0 0;
    overflow: hidden;
}
@media screen and (min-width: 650px) {
    .main,
    .sidebar {
        padding: 15px 40px 0;
    }
}
@media screen and (min-width: 980px) {
    .main {
        float: right;
        width: -webkit-calc((100% - 80px) * 0.73);
        width: calc((100% - 80px) * 0.73);
        max-width: 730px;
        padding: 45px 40px 0 0;
    }
    .sidebar {
        float: left;
        width: -webkit-calc((100% - 80px) * 0.23);
        width: calc((100% - 80px) * 0.23);
        max-width: 230px;
        padding: 45px 0 0 40px;
    }

    .page .main,
    .post-type-archive-beforeafter .main,
    .single-beforeafter .main {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 40px 40px 30px;
        box-sizing: border-box;
    }
}

/**
 *    11.1 - Front Page
 */
.home {
}

.home .kv {
    background: url(./images/top/kv-sp_20240229_01.jpg) center top no-repeat, url(./images/top/bg-kv.png);
    background-size: auto 250px;
    box-shadow: 0px -2px 0 0px rgba(255, 119, 157, 0.2) inset;
}
.home .kv2 {
    background: url(./images/top/kv-sp_20240229_02.jpg) center top no-repeat, url(./images/top/bg-kv.png);
    background-size: auto 250px;
    box-shadow: 0px -2px 0 0px rgba(255, 119, 157, 0.2) inset;
}
.home .kv-inner {
    margin: 0 auto;
    padding: 200px 10px 15px;
    max-width: 1080px;
    box-sizing: border-box;
    font-family: "Ryumin Medium KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    color: #5e2b20;
    text-align: center;
}
.home .kv-inner .ribbon img {
    width: 257px;
    margin: 0 auto;
}
.home .kv-inner h2 {
    margin: 5px 0;
    font-family: "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 19px;
    line-height: 19px;
    /*	text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,1px 1px 0 #fff,-1px 1px 0 #fff;*/
    text-shadow: -2px -2px 6px #fff, 2px -2px 6px #fff, 2px 2px 6px #fff, -2px 2px 6px #fff;
    /*	text-shadow: 0 0 6px #fff;*/
}
.home .kv-inner p {
    margin: 12px 0;
    font-size: 10px;
    line-height: 18px;
    text-shadow: -2px -2px 6px #fff, 2px -2px 6px #fff, 2px 2px 6px #fff, -2px 2px 6px #fff;
    /*	text-shadow: 0 0 4px #fff;*/
}
.home .kv-inner ul {
    margin: 0 auto;
    max-width: 300px;
}
.home .kv-inner ul li {
    float: left;
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
}
.home .kv-inner ul li span {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 43px;
    background: url(./images/top/frame-deco1.svg) center center no-repeat;
    background-size: contain;
}

@media screen and (min-width: 620px) {
    .home .kv-inner {
        padding-top: 192px;
    }
    .home .kv-inner .ribbon img {
        width: 356px;
    }
    .home .kv-inner h2 {
        margin: 13px 0;
        font-size: 38px;
        line-height: 38px;
    }
    .home .kv-inner p {
        margin: 5px 0;
        font-size: 15px;
        line-height: 29px;
    }
    .home .kv-inner ul {
        max-width: 500px;
    }
    .home .kv-inner ul li {
        padding: 8px;
    }
    .home .kv-inner ul li span {
        font-size: 17px;
        line-height: 68px;
    }
}
@media screen and (min-width: 1080px) {
    .home {
    }
    .home .kv {
        background: url(./images/top/kv_20240229_01.jpg) center bottom no-repeat, url(./images/top/bg-kv.png);
        height: 484px;
        box-shadow: 0px -4px 0 0px #ffdfe5 inset;
    }
    .home .kv2 {
        background: url(./images/top/kv_20240229_02.jpg) center bottom no-repeat, url(./images/top/bg-kv.png);
        height: 484px;
        box-shadow: 0px -4px 0 0px #ffdfe5 inset;
    }
    .home .kv-inner {
        padding: 40px 0 0 480px;
    }
}

.br320 {
    display: none;
}
@media screen and (max-width: 320px) {
    br.br320 {
        display: block;
    }
}

/* .cinderella */
.home .cinderella {
    margin: 20px 0;
}
.home .cinderella img {
    width: 100%;
}
.home .cinderella h2 {
    color: #ff779d;
    line-height: 26px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
    .home .cinderella h2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 650px) {
    .home .cinderella {
        margin: 40px 30px;
    }
}

/* .pis */
.home .top_pis {
    margin-top: 50px;
}
.home .top_pis .top_pis_inner {
    padding: 0 30px;
}
.home .top_pis .top_pis_inner p {
    text-align: left;
}
@media screen and (max-width: 1080px) {
    .home .top_pis .top_pis_inner {
        padding: 0;
    }
}

/* .prelude */
.home .prelude {
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 23px;
    text-align: center;
}
.home .prelude .h-deco1 {
    margin: 18px 0 15px;
}
.home .prelude ul {
    margin: 15px auto;
}
.home .prelude li {
    margin: 7px auto;
    width: 100%;
    text-align: center;
}
.home .prelude li img {
    width: 100%;
    max-width: 480px;
}

@media screen and (min-width: 620px) {
    .home .prelude {
        line-height: 28px;
    }
    .home .prelude .h-deco1 {
        margin: 48px 0 28px;
    }
    .home .prelude ul {
        margin: 28px auto;
    }
}
@media screen and (min-width: 1080px) {
    .home .prelude li {
        float: left;
        width: 50%;
    }
}

/* .latest */
.home .latest {
    padding: 10px 10px 30px;
    line-height: 23px;
    text-align: left;
}
.home .latest h2 {
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 20px;
    line-height: 20px;
    color: #5e2b20;
    margin-top: 30px;
    margin-bottom: 25px;
}
.home .latest .pickup,
.home .latest ul {
    margin: 12px 0;
    padding: 15px;
    border: solid 2px #ffe5e8;
}
.home .latest ul li:not(:nth-of-type(1)) {
    padding-top: 15px;
    border-top: dotted 1px rgba(134, 96, 88, 0.2);
}
.home .latest ul li:not(:nth-last-of-type(1)) {
    padding-bottom: 15px;
}
.home .latest li .cat {
    margin-right: 7px;
    margin-bottom: 5px;
    padding-top: 2px;
    display: inline-block;
    width: 110px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: #ff779d;
}
.home .latest li .cat a {
    color: #fff;
}
.home .latest li .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #f2778c;
}
.home .latest li .title a {
    display: block;
    line-height: 23px;
    color: #5e2b20;
}
.latest .more {
    text-align: center;
}
.latest .more a {
    display: inline-block;
    padding: 0 20px;
    color: #ff779d;
    line-height: 14px;
}
.latest .more a:before {
    margin: 0 2px;
    display: inline-block;
    content: "\e901";
    font-family: "alicef";
    font-size: 16px;
    color: #ffced6;
    vertical-align: bottom;
}
.home .latest h2 .en {
    display: block;
    padding-top: 7px;
    font-family: "FB Californian Text Italic", "Sahitya", serif;
    font-size: 12px;
    color: #c58d69;
}
/*@media screen and (max-width: 1080px){
	.home .latest .pickup img {
		height: auto;
	}
}*/
@media screen and (min-width: 1080px) {
    .home .latest {
        padding: 10px 40px 30px;
    }
    .home .latest .pickup,
    .home .latest ul {
        border: solid 4px #ffe5e8;
        padding: 20px;
        z-index: 9;
        position: relative;
        background-color: #fff;
    }
    .home .latest li .cat {
        margin-right: 12px;
        margin-bottom: 0;
    }
    .home .latest li .date {
        margin-right: 7px;
    }
    .home .latest li .title a {
        display: inline-block;
    }
    .home .latest ul li:not(:nth-of-type(1)) {
        padding-top: 20px;
    }
    .home .latest ul li:not(:nth-last-of-type(1)) {
        padding-bottom: 20px;
    }
    .latest .more {
        text-align: right;
    }
    .latest .more a {
        padding-right: 0;
    }
}

/* .salonmenu */
.home .salonmenu {
    margin-bottom: 15px;
    padding: 5px 0;
    -webkit-border-radius: 321px 321px 0 0/53px 53px 0 0;
    -moz-border-radius: 321px 321px 0 0/53px 53px 0 0;
    border-radius: 321px 321px 0 0/53px 53px 0 0;
    background-color: #fff7f7;
    background-image: -webkit-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -moz-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -o-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -ms-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: linear-gradient(to left, #c59f0a, #fff7be 50%, #c59f0a);
}
.home .salonmenu-inner {
    padding: 40px 10px 15px;
    -webkit-border-radius: 321px 321px 0 0/53px 53px 0 0;
    -moz-border-radius: 321px 321px 0 0/53px 53px 0 0;
    border-radius: 321px 321px 0 0/53px 53px 0 0;
    background: url(./images/top/bg-salonmenu.jpg);
}
.home .salonmenu h2 .en {
    display: block;
    padding-top: 7px;
    font-family: "FB Californian Text Italic", "Sahitya", serif;
    font-size: 12px;
    color: #c58d69;
}

.home .salonmenu h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 16px;
    line-height: 16px;
    color: #5e2b20;
}
.home .salonmenu h3 + ul {
    padding: 0 15px 15px;
    background: #fff;
    /*	border:solid 1px #e2c1ae;*/
}
.home .salonmenu h3 + ul li {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    border: solid 1px #dcdcdc;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.4);
    background-size: contain;
}

.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(1) {
    background: url(./images/top/img1-2_240513.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(2) {
    background: url(./images/top/4seasoncolor-frame.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(3) {
    background: url(./images/top/img1-3.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(4) {
    background: url(./images/top/img1-5_240513.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(5) {
    background: url(./images/top/menu_kao.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(6) {
    background: url(./images/top/menu_kokkin.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(7) {
    background: url(./images/top/img1-7.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(1) + ul li:nth-of-type(8) {
    background: url(./images/top/img1-6_240513.jpg) top right no-repeat;
    background-size: contain;
}

.home .salonmenu h3:nth-of-type(2) + ul li:nth-of-type(1) {
    background: url(./images/top/menu_icsc_20240301.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(2) + ul li:nth-of-type(2) {
    background: url(./images/top/menu_selfbranding_240606.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(2) + ul li:nth-of-type(3) {
    background: url(./images/top/shopping-frame.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(2) + ul li:nth-of-type(4) {
    background: url(./images/top/img2-2.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(2) + ul li:nth-of-type(5) {
    background: url(./images/top/menu_animal.jpg) top right no-repeat;
    background-size: contain;
}

.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(1) {
    background: url(./images/top/img2-7.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(2) {
    background: url(./images/top/menu_iris.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(3) {
    background: url(./images/top/menu_tree_20240513.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(4) {
    background: url(./images/top/menu_gogyou.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(5) {
    background: url(./images/top/menu_cinderella.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(6) {
    background: url(./images/top/menu_aura.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(3) + ul li:nth-of-type(7) {
    background: url(./images/top/menu_11type.jpg) top right no-repeat;
    background-size: contain;
}

.home .salonmenu h3:nth-of-type(4) + ul li:nth-of-type(1) {
    background: url(./images/top/menu_jpisa_20240301.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(4) + ul li:nth-of-type(2) {
    background: url(./images/top/menu_irispro.jpg) top right no-repeat;
    background-size: contain;
}
.home .salonmenu h3:nth-of-type(4) + ul li:nth-of-type(3) {
    background: url(./images/top/menu_numerology-color.jpg) top right no-repeat;
    background-size: contain;
}

.fspc_w .f_left .in {
    padding-right: 15px;
}
.fspc_w img {
    width: 100%;
    height: auto;
    margin-left: 0;
}
@media screen and (max-width: 768px) {
    .fspc_w .f_left .in {
        padding-right: 0;
    }
}

/*.home .salonmenu h3:nth-of-type(1)+ul li:nth-of-type(1){background:url(./images/top/img-staff01.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(1)+ul li:nth-of-type(2){background:url(./images/top/img-staff03.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(1)+ul li:nth-of-type(3){background:url(./images/top/img-staff04.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(1)+ul li:nth-of-type(4){background:url(./images/top/img-staff05.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(1)+ul li:nth-of-type(5){background:url(./images/top/img-staff02.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(1)+ul li:nth-of-type(6){background:url(./images/top/img-staff06.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(2)+ul li:nth-of-type(1){background:url(./images/top/img1-1.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(2)+ul li:nth-of-type(2){background:url(./images/top/img1-2.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(2)+ul li:nth-of-type(3){background:url(./images/top/img1-3.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(2)+ul li:nth-of-type(4){background:url(./images/top/img1-4.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(2)+ul li:nth-of-type(5){background:url(./images/top/img1-5.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(2)+ul li:nth-of-type(6){background:url(./images/top/img1-6.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(1){background:url(./images/top/img2-1.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(2){background:url(./images/top/img2-2.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(3){background:url(./images/top/img2-3.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(4){background:url(./images/top/img2-4.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(5){background:url(./images/top/img2-5.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(6){background:url(./images/top/img2-6.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(7){background:url(./images/top/img2-7.jpg) top right no-repeat;background-size:contain;}
.home .salonmenu h3:nth-of-type(3)+ul li:nth-of-type(8){background:url(./images/top/img2-8.jpg) top right no-repeat;background-size:contain;}*/

.home .salonmenu h3 + ul li a {
    display: block;
    padding-top: 40px;
    padding-left: 15px;
    height: 106px;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 16px;
    line-height: 26px;
    color: #5e2b20;
    text-shadow: -2px -2px 6px #fff, 2px -2px 6px #fff, 2px 2px 6px #fff, -2px 2px 6px #fff;
    position: relative;
}
.home .salonmenu h3 + ul li a .pink {
    font-family: Roboto, Meiryo, "YuGothic", "Hiragino Kaku Gothic ProN", Osaka, Arial, sans-serif;
    font-size: 14px;
}
.home .salonmenu h3 + ul li a.line2 {
    padding-top: 27px;
}
.home .salonmenu h3 + ul li a.line3 {
    padding-top: 14px;
}
.home .salonmenu h3 + ul li a.line4 {
    padding-top: 0;
}
.home .salonmenu h3 + ul li a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 650px) {
    .home .salonmenu-inner {
        padding: 40px;
    }
    .home .salonmenu h3 + ul li {
        float: left;
        width: calc((100% - 15px) / 2);
    }
    .home .salonmenu h3 + ul li:nth-of-type(2n + 2) {
        float: right;
    }
}
@media screen and (min-width: 1080px) {
    .home .salonmenu {
        margin-bottom: 30px;
        -webkit-border-radius: 539px 541px 0 0/62px 62px 0 0;
        -moz-border-radius: 539px 541px 0 0/62px 62px 0 0;
        border-radius: 539px 541px 0 0/62px 62px 0 0;
    }
    .home .salonmenu-inner {
        -webkit-border-radius: 539px 541px 0 0/62px 62px 0 0;
        -moz-border-radius: 539px 541px 0 0/62px 62px 0 0;
        border-radius: 539px 541px 0 0/62px 62px 0 0;
    }
    .home .salonmenu h3 {
        margin-top: 10px 30px 30px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .home .salonmenu h3 + ul {
        padding: 10px 30px 30px;
    }
    .home .salonmenu h3 + ul li {
        float: left !important;
        margin-top: 20px;
        width: -webkit-calc((100% - 40px) / 3);
        width: -o-calc((100% - 40px) / 3);
        width: calc((100% - 40px) / 3);
    }
    .home .salonmenu h3 + ul li:not(:nth-of-type(3n + 3)) {
        margin-right: 20px;
    }
    .home .salonmenu h3 + ul li a {
        padding-top: 46px;
        height: 117px;
        font-size: 18px;
    }
    .home .salonmenu h3 + ul li a.line2 {
        padding-top: 36px;
    }
    .home .salonmenu h3 + ul li a.line3 {
        padding-top: 20px;
    }
    .home .salonmenu h3 + ul li a.line4 {
        padding-top: 6px;
    }
}

/* .other */
.home .other {
    padding: 0 10px;
}
.home .other li {
    margin: 0 auto 15px;
    position: relative;
    width: 270px;
}
.home .other li a {
    display: block;
}
.home .other li a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 16px;
    line-height: 32px;
    color: #5e2b20;
    text-align: center;
    /*	border:solid 1px #dcdcdc;*/
    box-sizing: border-box;
    background-color: rgba(254, 237, 225, 0.9);
}

@media screen and (min-width: 750px) {
    .home .other {
        padding: 0 40px;
    }
    .home .other li {
        float: left;
        width: 32%;
    }
    .home .other li:not(:nth-of-type(1)) {
        margin-left: 2%;
    }
    .home .other li img {
        width: 100%;
    }
    .home .other li a span {
        letter-spacing: -2px;
    }
}
@media screen and (min-width: 850px) {
    .home .other li a span {
        letter-spacing: normal;
    }
}

/* news/events */
input#news_tab1,
input#news_tab2 {
    display: none;
}
.news1_w,
.news2_w {
    display: none;
    clear: both;
}
input#news_tab1:checked ~ div.news1_w {
    display: block;
}

input#news_tab2:checked ~ div.news2_w {
    display: block;
}
.news1_w ul,
.news2_w ul {
    margin-top: 0 !important;
}
.news_tit {
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 20px;
    line-height: 20px;
    color: #5e2b20;
    border-top: solid 4px #ffe5e8;
    border-right: solid 4px #ffe5e8;
    border-left: solid 4px #ffe5e8;
    padding: 5px 15px;
    z-index: 10;
    cursor: pointer;
}
input#news_tab1[type="radio"]:checked + label {
    background-color: #ffe5e8;
}
input#news_tab2[type="radio"]:checked + label {
    background-color: #ffe5e8;
}
ul.slick-dots {
    bottom: -10px;
}
.slick-dots li button {
    box-shadow: none;
}
@media screen and (max-width: 1079px) {
    label.news_tit {
        border-top: solid 2px #ffe5e8;
        border-right: solid 2px #ffe5e8;
        border-left: solid 2px #ffe5e8;
    }
    /*div.news1_w ul, div.news2_w ul {
		margin-top:4px !important;
	}*/
}
@media screen and (max-width: 650px) {
    label.news_tit.tit_label1,
    label.news_tit.tit_label2 {
        width: 49%;
        float: left;
        box-sizing: border-box;
    }
    label.news_tit.tit_label1 {
        margin-right: 2%;
    }
}
@media screen and (max-width: 450px) {
    label.news_tit {
        display: block;
        font-size: 19px;
        /*margin-bottom:10px;
		border-bottom:solid 2px #ffe5e8;*/
        padding: 5px;
    }
}

/**
 *    11.2 - Posts and pages
 */

/*--- page header title ----------------*/
.page-header {
    padding-top: 20px;
    height: 76px;
    box-sizing: border-box;
    background: url(./images/common/bg-page-header.png);
    text-align: center;
    position: relative;
}
.page-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -moz-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -o-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -ms-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: linear-gradient(to left, #c59f0a, #fff7be 50%, #c59f0a);
}

.page-header .page-title {
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 21px;
    line-height: 21px;
    color: #5e2b20;
}
.page-header .page-title span {
    display: block;
    margin-top: 5px;
    font-family: "FB Californian Text Italic", "Sahitya", serif;
    color: #c58d69;
    font-size: 10px;
    line-height: 10px;
}

@media screen and (min-width: 1080px) {
    .page-header {
        padding-top: 50px;
        height: 132px;
    }
    .page-header:after {
        height: 2px;
    }
    .page-header .page-title {
        display: inline-block;
        font-size: 26px;
        line-height: 26px;
        position: relative;
    }
    .page-header .page-title:before {
        position: absolute;
        top: 0;
        left: -100px;
        content: url(./images/common/bg-h-devo1-left.png);
    }
    .page-header .page-title:after {
        position: absolute;
        top: 0;
        right: -100px;
        content: url(./images/common/bg-h-devo1-right.png);
    }
    .page-header .page-title span {
        margin-top: 10px;
        font-size: 11px;
        line-height: 11px;
    }
}

/*--- psot archive (home.php) ----------*/
.blog .latest {
    margin-bottom: 20px;
}
.blog .latest .more {
    margin-top: 15px;
}

@media screen and (min-width: 650px) {
    .blog .latest {
        margin-bottom: 40px;
    }
    .blog .latest .more {
        margin-top: 10px;
    }
}
@media screen and (max-width: 640px) {
    #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
        width: 50%;
    }
}

/*--- archive --------------------------*/
.blog article,
.search article,
.archive:not(.post-type-archive-beforeafter) article {
    padding: 20px 10px;
    line-height: 15px;
}
.blog article:not(:nth-last-of-type(1)),
.blog .latest article:nth-last-of-type(1),
.search article:not(:nth-last-of-type(1)),
.archive:not(.post-type-archive-beforeafter) article:not(:nth-last-of-type(1)) {
    border-bottom: dotted 1px rgba(134, 34, 53, 0.2);
}

.blog article .entry-title,
.search article .entry-title,
.archive:not(.post-type-archive-beforeafter) article .entry-title {
    display: inline;
    margin-top: 3px;
    font-size: 14px;
    line-height: 15px;
    color: #5e2b20;
}

.thumbnail a {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
    background: #fafafa;
}

.entry-summary {
    margin-top: 10px;
}
.search article .entry-title a {
    text-decoration: underline;
}

/*--- single (post) --------------------*/
.single:not(.single-beforeafter) article {
    margin: 30px 10px 10px;
    padding: 15px;
    border: solid 1px #ffd6e1;
    box-sizing: border-box;
}
.single:not(.single-beforeafter) article .entry-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 18px;
    line-height: 22px;
    color: #5e2b20;
    border-bottom: solid 2px #ff95ac;
}
.single article .entry-content img {
    max-width: 100%;
    height: auto;
}
.single article .entry-content a {
    color: #ff779d;
}
.single article .entry-content a:hover {
    text-decoration: underline;
}
.single article .entry-footer {
    margin-top: 12px;
    text-align: right;
}
.single article .entry-footer .author_name {
    font-size: 12px;
}
.single article .entry-footer .author_name:before {
    content: "by ";
}

@media screen and (min-width: 650px) {
    .single:not(.single-beforeafter) article {
        margin: 35px 0 20px;
        padding: 30px;
    }
    .single:not(.single-beforeafter) article .entry-title {
        font-size: 22px;
        line-height: 26px;
        border-bottom: solid 3px #ff95ac;
    }
}
/* beforeafter */
ul#shindan_menu {
    list-style: disc;
    padding-left: 1.5em;
}

/*--- common meta ----------------------*/
.meta {
    margin-top: 3px;
    margin-bottom: 12px;
    line-height: 15px;
}
.meta time {
    margin-right: 5px;
    font-size: 14px;
    line-height: 15px;
    color: #f2778c;
    vertical-align: middle;
}
.meta .tags span {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 5px 2px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background: #e2a68e;
}
.meta .tags span a {
    color: #fff;
}

/*--- pagenation -----------------------*/
.pagination {
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
    border-top: solid 2px #ffcfdc;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    color: #5e2b20;
    text-decoration: none;
    border: solid 1px #fff;
}
.pagination .page-numbers.current {
    color: #ffcfdc;
    border: solid 1px #ffcfdc;
}
.pagination a.page-numbers:hover {
    background: #fff6f4;
    border: solid 1px #fff6f4;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    padding: 0;
    font-family: "alicef";
    font-size: 20px;
    color: #ffced6;
    vertical-align: middle;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    color: #ff779d;
    background: #fff;
}

@media screen and (min-width: 650px) {
    .pagination {
        margin-top: 0;
        border-top: solid 3px #ffcfdc;
    }
}

/*--- pagenavi -------------------------*/
.pagenavi {
    margin: 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 14px;
    text-align: center;
}
.pagenavi a {
    float: left;
    display: inline-block;
    width: 40%;
    text-decoration: none;
}
.pagenavi .golist {
    /*	padding:4px 5px;*/
    width: 20%;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    color: #ff779d;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pagenavi .golist:hover {
    /*	background:#fff6f4;*/
    /*	color:#ffcfdc;*/
}

.pagenavi a[rel="prev"],
.pagenavi a[rel="next"] {
    color: #ff779d;
    text-decoration: underline;
}
.pagenavi a[rel="prev"] {
    text-align: left;
}
.pagenavi a[rel="next"] {
    float: right;
    text-align: right;
}

.pagenavi a[rel="prev"]:before,
.pagenavi a[rel="next"]:after {
    margin: 0 2px 0 0;
    display: inline-block;
    content: "\e900";
    font-family: "alicef";
    font-size: 20px;
    color: #ffced6;
    vertical-align: middle;
}
.pagenavi a[rel="next"]:after {
    content: "\e901";
    margin: 0 0 0 2px;
}

/*--- sns button -----------------------*/
.sns_button {
    border: 0 !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    text-align: left;
}
.sns_button > div {
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 7px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.sns_button img {
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.sns_button .sns_twitter {
    width: 100px;
}
.sns_button .sns_facebook_like iframe {
    max-width: none !important;
}
.sns_button .sns_p7 .p7-b > a {
    color: #fff !important;
    padding: 2px 6px !important;
}
.sns_button .sns_p7 .p7-b > a > svg {
    margin-right: 0;
}
.sns_button .sns_p7 .p7-b > a > span {
    line-height: 16px;
    font-size: 12px;
    display: none;
}
@media screen and (min-width: 640px) {
    .sns_button .sns_p7 .p7-b > a > svg {
        margin-right: 3px;
    }
    .sns_button .sns_p7 .p7-b > a > span {
        display: block;
    }
}

/*--- staff blog -----------------------*/

.staff_menu_w ul.sblog {
    margin: 12px 0;
    padding: 15px;
    border: solid 2px #ffe5e8;
}
.staff_menu_w ul.sblog li:not(:nth-of-type(1)) {
    padding-top: 15px;
    border-top: dotted 1px rgba(134, 96, 88, 0.2);
}
.staff_menu_w ul.sblog li:not(:nth-last-of-type(1)) {
    padding-bottom: 15px;
}
.staff_menu_w ul.sblog li .cat {
    margin-right: 7px;
    margin-bottom: 5px;
    padding-top: 2px;
    display: inline-block;
    width: 110px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    background: #ff779d;
}
.staff_menu_w ul.sblog li .cat a {
    color: #fff;
}
.staff_menu_w ul.sblog li .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #f2778c;
}
.staff_menu_w ul.sblog li .title a {
    display: block;
    line-height: 23px;
    color: #5e2b20;
}
.staff_menu_w .more {
    text-align: center;
}
.staff_menu_w .more a {
    display: inline-block;
    padding: 0 20px;
    color: #ff779d;
    line-height: 14px;
}
.staff_menu_w .more a:before {
    margin: 0 2px;
    display: inline-block;
    content: "\e901";
    font-family: "alicef";
    font-size: 16px;
    color: #ffced6;
    vertical-align: bottom;
}
.menu_w {
    float: left;
    width: 66%;
}
.staff_menu_w .sb_w {
    margin-top: -125px !important;
    padding-top: 125px;
}
@media screen and (min-width: 1080px) {
    .staff_menu_w {
        padding: 10px 40px 30px;
    }
    .staff_menu_w ul.sblog {
        border: solid 4px #ffe5e8;
        padding: 20px;
    }
    .staff_menu_w ul.sblog li .cat {
        margin-right: 12px;
        margin-bottom: 0;
    }
    .staff_menu_w ul.sblog li .date {
        margin-right: 7px;
    }
    .staff_menu_w ul.sblog li .title a {
        display: inline-block;
    }
    .staff_menu_w ul.sblog ul li:not(:nth-of-type(1)) {
        padding-top: 20px;
    }
    .staff_menu_w ul.sblog ul li:not(:nth-last-of-type(1)) {
        padding-bottom: 20px;
    }
    .staff_menu_w .more {
        text-align: right;
    }
    .staff_menu_w .more a {
        padding-right: 0;
    }
}
@media screen and (max-width: 649px) {
    .menu_w {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
}

/**
 *    11.3 - General Page
 */

.page article .main > section > p,
.page article .main > p,
.page article .main > div,
.page article .main > ul,
.page article .main > li,
.page article .main > table {
    margin: 10px;
}
@media screen and (min-width: 650px) {
    .page article .main > section > p,
    .page article .main > p,
    .page article .main > div,
    .page article .main > ul,
    .page article .main > li,
    .page article .main > table {
        margin: 10px 0;
    }
}

.page article .main a {
    color: #ff779d;
}

.page article .main a:hover {
    text-decoration: underline;
}
.page article .main a.arrow:before {
    margin: 0 2px;
    display: inline-block;
    content: "\e901";
    font-family: "alicef";
    font-size: 16px;
    color: #ffced6;
    vertical-align: bottom;
}

/*--- .h-deco1 -------------------------*/
.h-deco1 {
    text-align: center;
}
.h-deco1 > span:nth-of-type(1) {
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 20px;
    line-height: 20px;
    color: #5e2b20;
}
@media screen and (min-width: 1080px) {
    .h-deco1 > span:nth-of-type(1) {
        display: inline-block;
        font-size: 26px;
        line-height: 26px;
        position: relative;
    }
    .h-deco1 > span:nth-of-type(1):before {
        position: absolute;
        top: 0;
        left: -100px;
        content: url(./images/common/bg-h-devo1-left.png);
    }
    .h-deco1 > span:nth-of-type(1):after {
        position: absolute;
        top: 0;
        right: -100px;
        content: url(./images/common/bg-h-devo1-right.png);
    }
}

/*--- .h-deco2 -------------------------*/
.h-deco2 {
    margin: 15px 0;
    padding: 15px 0;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 20px;
    line-height: 22px;
    color: #5e2b20;
    text-align: center;
    background: #ffe5e8;
    position: relative;
}
.page article .main .h-deco2 {
    margin: 45px 0 25px;
}
.h-deco2:before,
.h-deco2:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(./images/common/bg-h-deco2-up.png);
}
.h-deco2:after {
    top: 100%;
    background: url(./images/common/bg-h-deco2-down.png);
}

@media screen and (min-width: 650px) {
    .h-deco2 {
        padding-left: 50px;
        font-size: 24px;
        line-height: 24px;
        text-align: left;
        background: #ffe5e8 url(./images/common/bg-h-deco2-dot.png) 20px center no-repeat;
    }
    .page article .main .h-deco2 {
        margin: 55px 0 35px;
    }
}

/*--- .h-deco3 -------------------------*/
.h-deco3 {
    margin: 20px 0 10px;
    padding: 11px 15px 9px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #ff81a9;
}
@media screen and (min-width: 650px) {
    .h-deco3 {
        margin: 40px 0 20px;
        text-align: left;
        border-radius: 4px;
    }
}

/*--- .h-deco4 -------------------------*/
.h-deco4 {
    margin-bottom: 10px;
    padding: 8px 0 7px;
    background: #ffeaed;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 15px;
    line-height: 17px;
    color: #ff779d;
    text-align: center;
}
@media screen and (min-width: 650px) {
    .h-deco4 {
        padding: 10px 15px 8px;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }
}

/*--- .h-deco5 -------------------------*/
.h-deco5 {
    margin: 20px 0 10px;
    padding-bottom: 8px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 17px;
    line-height: 17px;
    color: #5e2b20;
    text-align: center;
    border-bottom: solid 3px #ff95ac;
}
@media screen and (min-width: 650px) {
    .h-deco5 {
        text-align: left;
    }
}

/*--- .h-deco6 -------------------------*/
.h-deco6 {
    margin: 20px 0 10px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 17px;
    line-height: 17px;
    color: #5e2b20;
    text-align: left;
}
.h-deco6:before {
    content: "■";
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: bottom;
    color: #ff95ac;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--- .h-deco7 .h-deco8 ----------------*/
.h-deco7,
.h-deco8 {
    margin: 10px 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #5e2b20;
    text-align: left;
}
.h-deco8 {
    color: #ff81a9;
}

/*--- .f-deco1 -------------------------*/
.f-deco1 {
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    border-image: url(./images/common/bg-f-deco1.png) 40 round stretch;
    border-style: solid;
    border-width: 20px;
}
@media screen and (min-width: 650px) {
    .f-deco1 {
        padding: 10px;
        border-width: 40px;
    }
}

/*--- .f-deco2 .f-deco4 .f-deco6 -------*/
.f-deco2,
.f-deco4,
.f-deco6 {
    margin: 20px 10px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #ff81a9;
}
.f-deco4 {
    border: solid 1px #ffd6e1;
}
.f-deco6 {
    border: solid 1px #e2bdaa;
}

@media screen and (min-width: 650px) {
    .f-deco2,
    .f-deco4 {
        margin: 30px 0;
    }
}

/*--- .f-deco3 -------------------------*/
.f-deco3 {
    margin: 20px 10px;
    padding: 5px 40px;
    text-align: center;
    box-sizing: border-box;
    background: url(./images/common/f-deco2-left.png) left top no-repeat, url(./images/common/f-deco2-right.png) right top no-repeat;
    background-size: contain;
}

/*--- .f-deco5 -------------------------*/
.f-deco5 {
    margin: 20px 10px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 1px #c59f0a;
    border-right: solid 1px #c59f0a;
    position: relative;
}
.f-deco5:before,
.f-deco5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -moz-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -o-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -ms-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: linear-gradient(to left, #c59f0a, #fff7be 50%, #c59f0a);
}
.f-deco5:before {
    top: 0;
    left: 0;
}
.f-deco5:after {
    bottom: 0;
    left: 0;
}

/*--- .t-deco1 -------------------------*/
.t-deco1 {
    margin: 15px 10px;
}
.t-deco1 caption {
    caption-side: top;
    margin: 0 -10px 15px;
    padding: 11px 0 10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    background: #ffeaed;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 17px;
    line-height: 17px;
    color: #ff779d;
    text-align: center;
}
@media screen and (min-width: 650px) {
    .t-deco1 {
        margin: 20px 0 35px;
    }
    .t-deco1 caption {
        margin: 0 0 15px;
        padding: 11px 0 10px 15px;
        box-sizing: border-box;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        text-align: left;
    }
}
.t-deco1 th,
.t-deco1 td {
    border: solid 1px #ffb7ce;
}
.t-deco1 th {
    font-weight: 400;
    background: #ffdfe3;
    text-align: center;
    width: 30%;
}
.t-deco1 td {
    padding: 12px 20px;
}
/* カフェページ */
.w70 {
    width: 70% !important;
}
.w40 {
    width: 40% !important;
}

.pc_disp {
    display: block !important;
}
.sp_disp {
    display: none !important;
}
@media screen and (max-width: 815px) {
    .pc_disp {
        display: none !important;
    }
    .sp_disp {
        display: block !important;
    }
}

/* gallery */
.gallery {
    display: flow-root;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
.gallery-item {
    box-sizing: border-box;
    margin: 5px 1% 5px 0;
}
.gallery-item img {
    margin: 0 auto;
    display: block;
    width: 94%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
}
.gallery-columns-4 .gallery-item {
    width: 24%;
}
.gallery-columns-5 .gallery-item {
    width: 19%;
}
.gallery-columns-6 .gallery-item {
    width: 15.66%;
}
.gallery-columns-7 .gallery-item {
    width: 13.28%;
}
.gallery-columns-8 .gallery-item {
    width: 11.5%;
}
.gallery-columns-9 .gallery-item {
    width: 10.11%;
}
@media screen and (max-width: 815px) {
    .gallery-item img {
        width: 100%;
    }
    .gallery-columns-6 .gallery-item {
        width: 32%;
    }
}

/*--- .bg ------------------------------*/
.bg-pink {
    padding: 15px;
    box-sizing: border-box;
    background: #fff6f4;
}
.bg-cha {
    padding: 15px;
    box-sizing: border-box;
    background: rgba(197, 141, 105, 0.1);
}

/*--- font size ------------------------*/
.fmin1216,
.fmin1624,
.fmin2028 {
    margin: 10px 0;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 16px;
    line-height: 26px;
    color: #5e2b20;
}
.fmin1216 {
    font-size: 12px;
    line-height: 22px;
}
.fmin2028 {
    font-size: 20px;
    line-height: 30px;
}
@media screen and (min-width: 1080px) {
    .fmin1216 {
        font-size: 16px;
        line-height: 30px;
    }
    .fmin1624 {
        margin: 20px 0;
        font-size: 24px;
        line-height: 40px;
    }
    .fmin2028 {
        margin: 20px 0;
        font-size: 28px;
        line-height: 40px;
    }
}
/*--- br -------------------------------*/
@media screen and (min-width: 650px) {
    br.sp {
        display: none;
    }
}

/*--- hr -------------------------------*/
.hr1 {
    background-color: #fff;
    border-top: dotted 1px #ff779d;
}
.hr2 {
    background-color: #fff;
    border-top: dotted 1px #d6b034;
}
.hr3 {
    background-color: #fff;
    border-top: dotted 1px #e4c1af;
}

/*--- .row .col2 .col3 .col4 -----------*/

.row img {
    width: 100%;
    max-width: initial;
    height: auto;
}
.col2,
.col3,
.col4 {
    width: 100%;
}

@media screen and (min-width: 650px) {
    .row:before,
    .row:after {
        display: table;
        content: " ";
    }
    .row:after {
        clear: both;
    }

    .col2 {
        float: left;
        width: 49%;
    }
    .col2:nth-of-type(2n + 2) {
        float: right;
    }

    .col3 {
        float: left;
        width: 32%;
    }
    .col3:not(:nth-of-type(3n + 3)) {
        margin-right: 2%;
    }

    .col4 {
        float: left;
        width: 49%;
    }
    .col4:nth-of-type(2n + 2) {
        float: right;
    }
}
@media screen and (min-width: 1080px) {
    .col4 {
        float: left !important;
        width: 23.5%;
    }
    .col4:not(:nth-of-type(4n + 4)) {
        margin-right: 2%;
    }
}

/*--- float ----------------------------*/
.fr,
.fl {
    margin: 10px;
}
.fr img,
.fl img {
    float: right;
    margin: 0 0 5px 5px;
    width: 60%;
    max-width: 175px;
    height: auto;
}
.fl img {
    float: left;
    margin: 0 5px 5px 0;
}

@media screen and (min-width: 650px) {
    .fr,
    .fl {
        margin: 0;
    }
    .fr img,
    .fl img {
        margin: 0 0 5px 20px;
        width: 35%;
        max-width: 350px;
        height: auto;
    }
    .fl img {
        margin: 0 20px 5px 0;
    }
}

/*--- width ----------------------------*/
.w95p {
    width: 95% !important;
}
.w90p {
    width: 90% !important;
}

/*--- .list ------------------------------*/
.list-pink,
.list-blue {
    text-indent: -16px;
    padding-left: 16px;
    box-sizing: border-box;
}
.list-pink li:before,
.list-blue li:before {
    margin-right: 5px;
    content: "●";
    color: #ff95ac;
}
.list-blue li:before {
    color: #91e2ed;
}

/* indent */
.kome {
    text-indent: -16px;
    padding-left: 16px;
    box-sizing: border-box;
}
.kome:before {
    content: "※";
    color: #5e2b20;
}

/*--- .pbtn ----------------------------*/
.pbtn {
    display: block;
    margin: 20px auto 10px;
    padding-top: 22px;
    width: 300px;
    height: 68px;
    box-sizing: border-box;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 15px;
    color: #5e2b20 !important;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    background-color: #ffcccf;
    box-shadow: 0px -5px 0 0px #ff9697 inset;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.pbtn-blue {
    background-color: #c9f6ee;
    box-shadow: 0px -5px 0 0px #b6d4d0 inset;
}
.pbtn-peach {
    background-color: #ffe7b7;
    box-shadow: 0px -5px 0 0px #ffc495 inset;
}

.pbtn-green {
    background-color: #94e8a7;
    box-shadow: 0px -5px 0 0px #67baa8 inset;
}
.pbtn-orange {
    background-color: #ffc174;
    box-shadow: 0px -5px 0 0px #ef9235 inset;
}

.pbtn:hover {
    margin-top: 25px;
    height: 63px;
    box-shadow: none;
    text-decoration: none !important;
}
.pbtn.line2 {
    padding-top: 11px;
}

@media screen and (min-width: 650px) {
    .pbtn {
        margin: 20px auto;
        padding-top: 22px !important;
        font-size: 16px;
    }
    .pbtn br {
        display: none;
    }
    .col1 .pbtn {
        width: 440px;
    }
    .col2 .pbtn {
        float: right;
        width: 100%;
        max-width: 350px;
    }
    .col2:nth-of-type(2) .pbtn {
        float: left;
    }
    .col3 .pbtn,
    .col4 .pbtn {
        width: 100%;
    }
}

/* total-auraup-course */
ul.pis17type_img {
    margin-top: 10px;
}
ul.pis17type_img li {
    width: 16.6%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
ul.pis17type_img li figcaption {
    font-size: 11px;
    height: 30px;
    line-height: 1.5;
    padding: 5px;
}
ul.row.column4_w.pis17type_img li {
    width: 25%;
}
@media screen and (max-width: 800px) {
    ul.pis17type_img li {
        width: 33.33%;
    }
    ul.row.column4_w.pis17type_img li {
        width: 50% !important;
        float: left !important;
    }
}
@media screen and (max-width: 650px) {
    ul.pis17type_img.row:before,
    ul.pis17type_img.row:after {
        display: table;
        content: " ";
    }
    ul.pis17type_img.row:after {
        clear: both;
    }
}

/**
 *    11.4 - Before After(custom post type)
 */
/*--- archive (beforeafter) ------------*/
.archive.post-type-archive-beforeafter article {
    margin: 0 10px 15px;
}
.archive.post-type-archive-beforeafter article:nth-last-of-type(1) {
    margin-bottom: 20px;
}
.archive.post-type-archive-beforeafter article .entry-header {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    background: #fff6f4;
}
.archive.post-type-archive-beforeafter article .bfImg > div {
    float: left;
    width: -webkit-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    overflow: hidden;
}
.archive.post-type-archive-beforeafter article .bfImg > div:nth-of-type(2) {
    float: right;
}
.archive.post-type-archive-beforeafter article .bfImg > div img,
.archive.post-type-archive-beforeafter article .bfImg > div svg {
    width: 100%;
    height: auto;
}
.archive.post-type-archive-beforeafter article .bfImg > div .txt {
    font-family: "Ryumin Medium KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 17px;
    color: #5e2b20;
    line-height: 30px;
    text-align: center;
}
.archive.post-type-archive-beforeafter article .bfImg > div:nth-of-type(2) .txt {
    color: #ff4683;
}
.archive.post-type-archive-beforeafter article .bfBtn a {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    border-radius: 3.5px;
    background: #ff959b;
}
.archive.post-type-archive-beforeafter article .bfBtn a:hover {
    background: #ffbfc3;
}
.archive.post-type-archive-beforeafter article .entry-summary,
.archive.post-type-archive-beforeafter article .entry-footer {
    margin: 0;
}

.home .archive.post-type-archive-beforeafter article {
    width: 300px;
}
.home .archive.post-type-archive-beforeafter article .entry-header {
    max-width: 400px;
    margin: 0 auto;
}
.home .post-type-archive-beforeafter .bfImg .img {
    text-align: center;
}
.home .post-type-archive-beforeafter .bfImg .img img {
    max-height: 230px;
    margin: 0 auto;
}

.slider_ba_w {
    position: relative;
}
#arrows {
    width: 100%;
    height: 100%;
}
#arrows .slick-prev,
#arrows .slick-next {
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 1000;
}
#arrows .slick-prev {
    left: 2px;
}
#arrows .slick-next {
    right: 2px;
}
#arrows .slick-prev:before,
#arrows .slick-next:before {
    opacity: 1;
    color: #ff959b;
    font-size: 35px;
}

@media screen and (max-width: 1100px) {
    .home .post-type-archive-beforeafter .bfImg .img img {
        max-height: 180px;
    }
}
@media screen and (max-width: 1000px) {
    .home .archive.post-type-archive-beforeafter article .entry-header {
        width: auto;
        max-width: initial;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .home .archive.post-type-archive-beforeafter article {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .home .archive.post-type-archive-beforeafter article .entry-header {
        margin-left: 0;
        margin-right: 0;
    }
    .home .post-type-archive-beforeafter .bfImg .img img {
        max-height: initial;
        width: 100% !important;
    }
}

@media screen and (min-width: 650px) {
    .archive.post-type-archive-beforeafter article {
        float: left;
        width: 49%;
        margin: 0 0 20px;
    }
    .archive.post-type-archive-beforeafter article:nth-of-type(2n + 1) {
        clear: both;
    }
    .archive.post-type-archive-beforeafter article:nth-of-type(2n + 2) {
        float: right;
    }
    .archive.post-type-archive-beforeafter article .entry-header {
        margin: 0 0 0 auto;
    }
    .archive.post-type-archive-beforeafter article:nth-of-type(2n + 2) .entry-header {
        margin: 0 auto 0 0;
    }
    .archive.post-type-archive-beforeafter article .bfImg > div .txt {
        font-size: 18px;
    }
    .archive.post-type-archive-beforeafter article .bfBtn a {
        font-size: 14px;
    }
}
@media screen and (min-width: 1080px) {
    .archive.post-type-archive-beforeafter article {
        width: 320px;
    }
    .archive.post-type-archive-beforeafter article:nth-of-type(2n + 1) {
        clear: none;
    }
    .archive.post-type-archive-beforeafter article:nth-of-type(2n + 2) {
        float: left;
    }
    .archive.post-type-archive-beforeafter article:nth-of-type(3n + 1) {
        clear: both;
    }
    .archive.post-type-archive-beforeafter article:not(:nth-of-type(3n + 3)) {
        margin-right: 20px;
    }
}

/*--- single (beforeafter) -------------*/
.single.single-beforeafter {
}
.single.single-beforeafter .meta {
    margin-bottom: 25px;
}
.single.single-beforeafter .meta time {
    font-size: 10px;
    line-height: 13px;
    color: #5e2b20;
}
.single.single-beforeafter .photo {
    margin: 35px 10px 10px;
}
.single.single-beforeafter .photo2 {
}
.single.single-beforeafter .photo3 {
}

.single.single-beforeafter .photo3 .arrow-right {
    float: left;
    width: 10%;
    text-align: center;
}
.single.single-beforeafter .photo3 .f-before {
    float: left;
    width: 28%;
    margin-right: 2%;
}
.single.single-beforeafter .photo3 .f-after {
    float: left;
    width: 28%;
    margin-left: 2%;
}

.single.single-beforeafter .photo4 .arrow-right {
    float: left;
    width: 10%;
    text-align: center;
}
.single.single-beforeafter .photo4 .f-before {
    float: left;
    width: 20%;
    margin-right: 2%;
}
.single.single-beforeafter .photo4 .f-after {
    float: left;
    width: 20%;
    margin-left: 2%;
}
.single.single-beforeafter .photo4 .f-after img {
    max-width: 184px;
    max-width: 100%;
}

.single.single-beforeafter .photo2 .arrow-right {
    float: left;
    width: 16%;
    text-align: center;
}
.single.single-beforeafter .photo2 .f-before {
    float: left;
    width: 40%;
    margin-right: 2%;
}
.single.single-beforeafter .photo2 .f-after {
    float: left;
    width: 40%;
    margin-left: 2%;
}

.single.single-beforeafter .f-before .img {
    padding: 3px;
    box-sizing: border-box;
    border: solid 1px #c7bab4;
}
.single.single-beforeafter .f-after .img {
    padding: 3px;
    box-sizing: border-box;
    border-left: solid 1px #c59f0a;
    border-right: solid 1px #c59f0a;
    position: relative;
}
.single.single-beforeafter .f-after .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -moz-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -o-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -ms-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: linear-gradient(to left, #c59f0a, #fff7be 50%, #c59f0a);
}
.single.single-beforeafter .f-after .img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -moz-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -o-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: -ms-linear-gradient(right, #c59f0a, #fff7be 50%, #c59f0a);
    background-image: linear-gradient(to left, #c59f0a, #fff7be 50%, #c59f0a);
}

.single.single-beforeafter .f-before .img img,
.single.single-beforeafter .f-after .img img,
.single.single-beforeafter .f-before .img svg,
.single.single-beforeafter .f-after .img svg {
    width: 100%;
}

.single.single-beforeafter .f-before .txt,
.single.single-beforeafter .f-after .txt {
    font-family: "FB Californian Text Italic", "Sahitya", serif;
    font-size: 15px;
    color: #866058;
    line-height: 20px;
    text-align: center;
}
.single.single-beforeafter .f-after .txt {
    color: #ff779d;
}

.post-type-archive-beforeafter .bfImg .img {
    text-align: center;
}
.post-type-archive-beforeafter .bfImg .img img {
    width: auto !important;
    max-height: 180px;
}

.single.single-beforeafter .pagenavi {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 2px #ffcfdc;
}

.type17_w.column2_w37.w48 > div.f_left a:hover {
    text-decoration: none;
}
.type17_w.column2_w37.w48 > div.f_left img {
    width: 70%;
}
.type17_w.column2_w37.w48 > div.f_left .g2 img {
    width: 48%;
    margin-bottom: 10px;
}
.type17_w.column2_w37.w48 > div.f_right p {
    padding-left: 10px;
    padding-right: 10px;
}

/* kyotsu */
/* 2カラム */
.column2_w55 > div,
.column2_w55 > li {
    width: 50%;
}
.column2_w64 > div:first-child,
.column2_w64 > li:first-child {
    width: 60%;
}
.column2_w64 > div:last-of-type,
.column2_w64 > li:last-child {
    width: 40%;
}
.column2_w46 > div:first-child,
.column2_w46 > li:first-child {
    width: 40%;
}
.column2_w46 > div:last-of-type,
.column2_w46 > li:last-of-type {
    width: 60%;
}
.column2_w73 > div:first-child,
.column2_w73 > li:first-child {
    width: 70%;
}
.column2_w73 > div:last-of-type,
.column2_w73 > li:last-child {
    width: 30%;
}
.column2_w37 > div:first-child,
.column2_w37 > li:first-child {
    width: 30%;
}
.column2_w37 > div:last-of-type,
.column2_w37 > li:last-child {
    width: 70%;
}
ul.column2_w55,
ul.column2_w64,
ul.column2_w46,
ul.column2_w73,
ul.column2_w37,
ul.column3_w,
ul.column4_w,
ul.column5_w {
    padding-left: 0;
}
ul.column2_w55 > li,
ul.column2_w64 > li,
ul.column2_w46 > li,
ul.column2_w73 > li,
ul.column2_w37 > li,
ul.column3_w > li,
ul.column4_w > li,
ul.column5_w > li {
    float: left;
    list-style: none;
}

/* 3カラム */
.column3_w > div,
ul.column3_w > li {
    width: 33%;
    margin-right: 0.5%;
    float: left;
}
.column3_w > div:last-child,
ul.column3_w > li:last-child,
ul.column3_w > li:nth-child(3n) {
    margin-right: 0;
}

/* 4カラム */
.column4_w > div,
.column4_w > li {
    width: 25%;
    float: left;
}

/* 5カラム */
.column5_w > div,
.column5_w > li {
    width: 20%;
    float: left;
}

.column2_w55.w48 > li,
.column2_w55.w48 > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
}
.column2_w55.w48.gyaku > li,
.column2_w55.w48.gyaku > div {
    width: 48%;
    margin-left: 4%;
    margin-right: 0;
    margin-bottom: 60px;
}
.column2_w55.w48 > li:nth-child(even),
.column2_w55.w48 > div:nth-child(even) {
    margin-right: 0;
}
.column2_w55.w48.gyaku > li:nth-child(even),
.column2_w55.w48.gyaku > div:nth-child(even) {
    margin-left: 0;
}
.column2_w55.w49 > li,
.column2_w55.w49 > div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.column2_w55.w49 > li:nth-child(even),
.column2_w55.w49 > div:nth-child(even) {
    margin-right: 0;
}
.column2_w37.w48 > div.f_left {
    width: 30%;
    margin-right: 5%;
}
.column2_w37.w48 > div.f_right {
    width: 65%;
}

@media screen and (max-width: 768px) {
    .column2_w55.w48 > li,
    .column2_w55.w48 > div,
    .column2_w55.w48.gyaku > div,
    .column2_w55.w48.gyaku > div {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .column2_w55.w49 > li,
    .column2_w55.w49 > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .column2_w37.w48 > div.f_left {
        float: left;
    }
    .column2_w37.w48 > div.f_right {
        float: left;
    }
}
@media screen and (max-width: 650px) {
    .column2_w37.w48 > div.f_left {
        width: 100%;
        margin-right: 0;
    }
    .column2_w37.w48 > div.f_right {
        width: 100%;
    }
    .type17_w.column2_w37.w48 > div.f_left img {
        max-width: 150px;
    }
    .balloon-set-box.left {
        padding: 0 10px;
    }
    .icon-box {
        margin: 0 auto;
    }
    .icon-box_w {
        width: 100%;
    }
    .balloon-set-box .balloon {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .balloon-set-box.left .balloon::after {
        border-bottom-color: #f0f0f0;
        border-top-color: transparent;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.column2_w55.w47 > li,
.column2_w55.w47 > div {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 60px;
}
.column2_w55.w47 > li:nth-child(even),
.column2_w55.w47 > div:nth-child(even) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .column2_w55.w47 > li,
    .column2_w55.w47 > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.balloon-set-box {
    display: flex;
    flex-wrap: wrap;
}
.balloon-set-box.left {
    /* 左 */
    flex-direction: row;
}
.balloon-set-box.right {
    /* 右 */
    flex-direction: row-reverse; /* アイコンと吹き出しの並びを入れ替える */
}
.balloon {
    position: relative;
    display: inline-block;
    /* max-width: 300px; */
    width: calc(100% - 310px);
    margin: 10px 20px 20px 40px;
    padding: 8px 20px;
    background: #f0f0f0;
    text-align: left;
    border-radius: 15px;
}
.balloon::after {
    content: "";
    border: 20px solid transparent;
    border-top-color: #f0f0f0;
    position: absolute;
}
.left .balloon::after {
    /* 左側からの三角の位置 */
    left: -20px;
    top: 12px;
}
.right .balloon::after {
    /* 右側からの三角の位置 */
    right: -10px;
}

.icon-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.icon-box_w p {
    margin-top: 5px;
    text-align: center;
}

.ta_center {
    text-align: center;
}
.ta_left {
    text-align: left;
}
.ta_right {
    text-align: right;
}

/* float */
.f_left {
    float: left;
}
.f_right {
    float: right;
}

/* 768pxでカラムをスマホ対応 */
@media screen and (max-width: 768px) {
    .column2_w55 > div.f_left,
    .column2_w55 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w55.gyaku > div.f_left,
    .column2_w55.gyaku > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w64 > div.f_left,
    .column2_w64 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w46 > div.f_left,
    .column2_w46 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w73 > div.f_left,
    .column2_w73 > div.f_right {
        float: none;
        width: 100%;
    }
    .column2_w37 > div.f_left,
    .column2_w37 > div.f_right {
        float: none;
        width: 100%;
    }
    ul.column2_w55 > li,
    ul.column2_w64 > li,
    ul.column2_w46 > li,
    ul.column2_w73 > li,
    ul.column2_w37 > li,
    ul.column3_w > li,
    ul.column4_w > li,
    ul.column5_w > li {
        float: none;
        width: 100%;
    }

    /* 3カラム */
    .column3_w > div,
    ul.column3_w > li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
    }
    /* 4カラム */
    .column4_w > div,
    .column4_w > li {
        width: 100% !important;
        float: none;
    }
    /* 5カラム */
    .column5_w > div,
    .column5_w > li {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .column2_w55 > div,
    .column2_w64 > div,
    .column2_w46 > div,
    .column2_w73 > div,
    .column2_w37 > div,
    .column3_w > div,
    .column4_w > div,
    .column5_w > div {
        margin-bottom: 1em;
    }
}

/* clearfix */
.column2_w55:after,
.column2_w64:after,
.column2_w46:after,
.column2_w73:after,
.column2_w37:after,
.column3_w:after,
.column4_w:after,
.column5_w:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.column2_w55,
.column2_w64,
.column2_w46,
.column2_w73,
.column2_w37,
.column3_w,
.column4_w,
.column5_w {
    display: block;
}

@media screen and (min-width: 650px) {
    .single.single-beforeafter .meta time {
        font-size: 12px;
    }
    .single.single-beforeafter .photo {
        margin: 45px 0 0;
    }

    .single.single-beforeafter .photo2 .f-before {
        float: left;
        width: 27%;
        margin-left: 13%;
        margin-right: 2%;
    }
    .single.single-beforeafter .photo2 .f-after {
        float: left;
        width: 27%;
        margin-right: 13%;
        margin-left: 2%;
    }

    .single.single-beforeafter .f-before .img {
        padding: 5px;
        border: solid 3px #c7bab4;
    }
    .single.single-beforeafter .f-after .img {
        padding: 8px 5px;
        border-left: solid 3px #c59f0a;
        border-right: solid 3px #c59f0a;
    }
    .single.single-beforeafter .f-after .img:before,
    .single.single-beforeafter .f-after .img:after {
        height: 3px;
    }

    .single.single-beforeafter .f-before .txt,
    .single.single-beforeafter .f-after .txt {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1080px) {
}

/**
 *    11.5 - Contact Page
 */
.contact .paypal {
    margin: -10px auto !important;
    width: auto;
}
.contact .paypal th,
.contact .paypal td {
    border: 0;
    padding: 0;
}

.contact article .tel {
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    /*font-size:40px;  10桁の電話番号の時*/
    font-size: 36px; /*11桁の電話番号の時*/
    line-height: 40px;
}
.contact article .tel a {
    display: block;
    padding-top: 5px;
    padding-bottom: 15px;
}
.contact .required {
    display: inline-block;
    margin: 0 2px 0 7px;
    padding: 2px 5px 1px;
    background: #d20000;
    color: #fff;
    line-height: 16px;
}

@media screen and (min-width: 650px) {
    .contact article .tel {
        float: left;
    }
    .contact article .open {
        margin-left: 350px;
    }
}

#trust-form {
    margin: 10px 0;
}
#confirm-button {
    text-align: center;
}
#confirm-button input[name="send-to-confirm"] {
    width: 100%;
    max-width: 350px;
    background-color: #c9f6ee;
    box-shadow: 0px -5px 0 0px #b6d4d0 inset;
}

#confirm-button input[name="return-to-input"] {
    background-color: #c9f6ee;
    box-shadow: 0px -5px 0 0px #b6d4d0 inset;
}
#confirm-button input[name="send-to-finish"] {
}
.contact-form-confirm #message-container-confirm {
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
    border-top: solid 3px #ffcfdc;
}
.contact-form-finish #message-container-confirm {
    margin: 30px 0;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: solid 3px #ffcfdc;
}
.contact-form-finish .pbtn {
    display: inline-block;
    width: 190px;
}
@media screen and (min-width: 650px) {
    #confirm-button input[name="return-to-input"],
    #confirm-button input[name="send-to-finish"] {
        margin: 20px 10px;
    }
}

.contact-form select {
    padding: 10px 5px;
    width: 100%;
    box-sizing: border-box;
}
.contact-form .reservedate,
.contact-form .reservetime {
    margin-bottom: 10px;
}

/**
 *    11.6 - Comments
 */
.comments-area {
    padding: 10px;
    border: solid 1px #fafafa;
}
.comments-area h2 {
    margin: 20px 0;
    padding-bottom: 2px;
    border-bottom: solid 2px #ddd;
    font-size: 18px;
    font-size: 1.8rem;
    color: #666;
}
.comment-metadata {
    text-align: right;
}
.comment-respond {
    margin-top: 30px;
}
.comment-respond .required {
    font-weight: 700;
    color: #a40000;
}
.comment-respond textarea,
.comment-respond input {
    margin: 0;
}
.comment-respond .form-submit {
    text-align: right;
}

/**
 *    11.7 - Sidebar (see. widget)
 */
/* future use */
.sidebar {
}
@media screen and (min-width: 1080px) {
    .sidebar {
    }
}

/**
 *    11.8 - Search
 */
/*--- form -----------------------------*/
.search-form {
    padding: 10px 0;
    position: relative;
}
input.search-field,
input.search-field:focus {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    padding: 8px 35px 7px 10px;
    border: 5px solid #ffe5e8;
    background: url(./images/common/icon-search.svg) right center no-repeat;
}
.search-submit {
    display: none !important;
}

/**
 *    11.9 - Banner (future use)
 */
@media screen and (min-width: 1080px) {
}

/**
 * 12.0 - Footer
 */
.site-footer {
    padding-top: 15px;
    background: url(./images/common/bg-footer.png);
    position: relative;
}
.site-footer .info {
    text-align: center;
}
.site-footer .info .catch {
    margin-bottom: 15px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 13px;
    color: #fff;
    line-height: 15px;
}
.site-footer .info .logo {
    display: block;
}
.site-footer .info .open {
    margin-top: 20px;
    padding-left: 8px;
    font-size: 14px;
    color: #fff;
}
.site-footer .info .tel a {
    display: inline-block;
    padding-left: 52px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    position: relative;
}
.site-footer .info .tel a:before {
    content: "TEL";
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}
.site-footer .info address {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.site-footer .info address a {
    color: #fff;
}
.site-footer .gmap {
    margin: 10px auto;
    padding: 0 10px;
    border: 0;
    width: 100%;
    max-width: 420px;
    height: 150px;
    box-sizing: border-box;
}

.text_right {
    padding-left: 35px !important;
}

@media screen and (min-width: 1080px) {
    .site-footer {
        padding-top: 25px;
    }
    .site-footer .info,
    .site-footer .menu {
        float: left;
        width: 50%;
        text-align: left;
    }
    .site-footer .info .logo {
        float: left;
        display: inline-block;
        margin-right: 24px;
    }
    .site-footer .info .logo img {
        width: 164px;
    }
    .site-footer .info .open {
        margin-top: 24px;
        padding-left: 0;
    }
    .site-footer .info address {
        margin-top: 25px;
        font-size: 14px;
        line-height: 26px;
    }
    .site-footer .gmap {
        margin: 0;
        height: 210px;
    }
}

.site-footer .menu {
    padding: 0 10px;
}
.site-footer .menu .btn a {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 60px;
    border-radius: 3px;
    font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
    font-size: 15px;
    line-height: 60px;
    color: #5e2b20;
    text-align: center;
    position: relative;
}
.site-footer .menu .btn a:nth-of-type(1) {
    margin-bottom: 10px;
}
.site-footer .menu .btn a:nth-of-type(1) {
    background: rgba(179, 255, 191, 1);
}
.site-footer .menu .btn a:nth-of-type(2) {
    background: rgba(255, 231, 183, 1);
}
.site-footer .menu .btn a:nth-of-type(1):hover {
    background: #66ff7d;
}
.site-footer .menu .btn a:nth-of-type(2):hover {
    background: #ffdb7d;
}

.fnav {
    display: none;
}
.fnav li.disable > a {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
}
.fnav ul li:not(.disable) a:hover {
    text-decoration: underline;
}
.remote_w {
    margin-bottom: 30px;
}
.remote_w .in {
    border: solid 1px #ffb7ce;
    padding: 25px 15px;
}
.remote_w .in h3 {
    margin-bottom: 20px;
    font-weight: bold;
}
.top_afterfollow_w {
    margin: 0 auto;
    width: 48%;
    margin-bottom: 60px;
}
.top_afterfollow_w img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .top_afterfollow_w {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1080px) {
    .site-footer .menu {
        padding: 0;
    }
    .site-footer .menu .btn a {
        float: left;
        display: inline-block;
        width: 49%;
    }
    .site-footer .menu .btn a:nth-of-type(1) {
        margin-right: 2%;
    }
    .fnav {
        display: block;
        padding-top: 25px;
    }
    .site-footer .menu .menu-footer-nav1-container,
    .site-footer .menu .menu-footer-nav2-container {
        float: left;
        width: 50%;
    }
    .fnav nav > ul > li > a {
        padding-left: 20px;
        font-family: "Ryumin Bold KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", Roboto, serif;
        font-size: 15px;
        line-height: 30px;
        color: #fff;
        position: relative;
    }
    .fnav nav > ul > li > a:before {
        position: absolute;
        top: 7px;
        left: 4px;
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        background: #ffb0c6;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .fnav .sub-menu a {
        padding-left: 35px;
        font-size: 13px;
        line-height: 28px;
        color: #fff;
        display: inline-block;
    }
}

.copyrights {
    margin-top: 15px;
    padding: 5px 0 4px;
    font-size: 9px;
    font-size: 0.9rem;
    color: #5e2b20;
    line-height: 15px;
    text-align: center;
    background-color: #fff6f4;
}
@media screen and (min-width: 650px) {
    .copyrights {
        margin-top: 25px;
        padding: 5px 0 4px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 30px;
    }
}
.tyushaku {
    color: gray;
    font-size: 12px;
}

/*PageTop*/
#pagetop {
    position: absolute;
    right: 20px;
    top: -62px;
    width: 23px;
    height: 62px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#pagetop:hover {
    top: -82px;
}

@media screen and (min-width: 1080px) {
    #pagetop {
        right: 60px;
        top: -103px;
        width: 39px;
        height: 103px;
    }
    #pagetop:hover {
        top: -123px;
    }
    #pagetop img {
        width: 39px;
        height: 103px;
    }
}

/* ショッピング同行ページ */
ul.shopping_img {
    margin-top: 10px;
}
ul.shopping_img li {
    width: 16.6%;
    max-height: 156px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
ul.shopping_img li figcaption {
    font-size: 11px;
    height: 30px;
    line-height: 1.5;
    padding: 5px;
}
ul.row.column4_w.shopping_img li {
    width: 25%;
}
@media screen and (max-width: 800px) {
    ul.shopping_img li {
        width: 33.33%;
    }
    ul.row.column4_w.shopping_img li {
        width: 50% !important;
        float: left !important;
    }
}
@media screen and (max-width: 650px) {
    ul.shopping_img.row:before,
    ul.shopping_img.row:after {
        display: table;
        content: " ";
    }
    ul.shopping_img.row:after {
        clear: both;
    }
}

/**
 * 14.0 Media
 */
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}

/**
 * 15.0 Media Queries
 */
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}

/**
 * 16.0 Print
 */
@media print {
    .site-header {
        position: relative;
    }
    .content,
    .page-header,
    .main {
        padding: 0;
        margin: 0;
        height: auto;
    }
    .sns_button,
    .sidebar,
    .bottom-banner,
    .site-footer div:not(.copyrights) {
        display: none;
    }
}

@font-face {
    font-family: "LigatureSymbols";
    src: url("http://alice-personalcolor.com/wp/wp-content/themes/alice2016/symbols/LigatureSymbols-2.11.eot");
    src: url("http://alice-personalcolor.com/wp/wp-content/themes/alice2016/symbols/LigatureSymbols-2.11.otf
") format("embedded-opentype"), url("http://alice-personalcolor.com/wp/wp-content/themes/alice2016/symbols/LigatureSymbols-2.11.woff
") format("woff"), url("http://alice-personalcolor.com/wp/wp-content/themes/alice2016/symbols/LigatureSymbols-2.11.ttf
") format("truetype"), url("http://alice-personalcolor.com/wp/wp-content/themes/alice2016/symbols/LigatureSymbols-2.11.svg
") format("svg");
    font-weight: normal;
    font-style: normal;
}

.lsf {
    font-family: "LigatureSymbols";
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
    font-family: "LigatureSymbols";
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}

/* RESET */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
fieldset,
form,
input,
button,
textarea {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

fieldset,
img {
    border: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

caption,
th {
    text-align: left;
}

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

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

button {
    background-color: transparent;
    text-decoration: none;
}

label {
    cursor: pointer;
}

/* IEPNGFIX */
img {
    behavior: url(lib/iepngfix.htc);
}

.main-image {
    position: absolute;
    top: -1000px;
    width: 400px;
}

/* ELEMENT */
body {
    clear: both;
    background-color: #ffffff;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    font-family: Meiryo, "メイリオ", "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
a {
    color: #006dbe;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
#body {
    width: 900px;
    margin: 0 auto;
}
#copyright {
    margin: 60px 0 20px;
    text-align: center;
    font-size: 14px;
}
#copyright,
#copyright a {
    color: #ccc;
}
h1 {
    margin: 60px 0 0px;
    font-size: 48px;
}
h2 {
    clear: both;
    padding: 60px 7px 2px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
p {
    margin: 10px 0;
    color: #999;
    text-align: left;
}
.lsf-input {
    margin: 60px 0 40px;
    font-size: 48px;
    text-align: center;
}
.lsf-input input {
    width: 860px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}
.lsf-input::-webkit-input-placeholder {
    text-align: center;
}
.table {
    float: left;
    width: 420px;
}
.table:nth-child(2n-1) {
    float: right;
}
.table table {
    width: 100%;
}
.table td,
.table th {
    vertical-align: middle;
}
.table tr:nth-child(2n) th,
.table tr:nth-child(2n) td {
    background: #f0f0f0;
}
.table th {
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
.table td.symbol {
    width: 60px;
    font-size: 36px;
    text-align: center;
}
.table td.ligature {
    text-align: left;
    padding-left: 10px;
}
.table td.unicode {
    width: 100px;
    border-left: 2px solid #fff;
}

.lsf-html,
.lsf-css {
    overflow: auto;
    width: 860px;
    min-height: 170px;
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
    background: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-overflow-scrolling: touch;
}
.lsf-css {
    min-height: 940px;
    margin-top: 10px;
}

.download {
    min-height: 170px;
}
.download-button {
    display: inline-block;
    padding: 2px 30px 10px;
    font-size: 25px;
    color: #666;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background: linear-gradient(top, #fff #f6f6f6);
    background: -webkit-linear-gradient(top, #fff #f6f6f6);
    background: -moz-linear-gradient(top, #fff #f6f6f6);
    background: -ms-linear-gradient(top, #fff #f6f6f6);
    background: -o-linear-gradient(top, #fff #f6f6f6);
}
.download-button:hover {
    color: #006dbe;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}
.download-button:active {
    margin-top: 3px;
    color: #333;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5), inset 0 2px 2px rgba(0, 0, 0, 0.2);
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f0f0f0));
    background: linear-gradient(top, #fcfcfc #f0f0f0);
    background: -webkit-linear-gradient(top, #fcfcfc #f0f0f0);
    background: -moz-linear-gradient(top, #fcfcfc #f0f0f0);
    background: -ms-linear-gradient(top, #fcfcfc #f0f0f0);
    background: -o-linear-gradient(top, #fcfcfc #f0f0f0);
}
.download-button span {
    display: block;
    font-size: 13px;
}

.profile {
    overflow: hidden;
}
.profile-image {
    float: left;
    width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.8;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.profile-image:hover {
    opacity: 1;
}
.profile-text {
    float: left;
    width: 400px;
    margin-top: 5px;
    margin-left: 40px;
}
.profile-text h3 {
    font-size: 24px;
    text-align: left;
}
.profile-text h3 span {
    font-size: 18px;
    color: #999;
}
.profile-acount {
    float: left;
    padding-left: 80px;
    margin-left: 60px;
    border-left: 1px solid #eee;
    text-align: left;
}
.profile-acount li {
    padding: 1px 0;
}
.profile-acount li a {
    font-size: 16px;
}

@media (max-width: 900px) {
    #body {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 14px;
    }
    h1 {
        margin-top: 15px;
        font-size: 24px;
    }
    h2 {
        padding: 50px 10px 2px;
        margin-bottom: 10px;
    }
    p {
        margin-left: 10px;
        margin-right: 10px;
    }
    .name {
        font-size: 12px;
    }
    .lsf-input {
        margin: 15px 0 25px;
        font-size: 22px;
    }
    .lsf-input input {
        width: 80%;
        margin: 0 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .table {
        float: none !important;
        width: 100%;
    }
    .table th {
        font-size: 8px;
    }
    .table td.symbol {
        width: 60px;
        font-size: 32px;
    }
    .table td.ligature {
        padding-left: 5px;
    }
    .table td.unicode {
        width: 70px;
        font-size: 11px;
    }
    .lsf-html,
    .lsf-css {
        width: 80%;
        min-height: 80px;
        max-height: 80px;
        margin: 5px 5%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .profile-image {
        width: 48px;
        margin: 0 10px;
    }
    .profile-text {
        float: none;
        width: auto;
        margin: 0 10px 0 0;
    }
    .profile-text h3 {
        font-size: 18px;
    }
    .profile-text h3 span {
        display: block;
        font-size: 12px;
    }
    .profile-acount {
        width: 100%;
        padding: 0;
        margin: 20px 0 0;
        border: 0;
        border-top: 1px solid #ddd;
    }
    .profile-acount li {
        border-bottom: 1px solid #ddd;
    }
    .profile-acount li a {
        display: block;
        padding: 10px 20px;
        color: #555;
        font-size: 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
        background: linear-gradient(top, #fff #f0f0f0);
        background: -webkit-linear-gradient(top, #fff #f0f0f0);
        background: -moz-linear-gradient(top, #fff #f0f0f0);
        background: -ms-linear-gradient(top, #fff #f0f0f0);
        background: -o-linear-gradient(top, #fff #f0f0f0);
    }
    .profile-acount li a:after {
        content: "right";
        float: right;
        color: #999;
        line-height: 1.7;
        font-size: 120%;
        font-family: "LigatureSymbols";
        text-shadow: 0 2px 0 #fff;
        -webkit-text-rendering: optimizeLegibility;
        -moz-text-rendering: optimizeLegibility;
        -ms-text-rendering: optimizeLegibility;
        -o-text-rendering: optimizeLegibility;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        font-smoothing: antialiased;
        -webkit-font-feature-settings: "liga" 1, "dlig" 1;
        -moz-font-feature-settings: "liga=1, dlig=1";
        -ms-font-feature-settings: "liga" 1, "dlig" 1;
        -o-font-feature-settings: "liga" 1, "dlig" 1;
        font-feature-settings: "liga" 1, "dlig" 1;
    }
    #copyright {
        margin: 20px 0;
        font-size: 10px;
    }
}

/* End */
