html {
  scroll-behavior: smooth;
}

#global-header {
  position: relative;
  width: 100vw;
  height: 90vh;
}
@media screen and (max-width: 1100px) {
  #global-header {
    height: auto;
  }
}
#global-header .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    height: 340px;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner {
    height: 260px;
  }
}
#global-header .inner .key-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, white 85%, rgba(255, 255, 255, 0) 100%);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1366px) {
  #global-header .inner .key-logo {
    width: 100%;
    height: auto;
    padding: 16px 0 32px;
    background: linear-gradient(to bottom, white 85%, rgba(255, 255, 255, 0) 100%);
  }
}
#global-header .inner .key-logo #logo a {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #global-header .inner .key-logo #logo a img:nth-child(1) {
    width: 140px;
    height: auto;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .key-logo #logo a img:nth-child(1) {
    width: 120px;
    height: auto;
  }
}
#global-header .inner .key-logo #logo a span {
  color: #5E3619;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 520px) {
  #global-header .inner .key-logo #logo a span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner .key-logo #logo .header_gem {
    display: none;
  }
}
#global-header .inner #key-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #key-visual {
    top: 28%;
  }
}
#global-header .inner #key-visual img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

#global-footer {
  position: relative;
  padding: 40px 0 0 0;
  background: #E8E4DF;
}
@media screen and (max-width: 520px) {
  #global-footer {
    padding-bottom: 88px;
    padding-top: 20px;
  }
}
#global-footer .footer-inner {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 100%;
  }
}
#global-footer .footer-inner .flogo {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .flogo {
    width: 40%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .flogo a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
#global-footer .footer-inner .fnavi_wrap {
  margin-bottom: 24px;
}
#global-footer .footer-inner .fnavi_wrap .fnavi {
  display: flex;
  justify-content: space-around;
  width: 700px;
  margin: 0 auto;
}
#global-footer .footer-inner .fnavi_wrap .fnavi li a {
  color: #383838;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}
#global-footer .footer-inner .fnavi_wrap .fnavi li a:hover {
  color: #44BAB1;
}
#global-footer .footer-inner .f_title {
  text-align: center;
  margin-bottom: 8px;
}
#global-footer .footer-inner .f_title img {
  width: 120px;
  height: auto;
}
#global-footer .footer-inner .snslink {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer-inner .snslink a {
  display: inline-block;
  margin-right: 6px;
}
#global-footer .footer-inner .snslink a:last-child {
  margin-right: 0;
}
#global-footer .footer-inner .snslink a img {
  width: 32px;
  height: 32px;
}
#global-footer .copy_small {
  text-align: center;
  font-size: 1.4rem;
  background: #0D0D0D;
  padding: 6px 0 8px;
}
#global-footer .copy_small small {
  color: #fff;
}

#contents {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #contents {
    margin-bottom: 0;
  }
}
#contents .concept {
  padding: 120px 0;
  background: url(../images/concept_bg.jpg) no-repeat;
  background-size: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 1100px) {
  #contents .concept {
    margin-bottom: 20px;
    padding: 240px 0 40px;
  }
}
@media screen and (max-width: 520px) {
  #contents .concept {
    padding-top: 130px;
  }
}
#contents .concept .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  #contents .concept .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #contents .concept .inner {
    display: flex;
    flex-direction: column-reverse;
    width: 95%;
  }
}
#contents .concept .inner .info {
  width: 45%;
}
@media screen and (max-width: 1100px) {
  #contents .concept .inner .info {
    width: 90%;
    margin: 0 auto;
  }
}
#contents .concept .inner .info p {
  text-align: right;
  line-height: 2.8;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  #contents .concept .inner .info p {
    text-align: left;
    letter-spacing: 0.06em;
    font-size: 1.5rem;
    line-height: 2;
  }
  #contents .concept .inner .info p br {
    display: none;
  }
}
#contents .concept .inner .title {
  width: 55%;
  display: grid;
  place-items: center;
  padding-bottom: 18px;
}
@media screen and (max-width: 1100px) {
  #contents .concept .inner .title {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #contents .concept .inner .title {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1100px) {
  #contents .concept .inner .title img {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  #contents .concept .inner .title img {
    width: 200px;
  }
}
#contents #menu {
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 520px) {
  #contents #menu {
    margin-bottom: 0;
  }
}
#contents #menu h3 {
  font-size: 4.8rem;
  margin-bottom: 24px;
}
#contents #menu .inner {
  width: 1366px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1366px) {
  #contents #menu .inner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #contents #menu .inner {
    margin-bottom: 24px;
  }
}
#contents #menu .inner .menu_desc {
  font-size: 1.6rem;
  width: 82%;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1100px) {
  #contents #menu .inner .menu_desc {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  #contents #menu .inner .menu_desc {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
#contents #menu .inner .menu_desc .tbbr {
  display: none;
}
@media screen and (max-width: 1100px) {
  #contents #menu .inner .menu_desc .tbbr {
    display: block;
  }
}
#contents #menu .inner .menu_desc b {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 8px;
  color: #454545;
}
#contents #menu .inner .menu_point {
  color: #F3BD76;
  font-size: 1.6rem;
  font-weight: bold;
  width: 82%;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1366px) {
  #contents #menu .inner .menu_point {
    width: 100%;
  }
}
#contents #menu .inner .menu_point .tbbr {
  display: none;
}
@media screen and (max-width: 1100px) {
  #contents #menu .inner .menu_point .tbbr {
    display: block;
  }
}
#contents #menu .inner h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 520px) {
  #contents #menu .inner h4 {
    line-height: 1.5;
  }
}
#contents #menu .inner h4 br {
  display: none;
}
@media screen and (max-width: 520px) {
  #contents #menu .inner h4 br {
    display: block;
    line-height: 1.8;
  }
}
#contents #menu .inner .desc {
  font-size: 1.5rem;
  text-align: center;
}
#contents #menu .inner .main_d {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 40px;
}
#contents #menu .inner .main_menu {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #contents #menu .inner .main_menu {
    display: block;
  }
}
#contents #menu .inner .main_menu .menubox {
  padding: 32px 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1100px) {
  #contents #menu .inner .main_menu .menubox {
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #contents #menu .inner .main_menu .menubox {
    width: 88%;
    margin: 0 auto 24px;
    padding: 32px 20px;
  }
}
#contents #menu .inner .main_menu .menubox .icon {
  margin-bottom: 14px;
}
#contents #menu .inner .main_menu .menubox .title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#contents #menu .inner .main_menu .menubox .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
#contents #menu .inner .main_menu .menubox .price.artbetsu {
  margin-bottom: 4px;
}
#contents #menu .inner .main_menu .menubox .artdai {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
#contents #menu .inner .main_menu .menubox .menu_txt {
  font-size: 1.3rem;
  line-height: 2.1;
  letter-spacing: 0.2em;
  text-align: left;
}
@media screen and (max-width: 520px) {
  #contents #menu .inner .main_menu .menubox .menu_txt {
    font-size: 1.2rem;
  }
}
#contents #menu .inner .main_menu .menubox .menu_txt span {
  display: inline-block;
  width: 100%;
  padding: 9px 0 7px;
  margin-bottom: 12px;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 1;
  border-radius: 2em;
}
#contents #menu .inner .sub_menu {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #contents #menu .inner .sub_menu {
    display: block;
    margin-bottom: 24px;
  }
}
#contents #menu .inner .sub_menu li {
  font-size: 1.5rem;
  padding: 12px 0;
  box-shadow: 0 0 8px rgba(20, 0, 0, 0.15);
}
@media screen and (max-width: 520px) {
  #contents #menu .inner .sub_menu li {
    width: 88%;
    margin: 0 auto 16px;
  }
}
#contents #menu .inner .sub_menu li:nth-child(1) {
  border-top: 4px solid #AAF5B0;
}
#contents #menu .inner .sub_menu li:nth-child(2) {
  border-top: 4px solid #AAC4F5;
}
#contents #menu .inner .sub_menu li:nth-child(3) {
  border-top: 4px solid #0019A3;
}
#contents #menu .inner .sub_menu li:nth-child(4) {
  border-top: 4px solid #F5AAD2;
}
#contents #menu .inner .sub_menu li:nth-child(5) {
  border-top: 4px solid #AAC4F5;
}
#contents #menu .inner .sub_menu li:nth-child(6) {
  border-top: 4px solid #0019A3;
}
#contents #menu .inner .sub_menu li .title {
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 14px;
  display: block;
}
#contents #menu .inner .annotation {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  #contents #menu .inner .annotation {
    width: 80%;
    margin: 0 auto;
  }
}
#contents #menu #nailoff {
  padding: 32px 0;
  background: #FFFDF0;
}
#contents #menu #nailoff h4 {
  margin-bottom: 12px;
  font-size: 32px;
  color: #565656;
  letter-spacing: 0.08em;
}
#contents #menu #nailoff .menu_desc {
  text-align: center;
  font-size: 1.3rem;
}
#contents #menu #nailoff .nailoff_menu {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
}
@media screen and (max-width: 1100px) {
  #contents #menu #nailoff .nailoff_menu {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #contents #menu #nailoff .nailoff_menu {
    display: block;
  }
}
#contents #menu #nailoff .nailoff_menu .nailoffbox {
  background: #fff;
  padding: 20px 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 520px) {
  #contents #menu #nailoff .nailoff_menu .nailoffbox {
    margin-bottom: 32px;
  }
}
#contents #menu #nailoff .nailoff_menu .nailoffbox .icon {
  margin-bottom: 6px;
}
#contents #menu #nailoff .nailoff_menu .nailoffbox .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
#contents #menu #nailoff .nailoff_menu .nailoffbox .price {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
#contents #menu #foot {
  padding: 32px 0;
  background: #FFF8F8;
}
#contents #menu #foot h4 {
  margin-bottom: 12px;
  font-size: 32px;
  color: #121212;
  letter-spacing: 0.08em;
}
#contents #menu #foot .menu_desc b {
  font-size: 1.4rem;
  color: #343434;
  letter-spacing: 0.13em;
}
#contents #menu #foot .foot_menu {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  row-gap: 48px;
  width: 80%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 1100px) {
  #contents #menu #foot .foot_menu {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #contents #menu #foot .foot_menu {
    display: block;
  }
}
#contents #menu #foot .foot_menu .foot_box {
  background: #fff;
  padding: 12px 0;
  box-shadow: 0 0 8px rgba(20, 0, 0, 0.15);
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #contents #menu #foot .foot_menu .foot_box {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#contents #menu #foot .foot_menu .foot_box .icon {
  margin-bottom: 14px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -24px;
}
#contents #menu #foot .foot_menu .foot_box.in_logo {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #contents #menu #foot .foot_menu .foot_box.in_logo {
    margin-bottom: 0;
  }
}
#contents #menu #foot .foot_menu .foot_box.in_logo div {
  padding: 24px 0;
}
#contents #menu #foot .foot_menu .foot_box.in_logo div img {
  width: 50%;
  height: auto;
  vertical-align: bottom;
}
#contents #menu #foot .foot_menu .foot_box > div {
  padding: 32px 0 12px;
}
#contents #menu #foot .foot_menu .foot_box > div .title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#contents #menu #foot .foot_menu .foot_box > div .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents #menu #foot .foot_menu .foot_box > div .desc {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}
#contents #menu #foot h5 {
  font-size: 1.7rem;
  font-weight: bold;
}
#contents #menu #foot h5 + .sub_desc {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
#contents #menu #foot .care_set {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 20px 32px 32px;
  display: inline-block;
}
#contents #menu #foot .care_set .icon {
  margin-bottom: 6px;
}
#contents #menu #foot .care_set div .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#contents #menu #foot .care_set div .price {
  font-size: 1.6rem;
}
#contents #menu #foot .annotation {
  text-align: center;
  font-size: 1.4rem;
}
#contents #menu #art {
  padding: 32px 0;
}
#contents #menu #art h4 {
  margin-bottom: 12px;
  font-size: 32px;
  color: #121212;
  letter-spacing: 0.08em;
}
#contents #menu #art .menu_desc {
  margin-bottom: 40px;
}
#contents #menu #art .art_menu {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  column-gap: 2%;
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  #contents #menu #art .art_menu {
    display: block;
  }
}
#contents #menu #art .art_menu .art_box {
  background: #fff;
  padding: 12px 0;
  box-shadow: 0 0 8px rgba(20, 0, 0, 0.15);
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #contents #menu #art .art_menu .art_box {
    width: 88%;
    margin: 0 auto 40px;
  }
}
#contents #menu #art .art_menu .art_box .icon {
  margin-bottom: 14px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -24px;
}
#contents #menu #art .art_menu .art_box > div {
  padding: 32px 0 12px;
}
#contents #menu #art .art_menu .art_box > div .title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  #contents #menu #art .art_menu .art_box > div .title {
    font-size: 1.6rem;
  }
}
#contents #menu #art .art_menu .art_box > div .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  #contents #menu #art .art_menu .art_box > div .price {
    font-size: 1.6rem;
  }
}
#contents #menu #art .art_menu .art_box > div .desc {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
#contents #menu #art .annotation {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  #contents #menu #art .annotation {
    width: 90%;
    margin: 0 auto;
  }
}
#contents #menu #nail {
  padding: 32px 0;
  margin-bottom: 32px;
  background: rgba(97, 145, 226, 0.15);
}
#contents #menu #nail .inner {
  margin-bottom: 0;
}
#contents #menu #nail .inner h4 {
  margin-bottom: 46px;
  font-size: 32px;
  color: #121212;
  letter-spacing: 0.08em;
}
#contents #menu #nail .inner .nail_menu {
  display: flex;
  justify-content: space-around;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #contents #menu #nail .inner .nail_menu {
    display: block;
  }
}
#contents #menu #nail .inner .nail_menu .nail_box {
  background-color: #fff;
  padding: 12px 24px 24px;
  width: 50%;
  box-shadow: 0 0 8px rgba(20, 0, 0, 0.15);
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #contents #menu #nail .inner .nail_menu .nail_box {
    width: 88%;
    margin: 0 auto 40px;
  }
}
#contents #menu #nail .inner .nail_menu .nail_box .icon {
  margin-bottom: 14px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -24px;
}
#contents #menu #nail .inner .nail_menu .nail_box .firstbox {
  padding: 28px 0;
  width: 100%;
}
#contents #menu #nail .inner .nail_menu .nail_box .firstbox .title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#contents #menu #nail .inner .nail_menu .nail_box .firstbox .price {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#contents #menu #nail .inner .nail_menu .nail_box .firstbox .desc {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}
#contents #menu #nail .inner .nail_menu .nail_box .option_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
}
#contents #menu #nail .inner .nail_menu .nail_box .option_wrap .optionbox {
  width: 48%;
}
#contents #menu #nail .inner .nail_menu .nail_box .option_wrap .optionbox:nth-child(1) {
  border-right: 1px solid #9CC342;
}
#contents #menu #nail .inner .nail_menu .nail_box .option_wrap .optionbox .optitle {
  font-size: 1.4rem;
  color: #9CC342;
}
#contents #menu #nail .inner .nail_menu .nail_box .option_wrap .optionbox .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #454545;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
#contents #menu #nail .inner .nail_menu .nail_box .option_wrap .optionbox .price {
  font-size: 1.4rem;
}
#contents #menu #nail .inner h5 {
  font-size: 1.7rem;
  font-weight: bold;
}
#contents #menu #nail .inner h5 + .sub_desc {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
#contents #menu #nail .inner .care_set {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 20px 32px 32px;
  display: inline-block;
}
#contents #menu #nail .inner .care_set .icon {
  margin-bottom: 6px;
}
#contents #menu #nail .inner .care_set div .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#contents #menu #nail .inner .care_set div .price {
  font-size: 1.6rem;
}
#contents #menu #nail .annotation {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 520px) {
  #contents #menu #nail .annotation {
    width: 90%;
    margin: 0 auto;
  }
}
#contents #shop {
  margin-bottom: 32px;
}
#contents #shop h3 {
  font-size: 4.8rem;
  margin-bottom: 24px;
  text-align: center;
}
#contents #shop .inner {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #contents #shop .inner {
    width: 100%;
    display: block;
  }
}
#contents #shop .inner .pic {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  #contents #shop .inner .pic {
    width: 100%;
    margin-bottom: 0;
  }
}
#contents #shop .inner .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#contents #shop .inner .info {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #contents #shop .inner .info {
    width: 100%;
  }
}
#contents #shop .inner .info dl {
  display: grid;
  grid-template-columns: 49.8% 49.8%;
  column-gap: 0.4%;
  row-gap: 8px;
}
@media screen and (max-width: 520px) {
  #contents #shop .inner .info dl {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #contents #shop .inner .info dl div {
    padding: 12px 12px 0 12px;
  }
  #contents #shop .inner .info dl div:last-child dd {
    border-bottom: 1px solid #dfdfdf;
  }
}
#contents #shop .inner .info dl div dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #454545;
  background: #fafafa;
  text-align: center;
  padding: 10px 14px;
}
#contents #shop .inner .info dl div dd {
  text-align: center;
  font-size: 1.4rem;
  color: #676767;
  padding: 10px 14px;
}
#contents #access h3 {
  font-size: 4.8rem;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #contents #access h3 {
    font-size: 3.2rem;
  }
}
#contents #access .inner {
  width: 1366px;
  min-height: 400px;
  margin: 0 auto;
  background: url(../images/access_bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (max-width: 1366px) {
  #contents #access .inner {
    width: 100%;
  }
}
#contents #access .inner h4 {
  text-align: center;
  font-size: 1.8rem;
}
#contents #access .inner p {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#contents #access .inner p.telbox {
  text-align: center;
}
#contents #access .inner p.telbox a {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.08em;
  padding: 8px 24px;
  border-radius: 2em;
  border: 1px solid #232323;
  color: #232323;
  transition: all 0.4s ease;
}
#contents #access .inner p.telbox a:hover {
  background: #232323;
  color: #fff;
}
#contents #access .inner .placeinfo {
  width: 50%;
  height: 480px;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media screen and (max-width: 520px) {
  #contents #access .inner .placeinfo {
    width: 80%;
  }
}
#contents #access .inner .placeinfo iframe {
  width: 100%;
  height: 100%;
}

.cta_box {
  display: inline-block;
  position: fixed;
  bottom: 16px;
  right: 24px;
  width: 200px;
  height: 32px;
  z-index: 1000;
  margin: 0 auto;
  background: #16213F;
  text-align: center;
  padding: 12px 0;
  border-radius: 4em;
}
@media screen and (max-width: 520px) {
  .cta_box {
    right: auto;
    left: 2.5%;
    width: 95%;
    height: 32px;
  }
}
.cta_box img {
  width: auto;
  height: 100%;
}
.cta_box.pc {
  display: inline-block;
  height: 65px;
  border-radius: 8px;
}
@media screen and (max-width: 520px) {
  .cta_box.pc {
    display: none;
  }
}
.cta_box.pc .tel_txt {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
}

.cta_box.sp {
  display: none;
}
@media screen and (max-width: 520px) {
  .cta_box.sp {
    display: inline-block;
  }
}

/*# sourceMappingURL=index.css.map */
