@charset "UTF-8";
/*
Theme Name: amusehairdesign
Description: amuse HAIR DESIGN（アミューズヘアデザイン） | 水戸市の赤塚駅近くの美容院（ヘアサロン）
Theme URI: http: //www.amuse6900.com/
Version: 1.0
License: amusehairdesign
License URI: http: //www.amuse6900.com/

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

リセットCSSここから

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

@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

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

@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 500;
    src: url("./font/NotoSansCJKjp-Medium.woff") format("woff"), url("./font/NotoSansCJKjp-Medium.eot") format("eot");
    font-display: swap
}

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

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

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

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

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

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

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

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

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

del {
    text-decoration: line-through;
}

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

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

img {
    vertical-align: top;
}

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

input,
select {
    vertical-align: middle;
}

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

body設定(主に書式)

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

body {
    color: #333333;
    background: #F4F1EC;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: normal;
    min-width: 1060px;
    font-family: 'NotoSansCJKjp', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

    body {
        min-width: initial;
    }

}

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

ページ共通

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

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

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

フォント指定

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

li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.7;
}

h1 {
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

h2 {
    line-height: 1.5;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

h3 {
    line-height: 1.5;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}


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

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

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }
}

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

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

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

a:hover,
a:active {
    color: #A1BE51;
    text-decoration: underline;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

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

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

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

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

/*--bnr--*/
.bnr {
    display: block;
    text-align: center;
    padding: 13px;
    color: #2D0000 !important;
    border: 1px solid #2D0100;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.6rem;
    position: relative;
}

.bnr::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 1px solid #2F0101;
    border-bottom: 1px solid #2F0101;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.bnr:hover {
    background: #2D0100;
    color: #fff !important;
}

.bnr:hover:before {
    border-color: #fff;
    right: 10px;
}

/*--bnr//--*/

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

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

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

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

pcヘッダー

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

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

    header {
        width: 100%;
    }

    #pc_header {
        width: 100%;
        z-index: 100;
    }

    .pc_header_box {
        width: 100%;
        height: 150px;
        position: relative;
        padding-top: 86px;
    }

    .pc_header_box .h_logo {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 145px;
        height: 100px;
        margin: 25px auto 0;
        z-index: 10;
    }

    .pc_header_box .h_reserve {
        position: absolute;
        top: 0;
        right: 5%;
        z-index: 10;
    }

}

@media screen and (max-width: 1550px) {
    .pc_header_box .h_reserve {
        top: 150px;
    }
}


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

spヘッダー

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

    .pc_header_box {
        display: none;
    }

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

    #header {
        width: 100%;
        position: relative;
    }

    .sp_header_box {
        padding: 10px;

    }

    .h_logo {
        width: 60px;
        margin: auto;
    }

    #toggle {
        position: absolute;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 20px;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pc用 横ナビ

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

#g_navi {
    width: 1020px;
    margin: auto;
}

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

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

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

#g_navi .menu li {
    position: relative;
    width: 130px;
}

#g_navi .menu li:nth-child(3) {
    margin-right: 240px;
}

#g_navi .menu li a {
    display: block;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #2E0000;
    font-size: 2rem;
    letter-spacing: 0.03em;
    font-family: 'Itim', cursive;
}

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

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

#g_navi .menu li ul li a {
    width: 100%;
    padding: 15px 5px;
    border-top: 1px solid #fff;
    font-size: 1.3rem;
    background: #2E0000;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: #fff;
    opacity: 0.6;
    color: #2E0000;
    opacity: 0.9;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

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

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

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

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

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

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


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

ティーザー

*****************************************/
#slider {
    width: 94%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#slider .metaslider {
    width: 1820px;
    margin: auto;
    position: relative;
    left: calc(50% - 910px);
}

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

#slider .slider_txt {
    position: absolute;
    left: 50%;
    top: 43%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-filter: drop-shadow(0 0 5px #300000) drop-shadow(0 0 8px rgba(48, 0, 0, 0.3));
    filter: drop-shadow(0 0 5px #300000) drop-shadow(0 0 8px rgba(48, 0, 0, 0.3));
}

#teaser {
    width: 94%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#teaser img {
    width: 1820px;
    position: relative;
    left: calc(50% - 910px);
}

@media screen and (max-width: 767px) {
    #slider .metaslider {
        width: 130%;
        position: relative;
        left: -15%;
    }

    #slider .slider_txt {
        width: 90%;
        top: 35%;
    }

    #teaser img {
        width: 220%;
        position: relative;
        left: -48%
    }

}

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

content 共通設定

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

.breadcrumb {
    width: 100%;
    text-align: right;
}

.breadcrumb p {
    font-size: 1.4rem;
    color: #6C4C4C;
}

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

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

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

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

    .breadcrumb_area {
        width: 1020px;
        height: auto;
        margin: 10px auto 0;
    }

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

    main#page_main {
        width: 100%;
        margin: 10px auto 100px;
    }

    main#page_main .page_wrap {
        width: 1020px;
        margin: auto;
    }

    .pc_none {
        display: none !important;
    }

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

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

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

}

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

    .breadcrumb_area {
        margin: 0 3%;
        padding-top: 10px;
    }

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

    .sp_none {
        display: none !important;
    }

    .sp_mb10 {
        margin-bottom: 10px;
    }

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .sp_img {
        margin: 0 20%;
    }

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

    main#page_main {
        margin: 20px 0 60px;
    }

    main#page_main .page_wrap {
        margin: 0 3%;
    }

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


}

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

contentトップ用

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

.top_box02_wrap {
    background: url(images/bg01.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 100px;
}

.top_box03 .top_box03_inner {
    background: url(images/top_box3-bg.png) no-repeat right bottom;
}

.top_box03 .top_box03_inner .top_box03_txt p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
}

.top_box06_wrap {
    background: url(images/bg02.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.top_box06_wrap .top_box06 {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px;
}

.top_box06_wrap .top_box06 .top_box06_inner {
    background: url(images/top_box6-bg.png) no-repeat right bottom;
}


a.content_tel {
    font-family: 'Itim', cursive;
    font-size: 3.2rem;
    color: #2E0000;
    letter-spacing: 0.03em;
}

a.content_tel span {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
}

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

    .top_box01 {
        width: 1020px;
        margin: 0 auto 100px;
    }

    .top_box01 .bnr {
        width: 280px;
        margin: auto;
    }

    .top_box02_wrap .top_box02 {
        width: 1020px;
        margin: auto;
        padding: 190px 0 100px;
    }

    .top_box02_wrap .top_box02 .top_box02_inner {
        text-align: center;
        margin-bottom: 50px;
    }

    .top_box02_wrap .top_box02 .top_box02_inner p {
        line-height: 2;
    }

    .top_box02_wrap .top_box02 .top_box02_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top_box02_wrap .top_box02 .top_box02_btn .bnr {
        width: 280px;
        margin: 0 15px;
    }

    .top_box03 {
        width: 1020px;
        margin: 0 auto 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top_box03 .top_box03_inner {
        width: 390px;
    }

    .top_box03 .top_calendar {
        width: 580px;
        height: 400px;
    }

    .top_box04 {
        width: 100%;
        margin: 0 auto 80px;
    }

    .top_box05 {
        width: 1020px;
        margin: 0 auto 100px;
    }

    .top_box05 .bnr {
        width: 280px;
        margin: auto;
    }

    .top_box06 {
        width: 1020px;
        margin: auto;
    }

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

    .top_box06_wrap .top_box06 .top_box06_inner {
        width: 460px;
    }

    .top_box06_wrap .top_box06 .top_box06_inner .bnr {
        width: 280px;
        margin: 35px 0 0 0;
    }
}

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


    .top_box01 {
        margin: 0 3% 50px;
    }

    .top_box01_inner {
        margin-bottom: 30px;
    }

    .top_box01_btn .bnr {
        margin-top: 15px;
    }

    .top_box02_wrap {
        margin-bottom: 50px;
        padding: 120px 3% 50px;
    }

    .top_box02_wrap .top_box02 .top_box02_inner {
        margin-bottom: 30px;
    }

    .top_box02_wrap .top_box02 .top_box02_btn .bnr {
        margin-top: 5px;
    }

    .top_box03 {
        margin: 0 3% 50px;
    }

    .top_box03 .top_box03_inner {
        background: none;
        margin-bottom: 30px;
    }

    .top_box03 .top_calendar {
        width: 100%;
        height: 300px;
    }

    .top_box04 {
        width: 100%;
    }

    .top_box05 {
        margin: 50px 3%;
    }

    .top_box06_wrap {
        padding: 50px 3%;
    }

    .top_box06_wrap .top_box06 {
        padding: 20px;
    }

    .top_box06_wrap .top_box06 .top_box06_inner {
        background: none;
        margin-bottom: 30px;
    }

    .top_box06_wrap .top_box06 .top_box06_inner .bnr {
        margin-top: 20px;
    }

}

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

item トップ用

*****************************************/
.item_top figure {
    overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
    .item_top figure {
        width: 420px;
        height: 310px;
    }
}

@media screen and (max-width: 767px) {
    .item_top figure {
        width: 100%;
        height: 63.3vw;
    }
}


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

view トップ用

*****************************************/
.top_view_wrap {
    margin-bottom: 50px;
}

.top_view figure {
    overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
    .top_view_wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top_view {
        width: 240px;
        margin-right: 20px;
    }

    .top_view:last-child {
        margin-right: 0;
    }

    .top_view figure {
        width: 240px;
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .top_view_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 10% 30px;
    }

    .top_view {
        width: 48%;
        margin-bottom: 10px;
    }

    .top_view figure {
        width: 100%;
        height: 48vw;
    }
}


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

news トップ用

*****************************************/
.news_post {
    margin-bottom: 40px;
}

.news_post .news_list a {
    color: #2E0000;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.news_post .news_list a:hover {
    color: #0099CC;
    text-decoration: underline;
}

.news_post .news_list p {
    color: #6C4C4C;
    font-size: 1.4rem;
}

.news_post .news_list figure {
    width: 180px;
    height: 135px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 20px;
}

.news_post .news_list .news_list_inner .news_list_date_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.news_post .news_list .news_list_inner .news_list_date_wrap .date {
    color: #6C4C4C;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    font-family: 'Itim', cursive;
    margin-right: 25px;
}

.news_post .news_list .news_list_inner .news_list_date_wrap .cate {
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    font-family: 'Itim', cursive;
    border-radius: 4px;
    padding: 0px 13px;
}

.news_post .news_list .news_list_inner .news_list_date_wrap .c_news {
    background: #2E0400;
}

.news_post .news_list .news_list_inner .news_list_date_wrap .c_blog {
    background: #A1BE51;
}

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

    .news_post {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .news_post .news_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 490px;
    }

    .news_post .news_list:nth-child(n+3) {
        margin-top: 30px;
    }
}

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

    .news_post {
        height: 240px;
        overflow-y: scroll;
        margin-bottom: 30px;
    }

    .news_post .news_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }

    .news_post .news_list a {
        font-size: 1.4rem;
        display: block;
    }

    .news_post .news_list figure {
        width: 30vw;
        height: 26vw;
    }

    .news_post .news_list a {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .news_post .news_list p {
        font-size: 1.2rem;
    }


}

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

content下層用

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

/*---------------------コンセプト*/
.concept_box_wrap {
    background: url(images/bg01.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 40px;
}

.concept_box_wrap .concept_box img {
    width: 145px;
    height: 20px;
    vertical-align: baseline;
}

.concept_box_wrap .concept_box p {
    line-height: 2;
}

.concept_box_wrap .concept_box span {
    font-size: 2rem;
}

@media print,
screen and (min-width: 768px) {
    .concept_box_wrap .concept_box {
        width: 1020px;
        margin: auto;
        padding: 130px 0 80px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .concept_box_wrap {
        padding: 130px 3% 40px;
    }

    .concept_box_wrap .concept_box span {
        font-size: 1.4rem;
    }

}


/*---------------------料金表*/
.table_menu_wrap .table_menu_list .table_menu {
    width: 100%;
}

.table_menu_wrap .table_menu_list .table_menu tr th,
.table_menu_wrap .table_menu_list .table_menu tr td {
    border-bottom: 1px dotted #320002;
    padding: 10px 0;
    font-weight: normal;
    font-size: 1.6rem;
}

.table_menu_wrap .table_menu_list .table_menu tr th {
    text-align: left;
}

.table_menu_wrap .table_menu_list .table_menu tr td {
    text-align: right;
}

.menu_txt {
    background: #EEEEEE;
    padding: 20px;
    margin-top: 20px;
}

.menu_txt p {
    font-size: 1.4rem;
}

@media print,
screen and (min-width: 768px) {
    .menu_img {
        margin-top: 10px;
    }

    .table_menu_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table_menu_wrap .table_menu_list {
        width: 485px;
    }

}

@media screen and (max-width: 767px) {
    .menu_img {
        margin: 10px 30% 0;
    }

    .table_menu_wrap .table_menu_list .table_menu tr th,
    .table_menu_wrap .table_menu_list .table_menu tr td {
        font-size: 1.4rem;
    }


}


/*---------------------カラーギャラリー*/
ul.list li {
    list-style: inside;
}

ul.list02 li {
    border-bottom: 1px dotted #320002;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
    .color_gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .color_gallery_btn .bnr {
        width: 280px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .color_gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .color_gallery figure {
        width: 49%;
        margin-bottom: 5px;
    }
}


/*---------------------髪質改善*/
.quality_point {
    margin-bottom: 30px;
}

.quality_point li {
    background-color: #CDD6A9;
    position: relative;
}

.quality_point li::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.quality_point li:first-child:before {
    background-image: url(images/quality_icon01.png);
}

.quality_point li:nth-child(2):before {
    background-image: url(images/quality_icon02.png);
}

.quality_point li:nth-child(3):before {
    background-image: url(images/quality_icon03.png);
}

@media print,
screen and (min-width: 768px) {
    .quality_point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .quality_point li {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        text-align: center;
        padding: 165px 30px 30px;
    }
}

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

    .quality_point li {
        border-radius: 8px;
        padding: 20px 20px 20px 120px;
        margin-bottom: 10px;
        font-size: 1.4rem;
        min-height: 120px;
    }

    .quality_point li::before {
        content: "";
        background-size: contain;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 20px;
        left: 20px;
        -webkit-transform: none;
        transform: none;
    }
}


/*---------------------ギャラリー*/
/*view*/
.object-fit-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.view figure {
    overflow: hidden;
    margin-bottom: 10px;
}

.view h2 {
    font-size: 1.6rem;
    border-bottom: 2px dotted #320002;
    padding-bottom: 10px;
}

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

    /*view*/
    .view_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .view {
        width: 320px;
        margin: 0 30px 30px 0;
    }

    .view:nth-child(3n) {
        margin-right: 0;
    }

    .view figure {
        width: 320px;
        height: 340px;
    }

    /*view//*/
}

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

    /*--------view*/
    .view_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .view {
        width: 49%;
        margin-bottom: 20px;
    }

    .view figure {
        width: 100%;
        height: 48.9vw;
    }

    .view h2 {
        font-size: 1.2rem;
    }

    /*view//*/
}


/*---------------------サロン情報*/
.overview_box h2 {
    border-bottom: 1px dotted #320002;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.overview_box img {
    width: 226px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table tr th,
.table tr td {
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
}

.table th {
    width: 20%;
}

.table td {
    width: 80%;
}

@media print,
screen and (min-width: 768px) {
    .overview_box {
        width: 480px;
    }

    .table {
        width: 100%;
    }

    .calendar {
        width: 100%;
        height: 450px;
    }

    .map {
        width: 100%;
        height: 450px;
    }
}

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

    .overview_box {
        margin-bottom: 30px;
    }

    .table tr th,
    .table tr td {
        font-size: 1.4rem;
    }

    .calendar {
        width: 100%;
        height: 300px;
    }

    .map {
        width: 100%;
        height: 300px;
    }
}


/*---------------------お知らせ*/
/*blog_box*/
.blog_box {
    margin-bottom: 30px;
}

.blog_box figure {
    overflow: hidden;
}

.blog_box .blog_inner h2 {
    position: relative;
    font-size: 2rem;
    border-bottom: 1px dotted #320002;
    padding: 20px 0px 15px 70px;
    margin-bottom: 20px;
    min-height: 70px;
}

.blog_box .blog_inner h2::before {
    content: url(images/tit03.png);
    position: absolute;
    top: 0;
    left: 0;
}

/*blog_box//*/

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

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

    .blog_box figure {
        width: 400px;
        height: 310px;
    }

    .blog_box .blog_inner {
        width: 580px;
    }

    .blog_box .blog_inner h2 {
        font-size: 1.6rem;
    }

    .blog_box .blog_inner .bnr {
        margin: 40px 0 0 auto;
        width: 220px;
    }

    /*blog_box//*/
}

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

    /*blog_box*/
    .blog_box {
        margin-bottom: 40px;
    }

    .blog_box figure {
        width: 100%;
        margin-bottom: 10px;
    }

    .blog_box .blog_inner h2 {
        font-size: 1.6rem;
    }

    .blog_box .blog_inner .bnr {
        margin-top: 20px;
    }

    /*blog_box//*/
}



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

aside

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

/*マウスオンで画像拡大*/
.banner_area li {
    position: relative;
    overflow: hidden;
    border: 0 solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner_area li::before,
.banner_area li::after,
.banner_area li span::before,
.banner_area li span::after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
}

.banner_area li::before {
    right: 20px;
    top: 20px;
    height: 1px;
    width: 0%;
    -webkit-transition: width 600ms;
    transition: width 600ms;
    z-index: 100;
}

.banner_area li::after {
    right: 20px;
    top: 20px;
    height: 0%;
    width: 1px;
    -webkit-transition: height 600ms;
    transition: height 600ms;
    z-index: 100;
}

.banner_area li span::before {
    left: 20px;
    bottom: 20px;
    height: 1px;
    width: 0%;
    -webkit-transition: width 600ms;
    transition: width 600ms;
    z-index: 100;
}

.banner_area li span::after {
    left: 20px;
    bottom: 20px;
    height: 0%;
    width: 1px;
    -webkit-transition: height 600ms;
    transition: height 600ms;
    z-index: 100;
}

.banner_area li a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 900;
}

.banner_area li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.banner_area li .bar_txt {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    z-index: 0;
}

.banner_area li .bar_txt::before {
    position: absolute;
    content: "";
    background-size: contain;
    top: 40%;
    left: 28%;
    margin: auto;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
}

.banner_area li:first-child .bar_txt::before {
    background: url(images/bar_tit01.svg) 0 0 no-repeat;
    width: 111px;
    height: 23px;
}

.banner_area li:nth-child(2) .bar_txt::before {
    background: url(images/bar_tit02.svg) 0 0 no-repeat;
    width: 178px;
    height: 37px
}

.banner_area li:nth-child(3) .bar_txt::before {
    background: url(images/bar_tit03.svg) 0 0 no-repeat;
    width: 64px;
    height: 20px
}

.banner_area li:nth-child(4) .bar_txt::before {
    background: url(images/bar_tit04.svg) 0 0 no-repeat;
    width: 136px;
    height: 36px
}

/*hoverした際の移動*/
.banner_area li:hover::before {
    width: calc(100% - 40px);
}

.banner_area li:hover::after {
    height: calc(100% - 40px);
}

.banner_area li:hover span::before {
    width: calc(100% - 40px);
}

.banner_area li:hover span::after {
    height: calc(100% - 40px);
}

/*ここまで-マウスオンで画像拡大*/



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

    .banner_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner_area li {
        width: 25%;
        height: 440px;
    }
}

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

    .banner_area li {
        width: 100%;
        height: 180px;
        margin-bottom: 1px;
    }

    .banner_area li .bar_txt {
        font-size: 2rem;
    }

    .banner_area li .bar_txt::before {
        top: 30%;
        left: 15%;
    }

}

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

single.php

*****************************************/
#single_box {
    width: 1020px;
    margin: 40px auto 0;
}

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

.single_text {
    width: 100%;
}

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

.aligncenter {
    display: block;
}

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 auto;
}

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

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: #333;
    border: solid 1px #333;
    color: white;
}

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

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

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

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

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


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

sidebar

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

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

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

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

テーブル

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

td p {
    font-size: 100%;
}

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

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


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

P

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

.border_top {
    border-top: dotted 1px #ccc;
    padding: 20px 0;
}

.underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #F5D6E4));
    background: linear-gradient(transparent 60%, #F5D6E4 0%);
}

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

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

/* 強調 */
.bold {
    font-weight: bold;
}

.tr {
    text-align: right;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

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

    .w450 {
        width: 450px;
    }

    .w580 {
        width: 580px;
    }

    .w730 {
        width: 730px;
    }

}

@media screen and (max-width: 767px) {
    .mb60 {
        margin-bottom: 50px;
    }

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

    .w450,
    .w580,
    .w730 {
        width: 100%;
        margin-bottom: 20px;
    }
}

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

タイトル

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

.page_tit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
}

.page_tit_wrap::before {
    content: url(images/tit01-left.png);
    margin-right: 35px;
}

.page_tit_wrap::after {
    content: url(images/tit01-right.png);
    margin-left: 15px;
}

.page_tit_wrap .page_tit {
    font-size: 3.8rem;
    font-family: 'Itim', cursive;
    letter-spacing: 0.03em;
    text-align: center;
}

.page_tit_wrap .page_tit span {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-top: 5px;
    color: #6C4C4C;
}

.top_tit01 {
    position: relative;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 3rem;
    margin-bottom: 40px;
    z-index: 0;
    color: #2E0000;
}

.top_tit01::before {
    content: url(images/tit02.png);
    position: absolute;
    top: -90px;
    left: calc(50% - 35px);
}

.top_tit01::after {
    position: absolute;
    content: "";
    background: url(images/top_tit-concept.svg) 0 0 no-repeat;
    background-size: contain;
    width: 168px;
    height: 38px;
    top: -45px;
    left: 125px;
    margin: auto;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
}

.subhead01 {
    position: relative;
    margin-bottom: 30px;
    padding: 5px 0 0 70px;
    font-family: 'Itim', cursive;
    font-size: 3.8rem;
    letter-spacing: 0.03em;
    color: #2E0000;
}

.subhead01::before {
    content: url(images/tit03.png);
    position: absolute;
    top: 1px;
    left: 0;
}

.subhead01 span {
    font-size: 1.3rem;
    color: #6C4C4C;
    margin-left: 20px;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.subhead02 {
    margin-bottom: 30px;
    padding: 15px 10px;
    text-align: center;
    background: #D6C2A7;
    color: #330708;
}

.subhead03 {
    border-bottom: 1px dotted #320002;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #330708;
}

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

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

    .page_tit_wrap {
        margin-bottom: 30px;
    }

    .page_tit_wrap .page_tit {
        font-size: 2.8rem;
    }

    .page_tit_wrap .page_tit span {
        font-size: 1.1rem;
        margin-top: 5px;
    }

    .page_tit_wrap::before {
        margin-right: 20px;
    }

    .page_tit_wrap::after {
        margin-left: 10px;
    }

    .top_tit01 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .top_tit01::after {
        top: -15px;
        left: 0;
    }

    .subhead01 {
        margin-bottom: 20px;
        font-size: 2.8rem;
    }

    .subhead01::before {
        content: url(images/tit03.png);
        position: absolute;
        top: 1px;
        left: 0;
    }

    .subhead01 span {
        font-size: 1.1rem;
        display: block;
        margin-left: 0;
    }

    .subhead02 {
        margin-bottom: 20px;
    }


}

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

sp_footer

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

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

    #sp_footer {
        width: 100%;
    }

    .footer_logo {
        background: #2D0100;
        width: 100%;
        margin: auto;
        padding: 20px 0;
    }

    .footer_logo a img {
        width: 80px;
        margin: auto;
        display: block;
    }

    .footer_inner {
        text-align: center;
        margin: 30px 0;
    }

    .footer_inner p {
        font-size: 1.4rem;
    }

    .footer_inner .footer_tel {
        font-family: 'Itim', cursive;
        font-size: 2.6rem;
        color: #2E0000;
    }

    .footer_inner .footer_tel span {
        font-size: 2.2rem;
    }

    .pagetop {
        position: fixed;
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 10px;
        z-index: 999;
    }

    .footer_map {
        width: 100%;
        height: 200px;
    }

    .copyright {
        font-size: 1.1rem;
        text-align: center;
        display: block;
        padding: 15px;
    }

}

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

pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {
    #sp_footer {
        display: none;
    }

    #pc_footer {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .footer_logo {
        background: #2D0100;
        width: 100%;
        padding: 20px 0;
        display: block;
        text-align: center;
    }

    .footer_inner {
        text-align: center;
        margin: 40px 0;
    }

    .footer_inner p {
        font-size: 1.5rem;
    }

    .footer_inner .footer_tel {
        font-family: 'Itim', cursive;
        font-size: 2.6rem;
        color: #2E0000;
    }

    .footer_inner .footer_tel span {
        font-size: 2.2rem;
    }

    .pagetop {
        position: fixed;
        display: none;
        right: 30px;
        bottom: 30px;
        z-index: 999;
    }

    .footer_map {
        width: 100%;
        height: 380px;
    }

    .copyright {
        width: 100%;
        display: block;
        font-size: 1.5rem;
        text-align: center;
        padding: 20px;
    }
}

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

Contact Form7

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

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form textarea {
    width: 960px;
    /*本文*/
    max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
    width: 50px !important;
    /*送信ボタン*/
}

.wpcf7 p {
    line-height: 2.0;
    /*項目間の隙間*/
    padding-top: 3px;
}

.wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

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

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
}

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

追加

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


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

clearfix

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

.clearfix {
    display: inline-block;
}

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

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */