@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Thasadith&display=swap");
/*********************************
 Reset
 *********************************/
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-17
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*********************************
 common
 *********************************/
* {
  font-weight: lighter;
  box-sizing: border-box;
  word-break: break-all; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  /*font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;*/ }

body {
  font-size: 3vw;
  line-height: 1.3;
  color: #000;
  background-color: #fffaf0; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none; }
  /*a:hover {
    color: #7c593d; }*/

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px; }

/*********************************
 header
 *********************************/
header {
  width: 100%;
  /*padding: 10px 5px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  @media screen and (min-width: 768px) {
    header {
      /*padding: 20px 10px;*/ } }
  header .logo {
    width: 40vw;
    max-width: 350px; }
  header .header_menu ul {
    list-style: none;
    letter-spacing: -.4em; }
    header .header_menu ul li {
      letter-spacing: normal;
      text-align: center;
      display: inline-block; }
      header .header_menu ul li a {
        padding: 0 1.5625vw;
        display: block; }
        @media screen and (min-width: 768px) {
          header .header_menu ul li a {
            font-size: 22px/*1.185em*/; } }
        header .header_menu ul li a span {
          font-size: 1.1em;
          display: block;
          /*font-family: 'Thasadith', sans-serif;*/ }

/*********************************
 footer
 *********************************/
footer .pagetop {
  width: 37px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 99; }
  @media screen and (min-width: 768px) {
    footer .pagetop {
      width: 57px; } }
footer .footer_top {
  padding-top: 10px;
  text-align: center; }
  footer .footer_top .logo {
    width: 48.56vw;
    max-width: 373px;
    margin: 0 auto;
    display: block; }
  footer .footer_top address {
    margin-top: 10px;
    font-style: normal; }
    footer .footer_top address a {
      margin-top: 10px;
      font-size: 1.4375em;
      display: inline-block;
      /*font-family: 'Thasadith', sans-serif;*/ }
footer .footer_middle .sns {
  padding: 5.208vw 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    footer .footer_middle .sns {
      padding: 40px 0; } }
  footer .footer_middle .sns a {
    width: 6.6666vw;
    max-width: 50px;
    margin-right: 5px;
    display: inline-block; }
    footer .footer_middle .sns a:last-child {
      margin-right: 0; }
    footer .footer_middle .sns a:hover {
      opacity: 0.5 !important; }
footer .footer_bottom {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }
  footer .footer_bottom ul {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    border-collapse: collapse; }
    footer .footer_bottom ul li {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      footer .footer_bottom ul li a {
        /*padding: 2.6vw;*/
        display: block; }
        @media screen and (min-width: 768px) {
          footer .footer_bottom ul li a {
            /*padding: 20px;*/
            font-size: 1.185em; } }
        footer .footer_bottom ul li a span {
          font-size: 1.25em;
          display: block;
			margin-right: 10px;
          /*font-family: 'Thasadith', sans-serif;*/ }

/*********************************
 content
 *********************************/
#content .midashi1 {
  /*margin-bottom: 20px;*/
  text-align: center;
  font-family: 'DM Serif Display', serif; }
  @media screen and (min-width: 768px) {
    #content .midashi1 {
      /*margin-bottom: 30px;*/ } }
  #content .midashi1 span {
    display: block;
    /*font-size: 3.125em;
    letter-spacing: -0.05em;
    font-family: 'DM Serif Display', serif;*/ }
#content .section {
  /*padding: 0 0 30px;*/ }
  @media screen and (min-width: 768px) {
    #content .section {
      /*padding: 60px 0;*/ } }
#content .acordion-title + .acordion-content {
  height: 0;
  overflow: hidden; }
#content .acordion-title.open + .acordion-content {
  height: auto; }

/*index*/
#content .top_slide a {
  cursor: default; }
#content .top_slide .sp-selected a {
  cursor: pointer; }
  #content .top_slide .sp-selected a:hover {
    opacity: 0.5 !important; }
#content .top_slide .sp-bottom-thumbnails {
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #content .top_slide .sp-bottom-thumbnails {
      margin-top: 10px;
      margin-bottom: 10px; } }
#content .top_slide .sp-arrows .sp-arrow {
  width: 40px;
  height: 40px;
  background-image: url("../img/slide_arrow.png");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #content .top_slide .sp-arrows .sp-arrow {
      width: 70px;
      height: 70px; } }
  #content .top_slide .sp-arrows .sp-arrow:before, #content .top_slide .sp-arrows .sp-arrow:after {
    content: none !important; }
#content .top_slide .sp-arrows .sp-previous-arrow {
  left: 10px; }
#content .top_slide .sp-arrows .sp-next-arrow {
  right: 10px; }
#content .top_slide .sp-button {
  width: 6px;
  height: 6px;
  margin: 5px;
  border: none;
  background-color: #666666; }
#content .top_slide .sp-selected-button {
  background-color: #000000; }
#content .top_concept {
  /*padding-top: 40px;*/
  padding-bottom: 60px }
  @media screen and (min-width: 768px) {
    #content .top_concept {
      /*padding-top: 60px;*/
	    padding-bottom: 60px;} }
  #content .top_concept .img {
    width: 100%;
    /*height: 400px;
    max-height: 869px;
    position: relative;
    overflow: hidden;*/ }
    #content .top_concept .img img {
      width: 100%;
      /*position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);*/ }
  #content .top_concept p {
    margin: 40px 0;
    font-size: 1.125em;
    line-height: 2;
    text-align: center; }
  #content .top_concept ul {
    list-style: none;
    display: flex;
    justify-content: space-between; }
    #content .top_concept ul li {
      width: 32%;
      background-color: #c6b4a2;
      position: relative; }
      #content .top_concept ul li:after {
        width: 100%;
        height: 8px;
        content: '';
        background-color: #a88d74;
        position: absolute;
        bottom: 0;
        left: 0; }
      #content .top_concept ul li a {
        width: 100%;
        height: 100%;
        display: table;
        color: #7c593d;
        font-size: 0.75em; }
        @media screen and (min-width: 768px) {
          #content .top_concept ul li a {
            font-size: 1em; } }
        #content .top_concept ul li a > div {
          padding: 20px 0;
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            #content .top_concept ul li a > div {
              padding: 40px 0; } }
        #content .top_concept ul li a span {
          margin-bottom: 0.5em;
          display: block;
          font-size: 2em;
          line-height: 1;
          color: #ffffff;
          /*font-family: 'Thasadith', sans-serif;*/ }
        #content .top_concept ul li a:hover {
          color: #ffffff;
          background-color: #a88d74; }
#content .top_staff .staff_list ul {
  list-style: none; }
  #content .top_staff .staff_list ul:after {
    content: '';
    display: table;
    clear: both; }
  #content .top_staff .staff_list ul li {
    width: 48%;
    float: left;
    font-size: 0.75em; }
    #content .top_staff .staff_list ul li .box {
      padding: 5px; }
    @media screen and (min-width: 1001px) {
      #content .top_staff .staff_list ul li {
        width: 20%; }
        #content .top_staff .staff_list ul li .box {
          padding: 15px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      #content .top_staff .staff_list ul li {
        width: 25%; }
        #content .top_staff .staff_list ul li .box {
          padding: 10px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      #content .top_staff .staff_list ul li {
        width: 33.3333%; }
        #content .top_staff .staff_list ul li .box {
          padding: 8px; } }
    #content .top_staff .staff_list ul li img {
      margin-bottom: 5px; }
    #content .top_staff .staff_list ul li p .name {
      display: block;
      border-bottom: solid 1px #231815; }
#content .top_pricemenu p {
  /*margin-bottom: 10px;
  color: #a88d74;
  margin-left: 14px;
  margin-right: 14px;*/
  /*text-align: left;*/ }
#content .top_pricemenu p span {
	text-align: right;
}
  @media screen and (min-width: 768px) {
    #content .top_pricemenu p {
      /*width: 80%;*/
 } }
#content .top_pricemenu dl {
  margin-bottom: 15px; }
  #content .top_pricemenu dl:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    #content .top_pricemenu dl {
      width: 80%;
      margin: 0 auto 15px auto;
      display: flex;
      flex-wrap: wrap; } }
  #content .top_pricemenu dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
    background-color: #a88d74;
    position: relative; }
    @media screen and (min-width: 768px) {
      #content .top_pricemenu dl dt {
        padding: 10px 20px;
        line-height: 1em; } }
    #content .top_pricemenu dl dt:after {
      content: '';
      display: block;
      clear: both; }
    #content .top_pricemenu dl dt span {
      font-size: 0.667em;
      font-weight: lighter;
      display: block; }
      @media screen and (min-width: 768px) {
        #content .top_pricemenu dl dt span {
          float: right;
          display: inline-block;
          line-height: 1.5em; } }
    #content .top_pricemenu dl dt:before {
      width: 3px;
      height: 100%;
      content: '';
      background-color: #866447;
      position: absolute;
      top: 0;
      left: 0; }
  #content .top_pricemenu dl dd {
    width: 80%;
    margin: 0 auto;
    display: table; }
    @media screen and (min-width: 768px) {
      #content .top_pricemenu dl dd {
        width: 33.3333%;
        margin: 0; } }
    #content .top_pricemenu dl dd .item {
      width: 50%;
      padding: 5px 10px;
      display: table-cell; }
      @media screen and (min-width: 768px) {
        #content .top_pricemenu dl dd .item {
          width: 55%;
          padding: 10px; } }
    #content .top_pricemenu dl dd .price {
      width: 50%;
      padding: 5px 10px;
      display: table-cell;
      text-align: right; }
      @media screen and (min-width: 768px) {
        #content .top_pricemenu dl dd .price {
          width: 45%;
          padding: 10px 20px; } }
#content .top_coupon .coupon_area:after {
  content: '';
  display: block;
  clear: both; }
#content .top_coupon .coupon_area .coupon_set {
  list-style: none; }
  #content .top_coupon .coupon_area .coupon_set .coupon_item {
    /*margin-bottom: 30px;*/ }
    #content .top_coupon .coupon_area .coupon_set .coupon_item h3 {
      width: 100%;
      /*max-width: 344px;*/
      height: 45px;
      margin: 0 auto -22px auto;
      color: #ffffff;
	  background-color: #a88d74;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 45px;
	  padding-left: 10px;
      text-align: left;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 10; }
      /*#content .top_coupon .coupon_area .coupon_set .coupon_item h3:before {
        width: 12px;
        height: 10px;
        margin-right: 10px;
        content: '';
        background-image: url("../img/icon_sankaku_bottom_white.png");
        -webkit-background-size: cover;
        background-size: cover;
        display: inline-block; }*/
        @media screen and (min-width: 768px) {
          #content .top_coupon .coupon_area .coupon_set .coupon_item h3:before {
            width: 18px;
            height: 15px; } }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .content {
      margin-bottom: 15px;
      cursor: pointer; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail {
        padding: 42px 20px 20px 20px;
        text-align: center; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p {
          /*margin: 0 0 1em 0;*/
          font-size: 1.65em;
          font-weight: bold; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type1 {
          padding: 5px 10px;
          display: block;
          background-color: #ffffff; }
          #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type1 span {
            margin-right: 2em;
            display: inline-block;
            font-size: 0.875em; }
          #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type1 em {
            font-style: normal;
            font-size: 1.5em;
            font-weight: bold; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail .type2 {
          padding: 5px 10px;
          display: block;
          background-color: #ffffff;
          font-size: 1.5em;
          font-weight: bold; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .content .anotation ul {
        padding: 10px 20px;
        list-style: none; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .anotation ul li {
          font-size: 0.875em;
		  color: #fff; }
          /*#content .top_coupon .coupon_area .coupon_set .coupon_item .content .anotation ul li:before {
            width: 0.8em;
            height: 0.8em;
            margin-right: 0.2em;
            content: '';
            background-color: #231815;
            display: inline-block; }*/
      #content .top_coupon .coupon_area .coupon_set .coupon_item .content .attention {
        display: none;
        background-color: #ffffff; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .content .attention p {
          padding: 10px 20px;
          font-size: 0.875em; }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .open {
      width: 80%;
      margin: 0 auto;
      padding: 5px 10px;
      /*position: relative;*/
      font-weight: bold;
      color: #ffffff;
      text-align: center;
      cursor: pointer; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        content: '';
        /*position: absolute;*/
        top: 1px;
        left: 1px;
        /*border: solid 1px #ffffff;*/ }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .close {
      padding: 5px 10px;
      text-align: center;
      color: #000;
      cursor: pointer;
      border-top: solid 1px #ffffff;
	  display: block; }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .modal {
      width: 90%;
      max-width: 700px;
      height: auto;
      max-height: calc(100% - 20px);
      margin: auto;
      display: none;
      overflow: auto;
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 999;
      transform: translate(-50%, -50%); }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .modal h4 {
        padding: 5px 10px;
        font-size: 1.5em;
        text-align: center;
        color: #000; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .modal > p {
        padding: 5px 10px;
        font-weight: bold;
        text-align: center;
		color: #000;
        background-color: #ffffff; }
      #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content {
        margin-bottom: 0;
        cursor: default; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content h3 {
          display: none; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content .detail {
          padding: 20px; }
        #content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content .attention {
          display: block; }
    #content .top_coupon .coupon_area .coupon_set .coupon_item .overlay {
      width: 100%;
      height: 100%;
      display: none;
      background-color: rgba(0, 0, 0, 0.8);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 998; }
@media screen and (min-width: 768px) {
  #content .top_coupon .coupon_area .coupon1 {
    width: 49%;
    float: left; } }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item h3 {
  background-image: url("../img/midashi_ribon_red.png"); }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail {
  background-color: #e8e0d8; }
  #content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail > p {
    color: #a88d74; }
  #content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail .type1 {
    color: #eb6453; }
  #content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail .type2 {
    color: #eb6453; }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .anotation {
  background-color: #a88d74; }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
  background-color: #a88d74; }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .open {
  /*background-color: #a88d74;*/ }
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
  background-color: #a88d74; }
@media screen and (min-width: 768px) {
  #content .top_coupon .coupon_area .coupon2 {
    width: 49%;
    float: right; } }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item h3 {
  background-image: url("../img/midashi_ribon_khaki.png"); }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail {
  background-color: #efe0c7; }
  #content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail > p {
    color: #cea158; }
  #content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail .type1 {
    color: #cea158; }
  #content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail .type2 {
    color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .anotation {
  background-color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .modal h4 {
  background-color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .open {
  background-color: #cea158; }
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .close {
  background-color: #cea158; }
#content .top_nailsalon .top_nailsalon_subtitle {
  width: calc(100% - 20px);
  max-width: 1460px;
  margin: 0 auto;
  padding: 5px 20px 5px 41px;
  font-size: 1.125em;
  text-align: center;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815; }
  #content .top_nailsalon .top_nailsalon_subtitle:before {
    width: 11px;
    height: 10px;
    margin: 0 10px 0 -21px;
    content: '';
    background-image: url("../img/icon_sankaku_bottom_black.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nailsalon_subtitle {
      width: calc(80% - 20px); } }
#content .top_nailsalon .top_nailsalon_txt {
  margin: 40px 0;
  font-size: 1.125em;
  line-height: 2;
  text-align: center; }
#content .top_nailsalon .top_nail_slide a {
  cursor: default; }
#content .top_nailsalon .top_nail_slide .sp-selected a {
  cursor: pointer; }
  #content .top_nailsalon .top_nail_slide .sp-selected a:hover {
    opacity: 0.5 !important; }
#content .top_nailsalon .top_nail_slide .sp-bottom-thumbnails {
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nail_slide .sp-bottom-thumbnails {
      margin-top: 10px;
      margin-bottom: 10px; } }
#content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow {
  width: 40px;
  height: 40px;
  background-image: url("../img/slide_arrow.png");
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow {
      width: 70px;
      height: 70px; } }
  #content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow:before, #content .top_nailsalon .top_nail_slide .sp-arrows .sp-arrow:after {
    content: none !important; }
#content .top_nailsalon .top_nail_slide .sp-arrows .sp-previous-arrow {
  left: 0; }
#content .top_nailsalon .top_nail_slide .sp-arrows .sp-next-arrow {
  right: 0; }
#content .top_nailsalon .top_nail_slide .sp-button {
  width: 6px;
  height: 6px;
  margin: 10px;
  border: none;
  background-color: #666666; }
#content .top_nailsalon .top_nail_slide .sp-selected-button {
  background-color: #000000; }
#content .top_nailsalon .top_nailsalon_concept p {
  margin: 40px 0;
  font-size: 1.125em;
  line-height: 2;
  text-align: center; }
#content .top_nailsalon .top_nailsalon_concept ul {
  max-width: 724px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #content .top_nailsalon .top_nailsalon_concept ul li {
    width: 50%;
    padding: 10px; }
#content .top_nailsalon .top_nailsalon_staff .staff_list ul {
  list-style: none; }
  #content .top_nailsalon .top_nailsalon_staff .staff_list ul:after {
    content: '';
    display: table;
    clear: both; }
  #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
    width: 48%;
    float: left;
    font-size: 0.75em; }
    #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
      padding: 5px; }
    @media screen and (min-width: 1001px) {
      #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
        width: 20%; }
        #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
          padding: 15px; } }
    @media screen and (min-width: 769px) and (max-width: 1000px) {
      #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
        width: 25%; }
        #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
          padding: 10px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      #content .top_nailsalon .top_nailsalon_staff .staff_list ul li {
        width: 33.3333%; }
        #content .top_nailsalon .top_nailsalon_staff .staff_list ul li .box {
          padding: 8px; } }
    #content .top_nailsalon .top_nailsalon_staff .staff_list ul li img {
      margin-bottom: 5px; }
    #content .top_nailsalon .top_nailsalon_staff .staff_list ul li p .name {
      display: block;
      border-bottom: solid 1px #231815; }
#content .top_nailsalon .top_nailsalon_button ul {
  list-style: none;
  display: flex;
  justify-content: space-between; }
  #content .top_nailsalon .top_nailsalon_button ul li {
    width: 48%;
    background-color: #c6b4a2;
    position: relative; }
    #content .top_nailsalon .top_nailsalon_button ul li:after {
      width: 100%;
      height: 8px;
      content: '';
      background-color: #a88d74;
      position: absolute;
      bottom: 0;
      left: 0; }
    #content .top_nailsalon .top_nailsalon_button ul li a {
      width: 100%;
      height: 100%;
      display: table;
      color: #7c593d;
      font-size: 0.75em; }
      @media screen and (min-width: 768px) {
        #content .top_nailsalon .top_nailsalon_button ul li a {
          font-size: 1em; } }
      #content .top_nailsalon .top_nailsalon_button ul li a > div {
        padding: 20px 0;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        @media screen and (min-width: 768px) {
          #content .top_nailsalon .top_nailsalon_button ul li a > div {
            padding: 40px 0; } }
      #content .top_nailsalon .top_nailsalon_button ul li a span {
        margin-bottom: 0.5em;
        display: block;
        font-size: 2em;
        line-height: 1;
        color: #ffffff;
        /*font-family: 'Thasadith', sans-serif;*/ }
      #content .top_nailsalon .top_nailsalon_button ul li a:hover {
        color: #ffffff;
        background-color: #a88d74; }
  @media screen and (min-width: 768px) {
    #content .top_nailsalon .top_nailsalon_button ul {
      justify-content: center; }
      #content .top_nailsalon .top_nailsalon_button ul li {
        width: 32%;
        margin: 0 2%; } }
#content .top_shop dl {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #content .top_shop dl {
      max-width: 1004px } }
  #content .top_shop dl dt {
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    border-top: solid 1px #231815;
    border-bottom: solid 1px #231815; }
  #content .top_shop dl dd {
    margin-bottom: 20px; }
    #content .top_shop dl dd table {
      width: 100%; }
      #content .top_shop dl dd table th {
        width: 30%;
        padding: 0 10px 10px 10px;
        vertical-align: top;
        text-align: left; }
        @media screen and (min-width: 768px) {
          #content .top_shop dl dd table th {
            width: 100px; } }
      #content .top_shop dl dd table td {
        padding: 0 10px 10px 10px;
        vertical-align: top; }
#content .top_shop .map {
  width: 100%;
  height: 60vw;
  max-height: 460px;
  margin: 0 auto 30px auto; }
  @media screen and (min-width: 768px) {
    #content .top_shop .map {
      max-width: 1004px } }
  #content .top_shop .map iframe {
    width: 100%;
    height: 100%;
    border: none; }
#content .top_shop .shop_img {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    #content .top_shop .shop_img {
      width: 80%; } }
  #content .top_shop .shop_img img {
    width: 100%; }


html {
	font-family: 'Noto Serif JP', serif;
	scroll-behavior: smooth;
}
li {
	list-style: none;
}

.font_t {
	font-family: 'Noto Serif JP', serif;
}
.font_b {
	font-weight: bold;
}
.visible-sp {
	display: none;
}
.visible-pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.sp-button {
		border-radius: 0;
	}
}
/********************************
header
********************************/
header {
	/*max-height: 100px;*/
	flex-wrap: nowrap;
	z-index: 999;
	background-color: #fff9d5;
}
header .logo {
	margin-left: 30px;
	font-size: 30px;
}
header .header_menu ul {
	letter-spacing: -0.2em;
}
header .header_menu ul li {
	/*height: 100px;*/
	width: 110px;
	display: table-cell;
}
header .header_menu ul li a {
	color: #545454;
	padding: 15px 0;
	line-height: 25px;
	display: block;
	height: 100%;
}
header .header_menu ul li a img {
	width: 40%;
}
header .header_menu ul p {
	/*border-right: 1px solid #fff;*/
	font-size: 15px;
}
/*header .header_menu ul li:nth-last-of-type(1) p {
	border: none;
}
header .header_menu ul li a p span {
	font-size: 14px;
}*/
.btn_box {
	width: 80px;
}
.btn_box .openbtn {
	position: relative;
	cursor: pointer;
	width: 35px;
	height: 30px;
	left: 20px;
}

.btn_box .openbtn span {
	display: inline-block;
	/*transition: all .1s;*/
	position: absolute;
	height: 2px;
	background: #fff;
	width: 100%;
}
.btn_box .openbtn span:nth-of-type(1) {
	top: 10px;	
}

.btn_box .openbtn span:nth-of-type(2) {
	top: 20px;
}

.btn_box .openbtn span:nth-of-type(3) {
	top: 30px;
}
.btn_box .openbtn.active span:nth-of-type(1) {
	top: 15px;
	left: 20px;
	transform: translateY(6px) rotate(-45deg);
	width: 95%;
}
 .btn_box .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_box .openbtn.active span:nth-of-type(3) {
	top: 27px;
	left: 20px;
	transform: translateY(-6px) rotate(45deg);
	width: 95%;
}
@media screen and (max-width: 767px) {
	.btn_box .openbtn {
		left: 13px;
		margin-top: 3px;
	}
	.btn_box .openbtn span {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(1) {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(3) {
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	header {
		display: block;
	}
	header .logo {
		margin: 0 auto;
		padding-top: 5px;
		width: 35%;
		font-size: 18px;
		text-align: center;
	}
	header .header_menu ul li {
		/*height: 60px;*/
		width: calc(100% / 5);
	}
	header .header_menu ul li a {
		line-height: 15px;
		font-size: 16px;
		padding: 5px 0;
	}
	header .header_menu ul li a img {
		width: 35%;
		padding-bottom: 5px;
	}
	header .header_menu ul {
		letter-spacing: 0;
		/*width: 180px;*/
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	header .header_menu ul li a p  {
		font-size: 12px;
	}
	#g-nav-list {
		padding-top: 50px;
	}
}
/********************************
main
********************************/
.warp {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_data {
	text-align: center;
	font-size: 26px;
	margin: 40px 0 60px;
	padding: 15px 0;
	border-bottom: 7px double #b4b4b4;
	border-top: 7px double #b4b4b4;
	border-color: -webkit-#000 !important;
	-webkit-appearance: none;
}
#content .hotel_data h1 {
	font-size: 36px;
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 50px;
}
.sp-buttons {
	padding-top: 5px;
}
#content .top_slide .sp-button {
	width: 25px;
	height: 2px;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #8b0000;
}
.warp .inner .text_area {
	background-color: #ecd08b;
	color: #000;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.warp .inner .text_area p:first-of-type {
	padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 16px;
		margin: 20px 0 30px;
		border-bottom: 5px double #b4b4b4;
		border-top: 5px double #b4b4b4;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	.warp .inner .text_area {
		font-size: 13px;
	}
	#content .top_concept {
		padding-bottom: 30px;
	}
}

.info_container {
	width: 100%;
	padding-bottom: 60px;
}
.info_container .info_box {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}
.info_container .info_box:last-of-type {
	margin-bottom: 0;
}
.info_container .info_box.row_r {
	flex-direction: row-reverse;
}
.info_container .info_box .info_slider {
	width: 45%;
}

.info_container .info_box .info_text_area .p_l {
	padding-left: 15px;
}
.info_container .info_box .info_text_area .p_r {
	padding-right: 15px;
}
.info_container .info_box .info_text_area dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.info_container .info_box .info_text_area dd {
	font-size: 18px;
	padding-bottom: 10px;
}
.info_container .info_box .info_text_area dd:last-of-type {
	padding-bottom: 0;
}
#content .hotel_concept {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#content .hotel_concept .text_area {
	background-color: #626262;
	/*max-width: 1024px;*/
	margin: 0 auto;
	padding: 25px 8px;
}
#content .hotel_concept .text_area h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
#content .hotel_concept .text_area p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
#content .hotel_concept .text_area p img {
	height: 100%;
	margin-right: 10px;
}
#content .hotel_concept .icon_area {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_concept .icon_area .icon_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#content .hotel_concept .icon_area .icon_inner .icon_box {
	width: 40%;
	padding: 15px 30px;
	margin: 15px;
	background-color: #F8F5F2;
}
.icon_area .icon_inner .icon_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box img {
	width: 60%;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box p {
	font-size: 18px;	
}

.midashi_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b4b4b4;
	line-height: 1;
}
.midashi_box .midashi1 {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.midashi_box .midashi1 span {
	font-size: 36px;
	color: #000;
}
.midashi_box .midashi1 img {
	width: 100px;
	margin-right: 10px;
}

.menu {
	padding-bottom: 60px;
}
.menu_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_b li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 20px;
}
.menu_b li:first-of-type {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#content .hotel_concept .text_area {
		padding: 10px 0;
	}
	#content .hotel_concept .text_area h2 {
		font-size: 17px;
	}
	#content .hotel_concept .text_area p {
		font-size: 18px;
	}
	#content .hotel_concept .text_area p img {
		height: 70%;
	}
	.midashi_box {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.midashi_box .midashi1 span {
		font-size: 22px;
	}
	.midashi_box .midashi1 img {
		width: 60px;
	}
	#content .hotel_concept .icon_area .icon_inner {
		justify-content: space-between;
		width: 95%;
		margin: 15px auto 30px;
	}
	#content .hotel_concept .icon_area .icon_inner .icon_box {
		width: 48%;
		padding: 15px 5px;
		margin: 0 0 15px;
	}
	.icon_area .icon_inner .icon_box h4 {
		font-size: 13px;
	}
	.icon_area .icon_inner .icon_box img {
		width: 40%;
	}
	.icon_area .icon_inner .icon_box p {
		font-size: 11px;
	}
	.info_container {
		padding: 0 0 30px;
	}
	.info_container .info_box .info_text_area {
		padding-top: 3px;
	}
	.info_container .info_box .info_text_area dt {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.info_container .info_box .info_text_area dd {
		font-size: 12px;
		padding-bottom: 10px;
	}
	.info_container .info_box .info_text_area .p_l {
		padding-left: 10px;
	}
	.menu {
		padding-bottom: 30px;
	}
	.menu_b li {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}
}
/********************************
Price
********************************/
.m_b {
	margin-bottom: 30px;
}

.menu_btn ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
.menu_btn ul li {
	width: calc(100% / 2 - 5px);
	/*background-color: #626262;*/
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 10px;
	background-color: #8b0000;
}
.menu-list,
.menu_btn {
	max-width: 1004px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.menu_btn ul li {
	width: calc(100% / 2 - 5px);
	/*background-color: #626262;*/
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.menu_btn ul li a {
	color: #000;
	display: list-item;
	padding: 10px;
	background-color: #ffe3ce;
}
.menu-list,
.menu_btn {
	max-width: 1004px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.menu-list {
	padding-bottom: 60px;
}
.menu-list ul>li {
	margin-top: 2px;
	list-style: none;
}
.menu-list ul li:last-of-type {
	margin-bottom: 0;
}
.menu-list .cp_tab li {
	width: calc(100% / 2 - 1px);
}
.menu-list h3 {
	background-color: #ffe3ce;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #000;
}
.menu-list table {
	width: 100%;
	color: #000;
}
.menu-list table tr {
	background-color: #fff9d5;
	border-bottom: 1px solid #393939;
}
.menu-list table tr:last-of-type {
	border-bottom: none;
}
.menu-list table td {
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
	color: #545454;
}
.menu-list table td:last-of-type {
	text-align: right;
}
.menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #ffcb00;
	color: #000;
	font-size: 18px;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab li a{
	display: block;
	background:#fdede4;
	padding:10px 20px;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.tab li.active a{
	background:#fff9d5;
	color: #545454;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.sab_title {
		max-width: 100%;
	}
	.menu-list h3 {
		padding: 8px;
		font-size: 16px;
	}
	.sab_title p {
		font-size: 10px;
	}
	.menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	.menu-list {
		width: 100%;
	}
	.menu-list {
		padding-bottom: 30px;
	}
	.menu_btn ul li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.menu-list ul li {
		margin-top: 2px;
	}
	.menu-list table td {
		font-size: 13px;
	}
	.tab li a {
		font-size: 14px;
	}
	.price {
		width: 100%;
		margin-bottom: 15px;
	}
	.m_b {
		margin-bottom: 15px;
	}
}

/********************************
room
********************************/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.gallery_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	text-align: center;
	color: #000;
}
.gallery_box:last-of-type {
	margin-bottom: 0;
}
.choice-btn_1 li,
.choice-btn_2 li,
.choice-btn_3 li,
.choice-btn_5 li {
	padding: 0 10px;
}
.gallery_box p {
	padding: 5px 0;
	color: #545454;
}
.gallery{
	margin:0 0 5px 0;
}
.gallery li{
list-style:none;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}
.choice-btn li img{
	opacity: 0.4;
}

.choice-btn li.slick-current img{
	opacity: 1;
}
.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#pr_room {
	padding-bottom: 60px;
}
#pr_room .gallery_box h3 {
	background-color: #ffe3ce;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #000;
}
#content .top_hairstyle .garally ul li {
	display: block;
}
#pr_room .sab_title {
	background-color: #fff9d5;
	max-width: 1004px;
	padding: 10px;
	margin: 0 auto 15px;
	color: #000;
}
#pr_room .sab_title p {
	font-size: 18px;
	text-align: center;
}
#pr_room .sab_title p:first-of-type {
	margin-bottom: 5px;
}
.midashi_box .room img {
	width: 60px;
}
#pr_room .menu-list .sab_title {
	color: #fff;
	font-size: 16px;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#pr_room .menu-list .sab_title p {
	text-align: right;
	color: #545454;
}

@media screen and (max-width: 767px) {
	#content .top_hairstyle .garally ul li {
		width: 50%;
		height: 100%;
	}
	#pr_room {
		
		padding-bottom: 30px;
	}
	#pr_room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#pr_room .sab_title p {
		font-size: 14px;
		text-align: center;
	}
	.lb-outerContainer {
		margin-top: 150px;
	}
	.gallery_box {
		margin-bottom: 15px;
	}
	.midashi_box .room img {
		width: 40px;
	}
	#pr_room .gallery_box h3 {
		padding: 8px;
    	font-size: 16px;
	}
	.choice-btn_1 li, .choice-btn_2 li, .choice-btn_3 li {
		padding: 0 5px;
	}
	#content .top_shop dl dd {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 130px;
	}
}
/********************************
service
********************************/
#service {
	padding-bottom: 60px;
}
.service_box {
	/*margin: 20px auto 40px;
	max-width: 1004px;*/
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.service_box h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}
.swiper-container {
	position: relative;
}
.swiper-pagination {
	position: unset;
}
.swiper-button-next, .swiper-button-prev {
	color: #ffe3ce;
}
.swiper-pagination-bullet {
	width: 25px;
	height: 2px;
	margin: 0 5px;
	background-color: #c2c2c2;
	opacity: 1;
	border-radius: 0;
}
.swiper-pagination-bullet-active {
	background: #ff8400;
}

.modaal-image .modaal-container {
	max-width: 50%;
}
.modaal-gallery-label {
	margin-top: 5px;
	z-index: 9999;
}

.service_info_box {
	background-color: #D9CFC5;
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.service_info_box .info_item {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ab9681;
}
.service_info_box .info_item h4 {
	color: #CC6B00;
	font-weight: bold;
}
@media only screen and (max-height: 820px){
	.modaal-gallery-label {
		display: block;
	}
}

.swiper-slide p {
    margin: 10px 0;
    text-align: center;
}

.service_slide_trimming {
    width: 100%;
    max-height: 418px;
    object-fit: cover;
    object-position: top;
}

.position-service5 {
	object-view-box: inset(72px 15px 0px 15px);
}

@media screen and (max-width: 767px) {
	#service {
		padding-bottom: 30px;
	}
	.service_box h3 {
		font-size: 13px;
	}
	.modaal-image .modaal-container {
		max-width: 100%;
	}
	.service_info_box {
		font-size: 10px;
	}
	.service_info_box .info_item {
		margin: 0 15px;
		padding: 15px 0;
	}
	.service_slide_trimming {
    width: 100%;
    max-height: 210px;
    }
    .position-service5 {
    object-view-box: inset(50px 15px 0px 15px);
    }
}



/********************************
access
********************************/
.access_img {
	padding-bottom: 30px;
}
.txt_copy {
    width: 400px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
.access_text {
	color: #ffa9a9;
}
.payment_logo {
	display: flex;
	max-width: 400px;
}
.payment_logo li {
	padding: 5px;
}
.payment_logo img {
	border-radius: 5px;
}
.map_btn {
	max-width: 1004px;
	margin: 0 auto;
}
.map_btn ul {
	display: flex;
	justify-content: space-between;
}
.map_btn ul li {
	width: calc(100% / 2 - 10px);
	text-align: center;
	background-color: #ffeea9;
	margin-bottom: 20px;
}
.map_btn ul li a {
	display: block;
	padding: 20px;
	color: #434343;
	font-size: 20px;
} 
@media screen and (max-width: 767px) {
	.access_img {
		padding-bottom: 15px;
	}	
	.menu_btn {
		width: 100%;
	}
	.menu-list {
		padding-bottom: 30px;
	}
	.menu_btn ul li {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	.map_btn ul li {
		width: calc(100% / 2 - 7.5px);
		margin-bottom: 15px;
	}
	.map_btn ul li a {
		font-size: 11px;
		padding: 10px;
	}
}
/********************************
coupon
********************************/
#pr_coupon .sab_title {
	width: 100%;
	background-color: #fff9d5;
	padding: 10px;
	text-align: center;
	margin-bottom: 50px;
}
#pr_coupon .sab_title p {
	font-size: 18px;
	color: #000;
}
#pr_coupon .sab_title p.title {
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #f00;
}
#pr_coupon .sab_title span {
	color: #e00000;
}
#content .top_coupon .coupon_area {
	max-width: 1024px;
	margin-top: 3%;
}
#content .top_coupon .coupon_area .coupon_set {
	margin: 0 auto;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item:last-of-type {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content img {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	background-color: #ffe3ce;
	color: #000;
	padding: 7px 10px;
	font-size: 22px;
	font-weight: 100;
}
/*#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}*/

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
	padding-bottom: 60px;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #ecd08b;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #ecd08b;
}
#open01,#open02,#open03,#open04,#open05 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
}
/*@media (max-width: 767px) {
	#open01,#open02,#open03,#open04,#open05 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}*/
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.8;
	z-index: 9999;
}
.modal_window {
	width: 90%;
	max-width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 9999;
}
@media (min-width: 767px) {
	.modal_window {
	}
}
.modal_window h2 {
	padding: 5px 10px;
    font-size: 1.5em;
    text-align: center;
    color: #000;
	background-color: #ecd08b;
}
.modal_window .mw_c {
	padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #ffffff;
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}
.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

.btn-flat span {
  position: relative;
}

.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%);
  transform: translateX(-98%);
  background: #AFABAB;
}

.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.coupon_btn {
	width: 300px;
	height: 50px;
	margin: 0 auto 30px;
	text-align: center;
	background-color: #ffe3ce;
}
.coupon_btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
}
.coupon_info {
	font-size: 25px;
	padding-top: 20px;
}
.cp-id_box {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.cp-id_box tbody {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-evenly;
	font-size: 28px;
	padding: 20px;
	background-color: #fff9d5;
}
@media screen and (max-width: 767px) {
	#pr_coupon .sab_title {
		margin-bottom: 30px;
	}
	#content .top_coupon .coupon_area .coupon1 {
		padding-bottom: 30px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item {
		margin-bottom: 15px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 14px;
	}
	#pr_coupon .sab_title {
		padding: 10px;
	}
	#pr_coupon .sab_title p {
		font-size: 14px;
	}
	.coupon_btn {
		width: 200px;
		height: 40px;
		margin-bottom: 20px;
	}
	.coupon_btn a {
		font-size: 14px;
	}
	.coupon_info {
		font-size: 12px;
		padding-top: 10px;
	}
	#pr_coupon .sab_title p.title {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.cp-id_box {
		width: 100%;
	}
	.cp-id_box tbody {
		font-size: 18px;
	}
}
/********************************
movie
********************************/
.movie_box .inner {
	text-align: center;
}
.movie_box .text {
	font-size: 25px;
	margin-bottom: 10px;
}
.movie_box .movie {
	max-width: 1004px;
	height: 500px;
	margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
	.movie_box .movie {
		height: 250px;
		margin-bottom: 50px;
	}
	.movie_box .text {
		font-size: 15px;
	}
}

/********************************
insta
********************************/
.sns_btn {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.insta_btn{
	color: #FFF;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 55px;
	width: 190px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	text-decoration:none;
}

.insta_btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram{
	font-size: 35px;
	position: relative;
	top: 4px;
}

.insta_btn span {
	display:inline-block;
	position: relative;
	transition: .5s
}

.insta_btn:hover span{
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}


.x_btn{
	color: #FFF;
	border-radius: 7px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	height: 55px;
	width: 190px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	background: #000;
	overflow: hidden;
	text-decoration:none;
}

.x_btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.x_btn .fa-x-twitter{
	font-size: 35px;
	top: 4px;
	padding-right: 12px;
}

.x_btn span {
	display:inline-block;
	position: relative;
	transition: .5s
	vertical-align: top;
}

.x_btn:hover span{
}

.new_twitter .fa-x-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
}
.sns_btn ul {
    display: flex;
}

.sns_btn ul li {
width: calc(100% / 2);
    text-align: center;
    margin-bottom: 20px;
}

.x_follow {
padding-top: 16px;
}

.follow_text {

}

.m_top {
margin-top: 11px;
}

@media screen and (max-width: 639px) {
.sns_btn ul {
    display: block;
    }
.x_follow {
padding-top: 0;
}
.m_top {
margin-top: 0;
}

li {
margin: 0 auto;
}

}

/********************************
footer
********************************/
#content .top_shop dl dt {
	border: none;
	background-color: #F8F5F2;
}
#content .top_shop dl dt span {
	font-size: 25px;
	line-height: 1.3;
}
footer .footer_bottom ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}
footer .footer_bottom ul li {
	background-color: #fff9d5;
	width: 100%;
}
footer .footer_bottom ul li a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
	font-size: 22px;
}
footer .footer_bottom ul li:nth-of-type(2) a {
	border: none;
}
footer .footer_bottom ul li a span img {
	height: 50px;
}
footer .pagetop {
	right: 10px;
}
.pagetop:hover {
	opacity: 0.5;
	transition: all 1s;
}
footer .footer_bottom .coupon {
	background-color: #ffe3ce;
}
footer .footer_bottom .coupon a {
	color: #000;
}
@media screen and (max-width: 767px) {
	footer .footer_bottom ul li a span {
		line-height: 1.3;
	}
	footer .footer_bottom ul li a span img {
		height: 100%;
		width: 30px;
	}
	footer .footer_bottom ul li a {
		font-size: 14px;
		padding: 10px 0;
		margin: 0;
	}
	#content .top_shop dl dd table {
		font-size: 13px;
	}
	#content .top_shop {
		padding-bottom: 20px;
	}
}
/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #00c2cb;
}


