@charset "UTF-8";


/*共通*/
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.bold {
    font-weight: bold;
}

.none {
    display: none;
}

.red {
    color: #EA5511;
}

.blue {
    color: #00b9ef;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #fff9b1;
}


.top05 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top70 {
    margin-top: 70px;
}

.top80 {
    margin-top: 80px;
}

.top90 {
    margin-top: 90px;
}

.top100 {
    margin-top: 100px;
}

.ptop05 {
    padding-top: 5px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop20 {
    padding-top: 20px;
}

.ptop30 {
    padding-top: 30px;
}

.ptop40 {
    padding-top: 40px;
}

.ptop50 {
    padding-top: 50px;
}

.ptop60 {
    padding-top: 60px;
}

.ptop70 {
    padding-top: 70px;
}

.ptop80 {
    padding-top: 80px;
}

.ptop90 {
    padding-top: 90px;
}

.ptop100 {
    padding-top: 100px;
}

.bottom05 {
    margin-bottom: 5px;
}

.bottom08 {
    margin-bottom: 8px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom70 {
    margin-bottom: 70px;
}

.bottom80 {
    margin-bottom: 80px;
}

.bottom90 {
    margin-bottom: 90px;
}

.bottom100 {
    margin-bottom: 100px;
}

.pbottom05 {
    padding-bottom: 5px;
}

.pbottom10 {
    padding-bottom: 10px;
}

.pbottom20 {
    padding-bottom: 20px;
}

.pbottom30 {
    padding-bottom: 30px;
}

.pbottom40 {
    padding-bottom: 40px;
}

.pbottom50 {
    padding-bottom: 50px;
}

.pbottom60 {
    padding-bottom: 60px;
}

.pbottom70 {
    padding-bottom: 70px;
}

.pbottom80 {
    padding-bottom: 80px;
}

.pbottom90 {
    padding-bottom: 90px;
}

.pbottom100 {
    padding-bottom: 100px;
}

.left05 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.left60 {
    margin-left: 60px;
}

.left70 {
    margin-left: 70px;
}

.left80 {
    margin-left: 80px;
}

.left90 {
    margin-left: 90px;
}

.left100 {
    margin-left: 100px;
}

.pleft05 {
    padding-left: 5px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft20 {
    padding-left: 20px;
}

.pleft30 {
    padding-left: 30px;
}

.pleft40 {
    padding-left: 40px;
}

.pleft50 {
    padding-left: 50px;
}

.pleft60 {
    padding-left: 60px;
}

.pleft70 {
    padding-left: 70px;
}

.pleft80 {
    padding-left: 80px;
}

.pleft90 {
    padding-left: 90px;
}

.pleft100 {
    padding-left: 100px;
}

.right05 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.right25 {
    margin-right: 25px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.right60 {
    margin-right: 60px;
}

.right70 {
    margin-right: 70px;
}

.right80 {
    margin-right: 80px;
}

.right90 {
    margin-right: 90px;
}

.right100 {
    margin-right: 100px;
}

.pright05 {
    padding-right: 5px;
}

.pright10 {
    padding-right: 10px;
}

.pright20 {
    padding-right: 20px;
}

.pright30 {
    padding-right: 30px;
}

.pright40 {
    padding-right: 40px;
}

.pright50 {
    padding-right: 50px;
}

.pright60 {
    padding-right: 60px;
}

.pright70 {
    padding-right: 70px;
}

.pright80 {
    padding-right: 80px;
}

.pright90 {
    padding-right: 90px;
}

.pright100 {
    padding-right: 100px;
}

.fade00 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade00:hover {
    opacity: 0.0;
}

.fade10 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade10:hover {
    opacity: 0.1;
}

.fade20 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade20:hover {
    opacity: 0.2;
}

.fade30 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade30:hover {
    opacity: 0.3;
}

.fade40 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade40:hover {
    opacity: 0.4;
}

.fade50 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade50:hover {
    opacity: 0.5;
}

.fade60 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade60:hover {
    opacity: 0.6;
}

.fade70 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade70:hover {
    opacity: 0.7;
}

.fade80 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade80:hover {
    opacity: 0.8;
}

.fade90 {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.fade90:hover {
    opacity: 0.9;
}

.scale10 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale10:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scale20 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale20:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.scale30 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale30:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.scale40 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale40:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.scale50 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale50:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.scale60 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale60:hover {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.scale70 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale70:hover {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
}

.scale80 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale80:hover {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.scale90 {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}

.scale90:hover {
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -o-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
}

.fade-in,
.fade-up,
.fade-left,
.fade-left02,
.fade-right,
.fade-right02,
.fade-bottom,
.fade-bottom02 {
    transition: .8s;
    opacity: 0;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width90 {
    width: 90%;
}

.width95 {
    width: 95%;
}

.width100 {
    width: 100%;
}

/*共通*/


/*リセット*/
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

table {}

td,
th {}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    cursor: crosshair;
}

a:active,
a:hover {
    outline: 0;
}

a img {
    border: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

textarea {
    overflow: auto;
}

/*リセット*/


html {
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
}

#mobi_menu {
    display: none;
}





/*共通項目*/
.backbox {
    width: 100%;
    height: 12px;
    margin: 0px auto;
    background: url(../img/common/back01.png)
}

.backbox01 {
    width: 100%;
    height: 12px;
    margin: -14px auto 0px auto;
    border-top: solid 1px #000;
    background: url(../img/common/back01.png)
}

.backbox03 {
    display: flex;
    justify-content: space-between;
}

.backbox03 div {
    height: 12px;
    border-left: solid 1px #000;
}

.backbox04 {
    width: 100%;
    height: 12px;
    margin: -22px auto 0px auto;
    border-top: solid 1px #000;
    display: flex;
    justify-content: space-between;
    border-right: solid 1px #000;
}

.backbox04 div {
    height: 12px;
    border-left: solid 1px #000;
}

.backbox04 div:last-child {
    height: 12px;
    border-left: none;
}

.media-grid li {
    display: none;
}


.barbox {
    width: 70px;
    height: 50px;
    overflow: hidden;
    margin: 5px auto 0px auto;
    border-left: solid 1px #000;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

.barbox01 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-left: 10px;
    border-left: solid 1px #000;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

.barbox02 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0px auto;
    border-left: solid 1px #000;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

.marcellus {
    font-family: 'Marcellus';
}

/*共通項目*/


.zdo_drawer_menu {
    display: none;
}

.side_iconbox {
    width: 900px;
    margin: 0px auto;
    position: relative;
    top: -200px;
}

.side_icon {
    width: 10px;
    margin-right: -50px;
    position: absolute;
    top: 0px;
    right: 0px;
}


/*Header Footer*/
.header_logo {
    width: 250px;
    margin: 50px auto;
}

.header_logo img {
    width: 100%;
    margin: 50px auto;
}

.header_logo video {
    width: 100%;
    margin: 50px auto;
}

.header_img {
    width: 900px;
    margin: 0px auto 50px auto;
}

.header_img img {
    margin-left: -25px;
}

.header_img .pc {}

.header_img .sp {
    display: none;
}

.header_menu {
    width: 900px;
    margin: 0px auto 50px auto;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #231815;
}

.header_menu_l {
    display: flex;
}

.header_menu_l li {
    margin-right: 20px;
}

.header_menu_l li a {
    color: #000;
    text-decoration: none;
}

.header_menu_r {
    display: flex;
    justify-content: flex-end;
}

.header_menu_r li:nth-child(1) {
    margin-right: 20px;
}

.header_menu_r li:last-child {
    height: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #8a9e9e;
}

.header_menu_r li:last-child a {
    color: #fff;
    text-decoration: none;
}

.footer_box {
    margin: 20px 0px;
    text-align: center;
    font-family: 'Marcellus';
}

/*Header Footer*/





#top {
    background: #ffffff;
}

#top .sp {
    display: none;
}

#top .more_contents {
    margin-top: 0px;
}

#top .more_contents a {
    color: #000;
    text-decoration: none;
}

#top .more_contents02 a {
    color: #000;
    text-decoration: none;
}

#top .more_contents02 {
    text-align: right;
}

#top .more_contents span {
    padding-bottom: 2px;
    border-bottom: solid 2px #000;
    font-family: 'Marcellus';
}

#top .more_contents02 span {
    padding-bottom: 2px;
    border-bottom: solid 2px #000;
    font-family: 'Marcellus';
}

#top .more_contents02 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#top .more_contents02 span {
    padding-bottom: 2px;
    border-bottom: solid 2px #000;
    font-family: 'Marcellus';
}

#top .box01 {
    width: 900px;
    margin: 0px auto 50px auto;
    padding-top: 50px;
}

#top .box01 .more_contents {
    margin-top: 15px;
    text-align: right;
}

#top .box01_inner {
    margin-bottom: 100px;
    display: flex;
}

#top .box01_l {}

#top .box01_c {
    width: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: url(../img/top/box01_line.png) repeat-y center;
}

#top .box01_c img {
    padding-top: 10px;
    background: #fff;
}

#top .box01_r {
    width: 280px;
    margin-right: 0px;
}

#top .box01_title {
    font-family: 'Marcellus';
}

#top .box01_text {
    line-height: 200%;
}

#top .box02 {
    width: 900px;
    margin: 0px auto 100px auto;
}



#top .box03 {
    width: 900px;
    margin: 0px auto 100px auto;
    position: relative;
}

#top .box03_title {
    width: 680px;
    position: absolute;
    text-align: center;
    margin-top: -50px;
}

#top .box03 .barbox02 {
    width: 130px;
    margin-top: 15px;
}

#top .box03 {
    width: 710px;
    margin: 100px auto 100px auto;
    padding: 20px 95px 40px 95px;
    background:
        url(../img/common/boxback_t_l.png) no-repeat top left,
        url(../img/common/boxback_t_r.png) no-repeat top right,
        url(../img/common/boxback_b_l.png) no-repeat bottom left,
        url(../img/common/boxback_b_r.png) no-repeat bottom right,
        #dce6e6;
}

#top .box03 .instagram {
    display: flex;
    justify-content: space-between;
}

#top .box03 .instagram li {
    width: 170px;
    overflow: hidden;
    position: relative;
}

#top .box03 .ins_like {
    width: 100%;
    bottom: 0px;
    left: 0;
    margin-top: 5px;
    padding: 0px 20px 0px 0;
    box-sizing: border-box;
    text-align: right;
    display: none;
}

#top .box03 .instagram li img {
    max-width: 100%;
    display: block;
}

#top .box03 .fa-heart {
    margin-right: 10px;
    color: #EA4E50;
}

#top .box03 .more_contents {
    margin-top: 20px;
    text-align: right;
}

#top .line_bn {
    display: none;
    text-align: center;
    margin-bottom: 50px;
}

#top .box04 {
    width: 900px;
    margin: 0px auto 100px auto;
}

#top .box04_title {
    text-align: center;
}

#top .box04_inner {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#top .box04_l {
    width: 31%;
}

#top .box04_c {
    width: 31%;
}

#top .box04_r {
    width: 31%;
    padding-bottom: 10px;
}

#top .box04_menu_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#top .box04_menu {
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: solid 1px #9f9c93;
}

#top .box04_menu span,
#top .box04_menu_b span {
    color: #965a24
}

#top .box04_menu_l {}

#top .box04_menu_r {}

#top .box04_menu_b {
    text-align: right;
}

#top .box04_subtitle {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #9f9c93;
}

#top .box05 {
    width: 900px;
    margin: 0px auto 100px auto;
    text-align: center;
}

#top .box05_title a {
    color: #000;
    text-decoration: none;
}

#top .box05_inner {
    height: 400px;
    margin-bottom: 50px;
    background: url(../img/top/box05_ph01.png) no-repeat;
    background-size: 900px 400px;
}

#top .box05_contents {
    width: 280px;
    height: 400px;
    margin: 0px auto;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
}

#top .box05 .more_contents {
    margin-top: 40px;
    text-align: center;
}

#top .box05_text {
    margin: 10px 0px;
}

#top .box05_name {
    line-height: 140%;
    letter-spacing: 0.2em;
}

#top .box06 {
    width: 900px;
    margin: 0px auto 50px auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#top .box06_l {
    width: 400px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#top .box06_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top .box06_name {
    width: 86%;
    margin-bottom: 20px;
    padding: 20px 7% 0px 7%;
}

#top .box06_add {
    width: 86%;
    margin-bottom: 20px;
    padding: 0px 7%;
}

#top .box06_add a {
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    background: url(../img/common/map_arrow.png) no-repeat center right;
}

#top .box06_add a:hover {
    text-decoration: underline;
}

#top .box06_tel {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: flex;
}

#top .box06_tel_l {
    width: 23%;
    padding-left: 7%;
}

#top .box06_tel_r {
    width: 63%;
    padding-right: 7%;
}

#top .box06_tel_r a {
    color: #fff;
    text-decoration: none;
}

#top .box06_tel_r a:hover {
    color: #fff;
    text-decoration: underline;
}

#top .box06_time {
    display: flex;
    padding: 0px 7% 20px 7%;
}

#top .box06_time_l {
    width: 23%;
    padding-left: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#top .box06_time_r {
    width: 63%;
    padding-right: 7%;
}

#top .box06_titlebox {
    width: 370px;
    padding-right: 530px;
}

#top .box06_title {
    color: #000;
    text-align: center;
}

#top .iconbox01 {
    top: 0px;
    right: 0px;
    position: absolute;
}

#top .iconbox02 {
    top: 0px;
    right: 0px;
    position: absolute;
}

#top .iconbox03 {
    bottom: -50px;
    position: absolute;
}

#top .iconbox04 {
    top: -50px;
    right: 0px;
    position: absolute;
}

/*トップページ*/





/*Stylist*/
#sty .pc {}

#sty .sp {
    display: none;
}

#sty .contents_title {
    width: 900px;
    margin: 0px auto 100px auto;
}

#sty .contents_title h2 {
    height: 46px;
    text-align: center;
}

#sty .barbox {
    width: 70px;
    height: 50px;
    margin: 6px auto 0px auto;
}

#sty .backbox04 {
    margin-top: -14px;
}

#sty .box01 {
    width: 700px;
    height: 275px;
    margin: 100px auto 100px auto;
    display: flex;
    background:
        url(../img/common/boxback_t_l.png) no-repeat top left,
        url(../img/common/boxback_t_r.png) no-repeat top right,
        url(../img/common/boxback_b_l.png) no-repeat bottom left,
        url(../img/common/boxback_b_r.png) no-repeat bottom right,
        #dce6e6;
}

#sty .box01_l {
    margin: 0px auto;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#sty .box01_text {
    margin: 10px 0px;
}

#sty .box01_name {
    line-height: 140%;
}

#sty .box01_owner {
    margin-top: 10px;
}

#sty .box01_r {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#sty .box01_r img {
    display: block;
}

#sty .box02 ul {
    margin-bottom: 20px;
    margin-left: 1.5em;
}

#sty .box02 ul:last-child {
    margin-bottom: 0px;
}

#sty .box02 ul li:before {
    content: "→";
    margin-left: -1.5em;
    margin-right: 0.5em;
}

#sty .box02 {
    width: 700px;
    margin: 0px auto 100px auto;
    display: flex;
    justify-content: space-between;
}

#sty .box02_l {
    width: 310px;
}

#sty .box02_c {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../img/sty/box02_line.png);
}

#sty .box02_r {
    width: 310px;
}

#sty .box02_r_b {
    padding: 10px 0px;
    text-align: center;
    border: solid 1px #000000;
}

#sty .box03 {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin: 0px auto;
    justify-content: space-between;
}

#sty .box03 div {
    margin-bottom: 5px;
}

#sty .box03 img {
    display: block;
}

/*Stylist*/





/*Privacy*/
#pri .pc {}

#pri .sp {
    display: none;
}

#pri .contents_title {
    width: 900px;
    margin: 0px auto 100px auto;
}

#pri .contents_title h2 {
    height: 47px;
    text-align: center;
}

#pri .barbox {
    width: 220px;
    height: 50px;
    margin: 31px auto 0px auto;
}

#pri .backbox04 {
    margin-top: -40px;
}

#pri .box01 {
    width: 900px;
    margin: 0px auto 50px auto;
    padding-bottom: 50px;
    border-bottom: solid 1px #000;
    display: flex;
    justify-content: space-between;
    line-height: 180%;
}

#pri .box01_l {
    width: 25%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#pri .box01_r {
    width: 65%;
    padding-right: 5%;
}

/*Privacy*/





/*Concept*/
#con {
    width: 900px;
    margin: 0px auto;
}

#con .pc {}

#con .sp {
    display: none;
}

#con .contents_title {
    width: 900px;
    margin: 0px auto 100px auto;
}

#con .contents_title h2 {
    text-align: center;
    height: 50px;
}

#con .barbox {
    width: 120px;
    height: 50px;
    margin: 10px auto 0px auto;
}

#con .box01 {
    width: 900px;
    margin: 0px auto 50px auto;
    padding-bottom: 50px;
    border-bottom: solid 1px #000;
    display: flex;
    justify-content: space-between;
}

#con .box01_l {
    width: 320px;
}

#con .box01_t {
    text-align: center;
}

#con .box01_t img {
    margin: 0px auto;
}

#con .box01_c {
    width: 100%;
    height: 50px;
    margin: 20px 0px 40px 0px;
    overflow: hidden;
}

#con .box01_b {
    line-height: 180%;
}

#con .box01_c div {
    margin-top: 25px;
    border-top: solid 1px #000;
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
}

#con .box02 {
    width: 700px;
    margin: 100px auto 100px auto;
    display: flex;
    background:
        url(../img/common/boxback_t_l.png) no-repeat top left,
        url(../img/common/boxback_t_r.png) no-repeat top right,
        url(../img/common/boxback_b_l.png) no-repeat bottom left,
        url(../img/common/boxback_b_r.png) no-repeat bottom right,
        #dce6e6;
    line-height: 180%;
}

#con .box02_inner {
    padding: 40px 80px;
}

#con .box03 {
    width: 710px;
    margin: 100px auto 0px auto;
    display: flex;
    justify-content: space-between;
}

#con .box03:last-child {
    margin-bottom: 50px;
}

#con .box03_inner {
    width: 710px;
    display: flex;
    justify-content: space-between;
}

#con .box03_l {
    width: 325px;
    background: url(../img/con/line01.png) right repeat-y;
}

#con .box03_r {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#con .box03_title {
    margin-bottom: 30px;
    display: flex;
}

#con .box03_title01 {
    font-size: 3.5em;
}

#con .box03_title02 {
    width: 30px;
    height: 40px;
    margin-top: -8px;
    overflow: hidden;
}

#con .box03_title02 div {
    height: 50px;
    margin-left: 10px;
    border-left: solid 1px #000;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(15deg);
}

#con .box03_text {
    line-height: 180%;
}

/*Concept*/





/*Menu*/
#pricemenu .pc {}

#pricemenu .sp {
    display: none;
}

#pricemenu .contents_title {
    width: 900px;
    margin: 0px auto 100px auto;
}

#pricemenu .contents_title h2 {
    height: 51px;
    text-align: center;
}

#pricemenu .barbox {
    width: 70px;
    height: 50px;
    margin: 1px auto 0px auto;
}

#pricemenu .backbox04 {
    margin-top: -14px;
}

#pricemenu .box01 {
    width: 740px;
    margin: 0px auto 50px auto;
    padding-bottom: 50px;
    line-height: 180%;
}

#pricemenu .box02 {
    width: 900px;
    margin: 0px auto 50px auto;
}

#pricemenu .box02_title {
    text-align: center;
}

#pricemenu .box02_inner {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#pricemenu .box02_l {
    width: 31%;
}

#pricemenu .box02_c {
    width: 31%;
}

#pricemenu .box02_r {
    width: 31%;
}

#pricemenu .box02_menu_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#pricemenu .box02_menu {
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: solid 1px #9f9c93;
}

#pricemenu .box02_menu span,
#pricemenu .box02_menu_b span {
    color: #965a24
}

#pricemenu .box02_menu_l {
    letter-spacing: 0em;
}

#pricemenu .box02_menu_r {}

#pricemenu .box02_menu_b {
    text-align: right;
}

#pricemenu .box02_subtitle {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #9f9c93;
}

#pricemenu .box03 {
    width: 900px;
    margin: 0px auto 50px auto;
}

#pricemenu .box02_text {
    margin-bottom: 20px;
}

#pricemenu .box02_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pricemenu .box02_card li {
    width: 31%;
    margin-bottom: 10px;
}

#pricemenu .box02_card img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

/*Menu*/





/*Contact*/
#inq .pc {}

#inq .sp {
    display: none;
}

#inq .contents_title {
    width: 900px;
    margin: 0px auto 100px auto;
}

#inq .contents_title h2 {
    height: 47px;
    text-align: center;
}

#inq .barbox {
    width: 110px;
    height: 50px;
    overflow: hidden;
    margin: 11px auto 0px auto;
    border-left: solid 1px #000;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

#inq .backbox04 {
    margin-top: -20px;
}

#inq .box01 {
    width: 420px;
    margin: 0px auto 100px auto;
    line-height: 180%;
}

#inq .box02 {
    width: 750px;
    margin: 0px auto 100px auto;
    padding: 20px 0px;
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

#inq .box02 a {
    color: #000;
    text-decoration: none;
}

#inq .box03 {
    width: 750px;
    margin: 0px auto 50px auto;
    padding-bottom: 50px;
}

#inq .box03_inner {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#inq .box03_l {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#inq .box03_r {
    width: 65%;
    padding-right: 5%;
    display: flex;
}

#inq .box03_r a {
    color: #000;
}

#inq .box03_r input[type="text"] {
    width: 100%;
}

#inq .box03_r ul {
    display: flex;
}

#inq .box03_bt {
    text-align: center;
}

#inq .box03_bt input {
    background-color: #000;
    font-size: 1.0em;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px 30px;
    appearance: none;
}


#inq .box03_bt input[type="submit"],
#inq .box03_bt input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

#inq .box03_bt input[type="submit"]::-webkit-search-decoration,
#inq .box03_bt input[type="reset"]::-webkit-search-decoration {
    display: none;
}

#inq .box03_bt input[type="submit"]::focus,
#inq .box03_bt input[type="reset"]::focus {
    outline-offset: -2px;
}




#inq .box03 input[type="text"] {
    padding: 10px;
    font-size: 1.2em;
}

#inq .box03 textarea {
    padding: 10px;
    font-size: 1.1em;
}

#inq .box03 span {
    color: #965a24;
}

#inq .box03_bt {
    margin-top: 20px;
}

/*Contact*/












































/*レスポンシブ　750px以下*/
@media screen and (max-width:750px) {
    #mobi_menu {
        display: none;
    }

    .backbox {
        width: 100%;
        height: 12px;
        margin: 0px auto;
        background: url(../img/common/back01.png) center;
    }

    .backbox01 {
        width: 90%;
        height: 12px;
        margin: 0px auto 0px auto;
        border-top: solid 1px #000;
        background: url(../img/common/back01.png)
    }

    .backbox03 {
        display: flex;
        justify-content: space-between;
        border-right: solid 1px #000;
    }

    .backbox03 div:last-child {
        height: 12px;
        border-left: none;
    }

    .backbox03 div:nth-child(odd) {
        display: none;
    }

    .backbox04 {
        width: 90%;
        height: 12px;
        margin: 0px auto 0px auto;
        border-top: solid 1px #000;
        display: flex;
        justify-content: space-between;
        border-right: solid 1px #000;
    }

    .backbox04 div {
        height: 12px;
        border-left: solid 1px #000;
    }

    .backbox04 div:last-child {
        height: 12px;
        border-left: none;
    }

    .backbox04 div:nth-child(odd) {
        display: none;
    }


    .barbox {
        width: 70px;
        height: 20px;
        overflow: hidden;
        margin: 5px auto 0px auto;
        border-left: solid 1px #000;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
    }


    .zdo_drawer_menu {
        display: block;
    }

    .side_iconbox {
        display: none;
    }


    /*Header Footer*/
    .header_logo {
        width: 200px;
        margin: 50px auto;
    }

    .header_logo img {
        width: 100%;
    }

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

    .header_img img {
        width: 93%;
        margin-left: 0px;
        padding: 0px 5% 0px 2%;
    }

    .header_img .pc {
        display: none;
    }

    .header_img .sp {
        display: block;
    }

    .header_menu {
        display: none;
    }

    .footer_box {
        margin: 20px 0px;
        text-align: center;
        font-family: 'Marcellus';
    }

    /*Header Footer*/





    #top {
        background: #ffffff;
    }

    #top .more_contents {
        margin-top: 50px;
    }

    #top .more_contents span {
        padding-bottom: 2px;
        border-bottom: solid 2px #000;
        font-family: 'Marcellus';
    }

    #top .more_contents02 {
        margin-top: 20px;
        text-align: right;
    }

    #top .more_contents02 span {
        padding-bottom: 2px;
        border-bottom: solid 2px #000;
        font-family: 'Marcellus';
    }

    #top .box01 {
        width: 90%;
        margin: 0px auto 50px auto;
    }

    #top .box01_inner {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box01_l img {
        width: 100%;
        margin-bottom: 10px;
    }

    #top .box01_c {
        width: 100%;
        height: 20px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        background: url(../img/top/box01_line02.png);
    }

    #top .box01_c .pc {
        display: none;
    }

    #top .box01_c .sp {
        display: block;
    }

    #top .box01_c img {
        width: 40px;
        height: 20px;
        padding-top: 0px;
        padding-left: 10px;
        background: #fff;
        right: 0px;
    }

    #top .box01_r {
        width: 100%;
        margin: 0px auto;
    }

    #top .box01_title {
        text-align: center;
        font-family: 'Marcellus';
    }

    #top .box01_r .barbox01 {
        margin: 10px auto 0px auto;
        width: 110px;
        height: 20px;
    }

    #top .box01_text {
        width: 96%;
        margin: 0px auto;
        line-height: 200%;
    }

    #top .box01_text .more_contents {
        text-align: right;
        margin-top: 10px;
    }

    #top .box02 {
        width: 90%;
        margin: 0px auto 50px auto;
    }

    #top .box02 .pc {
        display: none;
    }

    #top .box02 .sp {
        display: block;
    }

    #top .box02 img {
        width: 100%;
    }

    #top .box03_title {
        width: 100%;
        position: absolute;
        text-align: center;
        margin-top: -50px;
        margin-left: -25px;
        z-index: 100;
    }

    #top .box03 .barbox02 {
        width: 130px;
        height: 20px;
        margin-top: 15px;
    }

    #top .box03 {
        width: 80%;
        margin: 50px auto 50px auto;
        padding: 20px 5% 40px 5%;
        background:
            url(../img/common/boxback_t_l.png) no-repeat top left,
            url(../img/common/boxback_t_r.png) no-repeat top right,
            url(../img/common/boxback_b_l.png) no-repeat bottom left,
            url(../img/common/boxback_b_r.png) no-repeat bottom right,
            #dce6e6;
    }

    #top .box03 .instagram {
        display: flex;
        justify-content: space-between;
    }

    #top .box03 .instagram li {
        width: 48%;
        overflow: hidden;
        position: relative;
    }

    #top .box03 .instagram li:nth-child(3),
    #top .box03 .instagram li:nth-child(4) {
        display: none;
    }

    #top .box03 .ins_like {
        display: none;
    }

    #top .box03 .instagram li img {
        width: 100%;
        display: block;
    }

    #top .box03 .fa-heart {
        margin-right: 10px;
        color: #EA4E50;
    }

    #top .box03 .more_contents {
        margin-top: 20px;
        text-align: right;
    }

    #top .line_bn {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }

    #top .box04 {
        width: 90%;
        margin: 0px auto 50px auto;
        padding-bottom: 40px;
    }

    #top .box04 .barbox02 {
        margin: 0px auto;
        width: 70px;
        height: 20px;
    }

    #top .box04_title {
        text-align: center;
    }

    #top .box04_inner {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #top .box04_l {
        width: 100%;
        margin-bottom: 50px;
    }

    #top .box04_c {
        width: 100%;
        margin-bottom: 50px;
    }

    #top .box04_r {
        width: 100%;
    }

    #top .box04_menu_inner {
        width: 86%;
        margin: 0px auto 10px auto;
        display: flex;
        justify-content: space-between;
    }

    #top .box04_menu {
        margin-bottom: 10px;
        padding: 10px 0px;
        border-bottom: solid 1px #9f9c93;
    }

    #top .box04_menu span,
    #top .box04_menu_b span {
        color: #965a24
    }

    #top .box04_menu_l {}

    #top .box04_menu_r {}

    #top .box04_menu_b {
        text-align: right;
    }

    #top .box04_subtitle {
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-left: 2%;
        border-bottom: solid 1px #9f9c93;
    }

    #top .box05 {
        width: 100%;
        margin: 0px auto 50px auto;
    }

    #top .box05_name {
        line-height: 120%;
        letter-spacing: 0.2em;
    }

    #top .box05_text {
        margin: -10px 0px 10px 0px;
    }

    #top .box05 .more_contents {
        margin-top: 10px;
    }

    #top .box05 .barbox02 {
        margin: 0px auto;
        width: 70px;
        height: 20px;
    }

    #top .box05 .backbox03 {
        width: 90%;
        margin: 0px auto;
    }

    #top .box05_inner {
        height: auto;
        margin-bottom: 50px;
        background: url(../img/top/box05_ph01.png) no-repeat right;
        background-size: cover;
    }

    #top .box05_contents {
        width: 260px;
        height: auto;
        margin: 0px auto;
        padding: 20px 0px 40px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgba(255, 255, 255, 0.8);
    }

    #top .box05 .ren30p {
        font-size: 2.0em;
    }

    #top .box06 {
        width: 90%;
        margin: -10px auto 50px auto;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #top .box06_l {
        width: 100%;
        margin-bottom: 20px;
        padding: 50px 0px;
        background: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top .box06_r {
        width: 100%;
    }

    #top .box06_r img {
        width: 100%;
    }

    #top .box06_name {
        width: 100%;
        margin-bottom: 20px;
        padding: 0px;
        text-align: center;
    }

    #top .box06_add {
        width: 86%;
        margin-bottom: 20px;
        padding: 0px 7%;
    }

    #top .box06_tel {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 0px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        display: flex;
    }

    #top .box06_tel_l {
        display: none;
    }

    #top .box06_tel_r {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        font-size: 2em;
    }

    #top .box06_tel_r a {
        color: #fff;
        text-decoration: none;
    }

    #top .box06_tel_r a:hover {
        color: #fff;
        text-decoration: underline;
    }

    #top .box06_time {
        display: flex;
        flex-direction: column;
    }

    #top .box06_time_l {
        width: 86%;
        padding: 0px 7%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #top .box06_time_r {
        width: 86%;
        padding: 0px 7%;
        letter-spacing: 0.0rem;
    }

    #top .box06_titlebox {
        width: 100%;
        padding-right: 0px;
    }

    #top .box06_title {
        color: #000;
        text-align: center;
    }

    #top .box06 .barbox02 {
        margin: 0px auto;
        width: 80px;
        height: 20px;
    }

    #top .iconbox01 {
        top: 20px;
        right: 20px;
        position: absolute;
    }

    #top .iconbox01 img {
        width: 37px;
    }

    #top .iconbox02 {
        top: 0px;
        right: 20px;
        position: absolute;
    }

    #top .iconbox02 img {
        width: 37px;
    }

    #top .iconbox03 {
        bottom: -30px;
        left: 20px;
        position: absolute;
    }

    #top .iconbox03 img {
        width: 85px;
    }

    #top .iconbox04 {
        top: -20px;
        right: 20px;
        position: absolute;
    }

    #top .iconbox04 img {
        width: 40px;
    }

    /*トップページ*/






    /*Stylist*/
    #sty .backbox04 {
        margin-top: -1px;
    }

    #sty .barbox {
        height: 20px;
    }

    #sty .contents_title {
        width: 100%;
        margin: 0px auto 50px auto;
    }

    #sty .contents_title h2 {
        text-align: center;
    }

    #sty .box01 {
        width: 90%;
        height: auto;
        margin: 50px auto;
        display: flex;
        background:
            url(../img/common/boxback_t_l.png) no-repeat top left,
            url(../img/common/boxback_t_r.png) no-repeat top right,
            url(../img/common/boxback_b_l.png) no-repeat bottom left,
            url(../img/common/boxback_b_r.png) no-repeat bottom right,
            #dce6e6;
    }

    #sty .box01_l {
        width: 40%;
        margin: 0px auto;
        padding: 30px 20px 40px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #sty .box01_r {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    #sty .box01_r img {
        display: block;
        width: 100%;
    }

    #sty .box01_text {
        margin: 10px 0px;
    }

    #sty .box01 .renren30p {
        font-size: 1.4em;
        line-height: 140%;
    }

    #sty .box01_owner {
        margin-top: 10px;
    }

    #sty .box02 ul {
        margin-bottom: 20px;
        margin-left: 1.5em;
    }

    #sty .box02 ul li {
        line-height: 180%;
    }

    #sty .box02 ul:last-child {
        margin-bottom: 20px;
    }

    #sty .box02 ul li:before {
        content: "→";
        margin-left: -1.5em;
        margin-right: 0.5em;
    }

    #sty .box02 {
        width: 86%;
        margin: 0px auto 50px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #sty .box02_l {
        width: 100%;
        order: 1;
    }

    #sty .box02_c {
        width: 100%;
        height: 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        background: url(../img/sty/box02_line02.png);
        order: 3;
    }

    #sty .box02_c img {
        display: block;
        background: #fff;
        padding-left: 10px;
    }

    #sty .box02_c .pc {
        display: none;
    }

    #sty .box02_c .sp {
        display: block;
    }

    #sty .box02_r {
        width: 100%;
        margin-bottom: 20px;
        order: 2;
    }

    #sty .box02_r_b {
        padding: 10px 0px;
        text-align: center;
        border: solid 1px #000000;
    }

    #sty .box03 {
        width: 90%;
        margin: 0px auto 50px auto;
    }

    #sty .box03 div {
        width: 33%;
    }

    #sty .box03 img {
        width: 100%;
    }

    /*Stylist*/





    /*Privacy*/
    #pri .pc {}

    #pri .sp {
        display: block;
    }

    #pri .contents_title {
        width: 100%;
        margin: 0px auto 50px auto;
    }

    #pri .contents_title h2 {
        text-align: center;
    }

    #pri .barbox {
        width: 200px;
        height: 20px;
        overflow: hidden;
        margin: 30px auto 0px auto;
        border-left: solid 1px #000;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
    }

    #pri .backbox04 {
        margin-top: -26px;
    }

    #pri .box01 {
        width: 90%;
        margin: 0px auto 50px auto;
        padding: 0px 2% 0px 2%;
        border-bottom: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #pri .box01_l {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0px 0px 20px 0px;
        border-bottom: solid 1px #000;
    }

    #pri .box01_r {
        width: 96%;
        padding: 0px 2%;
        line-height: 180%;
    }

    /*Privacy*/





    /*Concept*/
    #con {
        width: 100%;
        margin: 0px auto;
    }

    #con .pc {
        width: 100%;
        display: none;
    }

    #con .sp {
        width: 100%;
        display: block;
    }

    #con .contents_title {
        width: 100%;
        margin: 0px auto 80px auto;
    }

    #con .contents_title h2 {
        text-align: center;
    }

    #con .barbox {
        width: 120px;
        height: 20px;
        overflow: hidden;
        margin: 10px auto 20px auto;
        border-left: solid 1px #000;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
    }

    #con .backbox04 {
        width: 90%;
        margin: -29px auto;
    }

    #con .box01 {
        width: 90%;
        margin: 0px auto 50px auto;
        padding-bottom: 50px;
        border-bottom: solid 1px #000;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #con .box01_l {
        width: 100%;
        order: 1;
    }

    #con .box01_r {
        display: none;
    }

    #con .box01_t {
        text-align: center;
    }

    #con .box01_t img {
        max-width: 250px;
        width: 80%;
        margin: 0px auto;
    }

    #con .box01_c {
        width: 100%;
        height: auto;
        margin: 50px 0px 40px 0px;
        overflow: hidden;
    }

    #con .box01_c div {
        display: none;
    }

    #con .box01_b {
        width: 96%;
        margin: 0px auto;
        line-height: 190%;
    }

    #con .box02 {
        width: 90%;
        margin: 50px auto 50px auto;
        display: flex;
        background:
            url(../img/common/boxback_t_l.png) no-repeat top left,
            url(../img/common/boxback_t_r.png) no-repeat top right,
            url(../img/common/boxback_b_l.png) no-repeat bottom left,
            url(../img/common/boxback_b_r.png) no-repeat bottom right,
            #dce6e6;
    }

    #con .box02_inner {
        padding: 45px 45px;
        line-height: 190%;
    }

    #con .box03 {
        width: 90%;
        margin: 50px auto 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #con .box03:last-child {
        margin-bottom: 50px;
    }

    #con .box03_inner {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #con .box03_l {
        width: 100%;
        background: none;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

    #con .box03_r {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    #con .box03_title {
        margin-bottom: 30px;
        display: flex;
        margin: 0px auto;
    }

    #con .box03_title01 {
        font-size: 3.5em;
    }

    #con .box03_title02 {
        width: 30px;
        height: 40px;
        margin-top: -8px;
        overflow: hidden;
    }

    #con .box03_title02 div {
        height: 50px;
        margin-left: 10px;
        border-left: solid 1px #000;
        transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(15deg);
    }

    #con .box03_text {
        width: 96%;
        background: url(../img/con/line02.png) top repeat-x;
        margin-top: 20px;
        padding: 20px 2% 0px 2%;
        line-height: 180%;
    }

    /*Concept*/





    /*Menu*/
    #pricemenu .pc {}

    #pricemenu .sp {
        display: none;
    }

    #pricemenu .contents_title {
        width: 100%;
        margin: 0px auto 50px auto;
    }

    #pricemenu .contents_title h2 {
        height: 50px;
        text-align: center;
    }

    #pricemenu .barbox {
        width: 70px;
        height: 20px;
        overflow: hidden;
        margin: 1px auto 0px auto;
        border-left: solid 1px #000;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
    }

    #pricemenu .backbox04 {
        margin-top: -0px;
    }

    #pricemenu .box01 {
        width: 86%;
        margin: 0px auto 40px auto;
        padding-bottom: 0px;
        line-height: 200%;
    }

    #pricemenu .box02 {
        width: 90%;
        margin: 0px auto 20px auto;
    }

    #pricemenu .box02:last-child {
        margin-bottom: 0px;
    }

    #pricemenu .box02 .barbox02 {
        margin: 0px auto;
        width: 70px;
        height: 20px;
    }

    #pricemenu .box02_title {
        text-align: center;
    }

    #pricemenu .box02_inner {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #pricemenu .box02_l {
        width: 100%;
        margin-bottom: 50px;
    }

    #pricemenu .box02_c {
        width: 100%;
        margin-bottom: 50px;
    }

    #pricemenu .box02_r {
        width: 100%;
    }

    #pricemenu .box02_menu_inner {
        width: 86%;
        margin: 0px auto 10px auto;
        display: flex;
        justify-content: space-between;
    }

    #pricemenu .box02_menu {
        margin-bottom: 10px;
        padding: 10px 0px;
        border-bottom: solid 1px #9f9c93;
    }

    #pricemenu .box02_menu span,
    #pricemenu .box02_menu_b span {
        color: #965a24
    }

    #pricemenu .box02_menu_l {}

    #pricemenu .box02_menu_r {}

    #pricemenu .box02_menu_b {
        text-align: right;
    }

    #pricemenu .box02_subtitle {
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-left: 2%;
        border-bottom: solid 1px #9f9c93;
    }

    #pricemenu .box03 {
        width: 90%;
        margin: 0px auto 50px auto;
    }

    #pricemenu .box03 img {
        width: 100%;
    }

    /*Menu*/





    /*Contact*/
    #inq .pc {
        display: none;
    }

    #inq .sp {
        display: block;
    }

    #inq .contents_title {
        width: 100%;
        margin: 0px auto 50px auto;
    }

    #inq .contents_title h2 {
        height: 47px;
        text-align: center;
    }

    #inq .barbox {
        width: 110px;
        height: 20px;
        overflow: hidden;
        margin: 11px auto 0px auto;
        border-left: solid 1px #000;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
    }

    #inq .backbox04 {
        margin-top: -7px;
    }

    #inq .box01 {
        width: 86%;
        margin: 0px auto 50px auto;
        line-height: 200%;
    }

    #inq .box02 {
        width: 90%;
        margin: 0px auto 50px auto;
        padding: 20px 0px;
        text-align: center;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
    }

    #inq .box02 a {
        color: #000;
        text-decoration: none;
    }

    #inq .box03 {
        width: 90%;
        margin: 0px auto 50px auto;
        padding-bottom: 0px;
    }

    #inq .box03_inner {
        width: 98%;
        margin: 0px auto 20px auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #inq .box03_l {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #inq .box03_r {
        width: 100%;
        padding-right: 0%;
        display: flex;
    }

    #inq .box03_r a {
        color: #000;
    }

    #inq .box03_r input[type="text"] {
        width: 100%;
    }

    #inq .box03_r ul {
        display: flex;
    }

    #inq .box03_bt {
        width: 100%;
        text-align: center;
    }

    #inq .box03_bt input {
        background-color: #000;
        font-size: 1.0em;
        color: #ffffff;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 10px 30px;
        appearance: none;
    }

    #inq .box03 input[type="text"] {
        padding: 10px;
        font-size: 1.2em;
    }

    #inq .box03 textarea {
        padding: 10px;
        font-size: 1.1em;
    }

    #inq .box03 span {
        color: #965a24;
    }

    #inq .box03_bt {
        margin-top: 20px;
    }

    /*Contact*/

















}

/*レスポンシブ　750px以下*/
