@charset "UTF-8";
/*Theme Name: 銀座ロッソ*/
@import url("https://fonts.googleapis.com/css2?family=Concert+One&family=Kiwi+Maru:wght@500&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 93.75%;
  }
  body {
    font-family: ryo-text-plusn, serif;
    font-weight: 600;
    font-style: normal;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    line-height: 1.5;
  }
  body a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .imgright {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .inner1160 {
    width: 1160px;
    margin: 0 auto;
  }
  body .h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  body .h2 span {
    color: #921126;
    font-size: 6.2rem;
    display: block;
    font-family: al-fresco, sans-serif;
  }
  body .h3 {
    text-align: center;
    line-height: 1;
  }
  body .h3 span {
    color: #921126;
    font-size: 6.2rem;
    display: block;
    font-family: al-fresco, sans-serif;
    margin-bottom: 0px;
  }
  body .btn a {
    display: block;
    margin: 0 auto;
    color: #ce2d2d;
    padding: 25px;
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #ce2d2d;
    line-height: 1;
  }
  body .btn a:hover {
    color: #fff;
    background: #ce2d2d;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .menu {
    height: 20px;
    position: fixed;
    right: 20px;
    top: 40px;
    width: 30px;
    z-index: 99;
  }
  header .menu .menu_line {
    background: #921126;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%;
  }
  header .menu .menu_linecenter {
    top: 9px;
  }
  header .menu .menu_linecenter.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  header .menu .menu_linebottom {
    bottom: 0;
  }
  header .menu .menu_linebottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    background: #fff;
  }
  header .menu .menu_linetop.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header .gnav {
    background: #921126;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
  }
  header .gnav .gnav_wrap {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
  header .gnav .gnav_menu {
    text-align: center;
    padding-top: 80px;
  }
  header .gnav .gnav_menu_item {
    margin: 40px 0;
  }
  header .gnav .gnav_menu_item a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
  }
  header .h_blc .h_logo {
    text-align: center;
    padding: 20px 0 30px;
  }
  header .h_blc nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc nav ul a {
    margin-left: 30px;
    display: block;
    font-weight: bold;
  }
  header .h_blc nav ul li:last-child a {
    background: #3465a2;
    color: #fff;
    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;
    font-size: 1.4rem;
    width: 190px;
    height: 140px;
    text-decoration: none;
  }
  header .topcatch {
    position: relative;
  }
  header .topcatch li:first-child strong {
    color: #921126;
    font-size: 4.2vw;
    position: absolute;
    top: 50px;
    right: 100px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    line-height: 1.8;
  }
  header .topcatch li:nth-child(2) strong {
    color: #ce000f;
    font-size: 4.2vw;
    position: absolute;
    top: 100px;
    right: 40px;
    line-height: 1.8;
    text-align: right;
  }
  header .topcatch img,
  header .subcatch img {
    width: 100%;
  }
  main {
    /*top*/
    /*guide*/
    /*salon*/
    /*item*/
    /*news*/
    /*single*/
    /*contact*/
  }
  main .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 580px;
    margin-left: 20px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
  }
  main .topics h2 {
    background: #921126;
    color: #fff;
    font-size: 1.4rem;
    width: 150px;
    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;
  }
  main .topics div {
    background: #fff;
    padding: 30px;
    width: 430px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  }
  main .topics time {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
  }
  main .topics h3 a {
    color: #921126;
    display: block;
    line-height: 2;
  }
  main .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px auto 100px;
  }
  main .banner li {
    width: 550px;
  }
  main .banner li a {
    display: block;
  }
  main .banner .campaign .title {
    background: #921126;
    color: #fff;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  main .banner .campaign .title span {
    font-size: 2.6rem;
  }
  main .banner .campaign dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
    border: 3px solid #921126;
  }
  main .banner .campaign dl dt {
    color: #921126;
    border: 1px solid #921126;
    padding: 10px;
    text-align: center;
  }
  main .banner .campaign dl dd {
    font-size: 1.4rem;
  }
  main .banner .reserv {
    background: #921126;
    padding: 20px;
  }
  main .banner .reserv .title {
    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;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main .banner .reserv .title p {
    margin: 0 15px;
  }
  main .banner .reserv .click {
    background: #fff;
    border-radius: 200px;
    color: #921126;
    font-size: 1.8rem;
    padding: 13px;
    text-align: center;
    position: relative;
  }
  main .banner .reserv .click img {
    position: absolute;
    top: 18px;
    right: 30px;
  }
  main #top_about {
    width: 1200px;
    margin: 0 auto;
  }
  main #top_about .bg {
    position: relative;
  }
  main #top_about .bg .txt {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 440px;
    padding: 50px 30px;
    line-height: 2;
  }
  main #top_about .bg .txt p {
    margin-bottom: 30px;
  }
  main #top_about .btn a {
    width: 230px;
  }
  main #top_salon {
    margin: 100px auto;
  }
  main #top_salon .h3 {
    margin-bottom: 80px;
  }
  main #top_salon .h3 span {
    margin-bottom: -10px;
  }
  main #top_salon strong {
    color: #921126;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    line-height: 3;
  }
  main #top_salon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1024px;
    margin: 120px auto 60px;
  }
  main #top_salon ul li:nth-child(1),
  main #top_salon ul li:nth-child(3) {
    margin-bottom: 100px;
  }
  main #top_salon ul li:nth-child(2) {
    margin-bottom: -60px;
  }
  main #top_salon .btn a {
    width: 450px;
  }
  main #top_item .h3 {
    margin-bottom: 80px;
  }
  main #top_item strong {
    color: #921126;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    line-height: 3;
  }
  main #top_item img {
    margin: 80px auto;
  }
  main #top_item .btn a {
    width: 450px;
    margin-bottom: 100px;
  }
  main #instagram .h3 span {
    margin-bottom: 10px;
  }
  main #instagram .btn a {
    width: 450px;
    margin: 70px auto 100px;
  }
  main #guide {
    margin: 100px auto;
  }
  main #guide .h2 {
    margin-bottom: 30px;
  }
  main #guide p {
    width: 800px;
    margin: 0 auto 30px;
    line-height: 2;
  }
  main #guide .img {
    margin: 80px auto;
    position: relative;
  }
  main #guide .img img {
    width: 100%;
  }
  main #guide .img h3 {
    position: absolute;
    color: #921126;
    font-family: al-fresco, sans-serif;
    font-size: 6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    width: 240px;
    height: 240px;
    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;
  }
  main #guide .salon .btn a {
    margin: 70px auto 100px;
    width: 450px;
  }
  main #guide .item strong {
    color: #921126;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    line-height: 2.6;
    margin-bottom: 60px;
  }
  main #guide .item .btn a {
    margin: 100px auto 120px;
    width: 450px;
  }
  main #salon {
    margin: 100px auto;
  }
  main #salon .title {
    background: #921126;
    color: #fff;
    padding: 10px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  main #salon > ul {
    margin-bottom: 100px;
  }
  main #salon > ul > li {
    margin-bottom: 60px;
  }
  main #salon > ul > li h4 {
    color: #921126;
    font-size: 1.6rem;
    border-bottom: 1px solid #921126;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  main #salon > ul > li h4 span {
    font-weight: bold;
  }
  main #salon > ul > li .imgleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  main #salon > ul > li .imgleft > div {
    margin-left: 40px;
  }
  main #salon > ul > li .imgleft > div p {
    margin-bottom: 20px;
    line-height: 2;
  }
  main #salon > ul > li .imgleft > div p:last-of-type {
    margin-bottom: 0;
  }
  main #salon > ul > li .imgleft > div ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main #salon > ul > li .flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px 40px;
  }
  main #salon > ul > li .flow img {
    margin: 0 auto 20px;
  }
  main #salon > ul > li .price {
    background: #fdebee;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  main #salon > ul > li .price p {
    background: #fff;
    color: #921126;
    font-size: 1.6rem;
    width: 100px;
    height: 100px;
    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-right: 50px;
  }
  main #salon > ul > li .price dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 940px;
    line-height: 2;
  }
  main #salon > ul > li .price dl dt {
    width: 50%;
    font-size: 1.4rem;
    color: #0b0b0b;
  }
  main #salon > ul > li .price dl dd {
    width: 50%;
    text-align: right;
    font-size: 1.4rem;
    color: #0b0b0b;
  }
  main #salon > ul > li .txt {
    text-align: right;
  }
  main #salon strong {
    font-size: 1.6rem;
    color: #921126;
    text-align: center;
    display: block;
    margin-bottom: 50px;
  }
  main .othermenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .othermenu dl {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 48%;
    line-height: 2;
  }
  main .othermenu dl dt {
    width: 62%;
  }
  main .othermenu dl dd {
    width: 38%;
    text-align: right;
  }
  main #item {
    margin: 100px auto;
    width: 1000px;
  }
  main #item .h2 {
    margin-bottom: 40px;
  }
  main #item > strong {
    color: #921126;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  main #item > img {
    margin: 20px auto 80px;
    display: block;
  }
  main #item ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 50px;
    margin-bottom: 40px;
  }
  main #item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #item ul li h3 {
    font-size: 1.4rem;
    color: #921126;
    margin: 20px auto;
    height: 60px;
  }
  main #item ul li strong {
    margin-bottom: 10px;
    display: block;
  }
  main #item ul li p {
    line-height: 1.6;
  }
  main #item ul li .btn01 {
    margin-top: auto;
  }
  main #item .try {
    margin: 60px auto 100px;
  }
  main #item .try strong {
    color: #921126;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
  main #item .try img {
    display: block;
    margin: 0 auto;
  }
  main #item .try p {
    line-height: 2;
    margin: 50px auto;
    width: 800px;
  }
  main #item .try .btn a {
    width: 450px;
  }
  main #archive {
    width: 760px;
    margin: 100px auto 160px;
  }
  main #archive li {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
  main #archive time {
    margin-right: 20px;
  }
  main #pagenavi {
    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;
  }
  main #pagenavi a {
    display: block;
    color: #921126;
    border: 1px solid #921126;
    background: #fff;
    padding: 15px;
    margin: 0 5px;
  }
  main #pagenavi a:hover {
    color: #fff;
    background: #921126;
  }
  main #pagenavi span {
    display: block;
    color: #fff;
    border: 1px solid #921126;
    background: #921126;
    padding: 15px;
    margin: 0 5px;
  }
  main #single {
    margin: 100px auto;
    width: 800px;
  }
  main #single h1 {
    font-size: 1.6rem;
    color: #921126;
    margin: 10px auto 50px;
  }
  main #single .content {
    margin-bottom: 60px;
  }
  main #single .content h2 {
    font-size: 1.2rem;
    color: #921126;
    border-left: 5px solid #921126;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  main #single .content h3 {
    font-size: 1.2rem;
    color: #921126;
    border-bottom: 1px solid #921126;
    margin-bottom: 20px;
  }
  main #single .content strong {
    font-weight: bold;
    display: block;
    font-size: 1.2rem;
  }
  main #single .content p,
  main #single .content img {
    margin-bottom: 20px;
    line-height: 2;
  }
  main .pagenavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .pagenavi ul a {
    background: #921126;
    color: #fff;
    padding: 15px 20px;
    font-size: 1.4rem;
    display: block;
    border: 1px solid #921126;
  }
  main .pagenavi ul a:hover {
    background: #fff;
    color: #921126;
  }
  main .connonlist {
    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;
  }
  main .connonlist dt {
    background: #921126;
    width: 340px;
    color: #fff;
    font-size: 1.3rem;
    padding: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .connonlist dd {
    width: 820px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #921126;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .connonlist dd a {
    color: #921126;
    text-decoration: underline;
  }
  main .connonlist input[type="text"] {
    width: 100%;
    height: 50px;
    font-family: ryo-text-plusn, serif;
    font-size: 1.2em;
    padding: 10px;
    border: none;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  main .connonlist textarea {
    width: 100%;
    height: 280px;
    font-family: ryo-text-plusn, serif;
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  main input[type="submit"] {
    display: block;
    margin: 0 auto;
    border: 2px solid #ce2d2d;
    font-family: ryo-text-plusn, serif;
    font-size: 1.4rem;
    padding: 15px;
    text-align: center;
    width: 450px;
    color: #ce2d2d;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: #fff;
  }
  main input[type="submit"]:hover {
    cursor: pointer;
    background: #ce2d2d;
    color: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main #contact,
  main #reserv {
    margin: 100px auto 150px;
  }
  main #contact dl,
  main #reserv dl {
    margin-bottom: 20px;
  }
  main #contact dd,
  main #reserv dd {
    padding: 10px;
  }
  main #contact .txt,
  main #reserv .txt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  footer .f_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  footer .f_info iframe {
    width: 50%;
  }
  footer .f_info .right {
    background: #efefef;
    width: 50%;
    padding: 30px;
  }
  footer .f_info .right strong {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
  }
  footer .f_info .right > a {
    font-size: 3.4rem;
    color: #921126;
    display: block;
  }
  footer .f_info .right .reservbtn a {
    background: #921126;
    color: #fff;
    width: 450px;
    display: block;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    font-size: 1.4rem;
    border: 2px solid #921126;
  }
  footer .f_info .right .reservbtn a:hover {
    background: #fff;
    color: #921126;
  }
  footer #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  footer #pagetop:hover {
    opacity: 0.5;
    cursor: pointer;
  }
  footer .f_blc {
    background: #921126;
    padding: 30px;
  }
  footer .f_blc .f_logo {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_blc .sns {
    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: 40px;
  }
  footer .f_blc .sns li {
    margin: 0 10px;
  }
  footer .f_blc .f_nav {
    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: 40px;
  }
  footer .f_blc .f_nav a {
    color: #fff;
    margin: 0 10px;
  }
  footer .f_blc small {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
  }
  .smonly {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: ryo-text-plusn, serif;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    width: 100%;
    line-height: 2;
  }
  body a {
    text-decoration: none;
    color: #000;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto;
  }
  body .imgleft p,
  body .imgright p {
    margin-bottom: 20px;
  }
  body .imgleft p:last-child,
  body .imgright p:last-child {
    margin-bottom: 0;
  }
  body .h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  body .h2 span {
    color: #921126;
    font-size: 5rem;
    display: block;
    font-family: al-fresco, sans-serif;
    line-height: 1.2;
  }
  body .h3 {
    text-align: center;
    line-height: 1;
  }
  body .h3 span {
    color: #921126;
    font-size: 5rem;
    display: block;
    font-family: al-fresco, sans-serif;
    margin-bottom: 0px;
  }
  body .btn a {
    display: block;
    margin: 0 auto;
    color: #ce2d2d;
    padding: 25px;
    text-align: center;
    font-size: 1.4rem;
    border: 2px solid #ce2d2d;
    line-height: 1;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .menu {
    height: 20px;
    position: fixed;
    right: 10px;
    top: 20px;
    width: 30px;
    z-index: 99;
  }
  header .menu .menu_line {
    background: #921126;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 100%;
  }
  header .menu .menu_linecenter {
    top: 9px;
  }
  header .menu .menu_linecenter.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  header .menu .menu_linebottom {
    bottom: 0;
  }
  header .menu .menu_linebottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    background: #fff;
  }
  header .menu .menu_linetop.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header .gnav {
    background: #921126;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
  }
  header .gnav .gnav_wrap {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
  header .gnav .gnav_menu {
    text-align: center;
    padding-top: 80px;
  }
  header .gnav .gnav_menu_item a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
  }
  header .h_blc .h_logo {
    text-align: center;
    padding: 20px;
  }
  header .h_blc nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc nav ul a {
    margin-left: 30px;
    display: block;
    font-weight: bold;
  }
  header .h_blc nav ul li:last-child a {
    background: #3465a2;
    color: #fff;
    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;
    font-size: 1.4rem;
    width: 190px;
    height: 140px;
    text-decoration: none;
  }
  header .topcatch li:first-child strong {
    color: #921126;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 20px;
    display: block;
  }
  header .topcatch li:nth-child(2) strong {
    color: #ce000f;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: right;
    padding: 20px;
    display: block;
  }
  header .topcatch img,
  header .subcatch img {
    width: 100%;
  }
  main {
    /*top*/
    /*guide*/
    /*salon*/
    /*item*/
    /*news*/
    /*single*/
    /*contact*/
  }
  main .topics h2 {
    background: #921126;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
  }
  main .topics div {
    background: #fff;
    padding: 20px;
  }
  main .topics time {
    font-size: 1.4rem;
    display: block;
  }
  main .topics h3 a {
    color: #921126;
    display: block;
    line-height: 2;
    font-size: 1.2rem;
  }
  main .banner {
    padding: 10px;
  }
  main .banner li {
    margin-bottom: 20px;
  }
  main .banner li a {
    display: block;
  }
  main .banner .campaign .title {
    background: #921126;
    color: #fff;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
  main .banner .campaign .title span {
    font-size: 2rem;
  }
  main .banner .campaign dl {
    padding: 10px;
    border: 3px solid #921126;
  }
  main .banner .campaign dl dt {
    color: #921126;
    border: 1px solid #921126;
    padding: 10px;
    text-align: center;
  }
  main .banner .campaign dl dd {
    font-size: 1.8rem;
    text-align: center;
  }
  main .banner .reserv {
    background: #921126;
    padding: 10px;
  }
  main .banner .reserv .title {
    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;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main .banner .reserv .title p {
    margin: 0 5px;
    font-size: 1rem;
  }
  main .banner .reserv .click {
    background: #fff;
    border-radius: 200px;
    color: #921126;
    font-size: 1.2rem;
    padding: 10px;
    text-align: center;
    position: relative;
  }
  main .banner .reserv .click img {
    position: absolute;
    top: 13px;
    right: 15px;
  }
  main #top_about .bg .txt {
    padding: 20px;
    line-height: 2;
  }
  main #top_about .bg .txt p {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  main #top_salon {
    padding: 20px;
  }
  main #top_salon .h3 {
    margin-bottom: 20px;
  }
  main #top_salon strong {
    color: #921126;
    font-size: 1.4rem;
    display: block;
  }
  main #top_salon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto;
  }
  main #top_salon ul li {
    margin: 0 5px;
  }
  main #top_item {
    padding: 20px;
  }
  main #top_item .h3 {
    margin-bottom: 20px;
  }
  main #top_item strong {
    color: #921126;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 20px;
  }
  main #top_item img {
    margin-bottom: 40px;
  }
  main #top_item .btn a {
    margin-bottom: 40px;
  }
  main #instagram {
    padding: 20px;
  }
  main #instagram .h3 span {
    margin-bottom: 10px;
  }
  main #instagram .btn a {
    margin: 40px auto;
  }
  main #guide {
    padding: 20px;
  }
  main #guide .h2 {
    margin-bottom: 20px;
  }
  main #guide p {
    margin-bottom: 20px;
  }
  main #guide .img {
    margin: 20px auto;
    position: relative;
  }
  main #guide .img img {
    width: 100%;
  }
  main #guide .img h3 {
    position: absolute;
    color: #921126;
    font-family: al-fresco, sans-serif;
    font-size: 14vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    width: 50%;
    height: 80%;
    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;
  }
  main #guide .salon .btn a {
    margin: 20px auto 40px;
  }
  main #guide .item strong {
    color: #921126;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 20px;
  }
  main #guide .item .btn a {
    margin: 20px auto 40px;
  }
  main #salon {
    padding: 20px;
  }
  main #salon .title {
    background: #921126;
    color: #fff;
    padding: 10px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main #salon > ul {
    margin-bottom: 60px;
  }
  main #salon > ul > li {
    margin-bottom: 40px;
  }
  main #salon > ul h4 {
    color: #921126;
    font-size: 1.2rem;
    border-bottom: 1px solid #921126;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  main #salon > ul h4 span {
    font-weight: bold;
  }
  main #salon > ul .imgleft {
    margin-bottom: 20px;
  }
  main #salon > ul .imgleft img {
    margin-bottom: 20px;
  }
  main #salon > ul .imgleft > div p {
    margin-bottom: 20px;
  }
  main #salon > ul .imgleft > div p:last-of-type {
    margin-bottom: 0;
  }
  main #salon > ul .imgleft > div ul {
    margin-bottom: 20px;
  }
  main #salon > ul .flow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main #salon > ul .flow img {
    margin: 0 auto 10px;
  }
  main #salon > ul .price {
    background: #fdebee;
    padding: 10px;
    margin-bottom: 10px;
  }
  main #salon > ul .price p {
    background: #fff;
    color: #921126;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  main #salon > ul .price dt {
    color: #0b0b0b;
  }
  main #salon > ul .price dd {
    text-align: right;
    color: #0b0b0b;
    margin-bottom: 10px;
  }
  main #salon > ul .txt {
    text-align: right;
  }
  main #salon strong {
    font-size: 1.4rem;
    color: #921126;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  main .othermenu dd {
    text-align: right;
    margin-bottom: 20px;
  }
  main #item {
    padding: 20px;
  }
  main #item .h2 {
    margin-bottom: 20px;
  }
  main #item > strong {
    color: #921126;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
  main #item > img {
    margin: 0 auto;
    display: block;
  }
  main #item ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
  }
  main #item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main #item ul li h3 {
    font-size: 1.2em;
    color: #921126;
    margin: 10px auto;
    line-height: 1.4;
    height: 70px;
  }
  main #item ul li strong {
    margin-bottom: 10px;
    display: block;
  }
  main #item ul li .btn01 {
    margin-top: auto;
  }
  main #item .try {
    margin: 20px auto;
  }
  main #item .try strong {
    color: #921126;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main #item .try img {
    display: block;
    margin: 0 auto;
  }
  main #item .try p {
    margin: 20px 0;
  }
  main #archive {
    padding: 20px;
  }
  main #archive li {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main #pagenavi {
    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: 20px;
  }
  main #pagenavi a {
    display: block;
    color: #921126;
    border: 1px solid #921126;
    background: #fff;
    padding: 10px;
    margin: 0 5px;
  }
  main #pagenavi span {
    display: block;
    color: #fff;
    border: 1px solid #921126;
    background: #921126;
    padding: 10px;
    margin: 0 5px;
  }
  main #single {
    padding: 20px;
  }
  main #single h1 {
    font-size: 1.4rem;
    color: #921126;
    margin: 10px auto 20px;
  }
  main #single .content {
    margin-bottom: 20px;
  }
  main #single .content h2 {
    font-size: 1.2rem;
    color: #921126;
    border-left: 5px solid #921126;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  main #single .content h3 {
    font-size: 1.2rem;
    color: #921126;
    border-bottom: 1px solid #921126;
    margin-bottom: 20px;
  }
  main #single .content strong {
    font-weight: bold;
    display: block;
    font-size: 1.2rem;
  }
  main #single .content p,
  main #single .content img {
    margin-bottom: 20px;
  }
  main .pagenavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .pagenavi ul a {
    background: #921126;
    color: #fff;
    padding: 10px;
    display: block;
    border: 1px solid #921126;
  }
  main .connonlist dt {
    background: #921126;
    color: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .connonlist dd {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #921126;
  }
  main .connonlist dd img {
    display: block;
  }
  main .connonlist dd a {
    color: #921126;
    text-decoration: underline;
  }
  main .connonlist input[type="text"] {
    width: 100%;
    height: 50px;
    font-family: ryo-text-plusn, serif;
    font-size: 1.2em;
    padding: 10px;
    border: none;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  main .connonlist textarea {
    width: 100%;
    height: 280px;
    font-family: ryo-text-plusn, serif;
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  main input[type="submit"] {
    display: block;
    margin: 0 auto;
    border: 2px solid #ce2d2d;
    font-family: ryo-text-plusn, serif;
    font-size: 1.4rem;
    padding: 15px;
    text-align: center;
    width: 100%;
    color: #ce2d2d;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: #fff;
  }
  main #contact,
  main #reserv {
    padding: 20px;
  }
  main #contact dl,
  main #reserv dl {
    margin-bottom: 20px;
  }
  main #contact dd,
  main #reserv dd {
    padding: 10px;
  }
  main #contact .txt,
  main #reserv .txt {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .f_info {
    position: relative;
  }
  footer .f_info iframe {
    width: 100%;
    height: 250px;
    display: block;
  }
  footer .f_info .right {
    background: #efefef;
    padding: 20px;
  }
  footer .f_info .right strong {
    font-size: 1.8rem;
    display: block;
  }
  footer .f_info .right p {
    font-size: 1.2rem;
  }
  footer .f_info .right > a {
    font-size: 2.6rem;
    color: #921126;
    display: block;
  }
  footer .f_info .right .reservbtn a {
    background: #921126;
    color: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    font-size: 1.4rem;
    border: 1px solid #921126;
  }
  footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 20px;
  }
  footer .f_blc {
    background: #921126;
  }
  footer .f_blc .f_logo {
    text-align: center;
    padding: 20px 0 0;
  }
  footer .f_blc .sns {
    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: 20px;
  }
  footer .f_blc .sns li {
    margin: 0 10px;
  }
  footer .f_blc .f_nav a {
    color: #fff;
    padding: 20px;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
  }
  footer .f_blc .f_nav li:first-child a {
    border-top: 1px solid #fff;
  }
  footer .f_blc small {
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  .pconly {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */