@charset "utf-8";
/* CSS Document */
/*---RESET---------------------------------------------------------------------------------------------------------------------*/
body {
  margin: 0 auto;
  padding: 0;
  color: #000;
  width: 100%;
}
html {
  margin: 0 auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
}
* {
  margin: 0;
  padding: 0;
  text-align: left;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  display: block;
}
a img, a, .ar01, #fixbos li, .navisbox ul li a, .b_more a .ar02, .b_more a .ar03, footer #box01 > .wrap > ul > li.first > dl > dd > ol > li, footer #box02 > .wrap > dl > dd > ol > li {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ol, ul {
  list-style: none;
}
li img {
  vertical-align: top;
}
a {
  text-decoration: none;
}
ol li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border-top: 0.5px solid #ededef;
}
.clear {
  zoom: 100%;
}
.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
::selection {
  background: #72c8e4;
  color: #fff;
}
::-moz-selection {
  background: #72c8e4;
  color: #fff;
}
#receive_wrapper {
  max-width: 640px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#send_wrapper {
  max-width: 640px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*
.btn_wrap {
  padding-top: 10px;
}
*/
.btn_wrap p {
  text-align: center;
}
.btn_wrap img {
  width: 75%;
  margin: 0 auto;
  display: inline-block;
}
.btn_wrap img:hover {
  opacity: .8;
}
.btn_wrap__01 {
  width: auto;
  height: 170px;
  background: url(../img/friend/cont01_bg.jpg);
  background-size: 100%;
  padding-top: 10px;
}
.btn_wrap__01 img {
  width: 70%;
}
.btn_wrap__02 {
  height: 275px;
  background: url(../img/friend/cont02_bg.jpg);
  background-size: 100%;
}
.btn_wrap__02 img {
  width: 70%;
}
.btn_wrap__03 {
  height: 310px;
  background: url(../img/friend/cont03_bg.jpg);
  background-size: 100%;
}
.btn_wrap__03 img {
  width: 70%;
}
.btn_wrap__01-m {
  width: auto;
  padding: 10px 0 240px;
  background: url(../img/member/cont01_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn_wrap__01-m img {
  width: 70%;
}
.btn_wrap__04-m {
  width: auto;
  padding: 0 0 130px;
  background: url(../img/member/cont04_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.btn_wrap__04-m img {
  width: 70%;
}
#cont01 p, #cont01 img, #cont02 p, #cont02 img, #cont03 p, #cont03 img, #cont04 p, #cont04 img, #cont05 p, #cont05 img {
  border: 0;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .btn_wrap__01 {
    height: 90px;
  }
  .btn_wrap__02 {
    height: 168px;
    padding-top: 0 !important;
  }
  .btn_wrap__03 {
    height: 152px;
  }
  .btn_wrap__01-m {
    height: 5px;
  }
  .btn_wrap__04-m {
    height: 5px;
  }
}
.campaign {
  display: none;
}
.tempNone {
  display: none;
}
/*--SHOP-LIST---*/
/* studio
--------------------------------------------------------------------------------------------------------*/
#studio .inner {
  padding: 10px 40px 40px;
  background-image: linear-gradient(90deg, #f8e0ae, #f3c6aa);
  /*background-image: url(../img/bg.png);
  background-size: 100%;*/
}
#studio .stu-ttl {
  margin: 0 auto;
  text-align: center;
}
#studio .inner h2 {
  margin-bottom: 10px;
}
#studio .inner .field {
}
#studio .inner .field .shop-tabs dl {
  background-color: #fff;
  font-weight: 300;
  overflow: hidden;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
    border-radius: 15px;
}
#studio .inner .field .shop-tabs dl dt {
  font-size: 18px;
  width: 80px;
  padding: 10px 0;
  color: #3a240e;
  float: left;
  font-weight: bold;
}
#studio .inner .field .shop-tabs dl dd {
  font-size: 15px;
  padding: 10px 20px 0 0;
  margin-left: 80px;
}
#studio .inner .field .shop-tabs dl dd ul {
  overflow: hidden;
}
#studio .inner .field .shop-tabs dl dd ul li {
  margin-right: 10px;
}
#studio .inner .field .shop-tabs dl dd ul li a {
  display: block;
  background-color: #f15a24;
  color: #fff;
  padding: 3px 20px 6px;
  border-radius: 15px;
  float: left;
  margin: 0 10px 10px 0;
}
#studio .inner .field .shop-list {
  padding: 26px 0 36px;
}
#studio .inner .field .shop-list dl dt {
  font-size: 18px;
  font-weight: 300;
  background-color: #e84d29;
  color: #fff;
  position: relative;
  margin-top: 20px;
  padding: 14px 0 14px 20px;
  border-radius: 99px;
  cursor: pointer;
}
#studio .inner .field .shop-list dl dt::after {
  content: '';
  position: absolute;
  right: 26px;
  top: 22%;
  width: 15px;
  height: 15px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#studio .inner .field .shop-list dl dt.active::after {
  top: 44%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#studio .inner .field .shop-list dl {
  border-radius: 28px;
  background-color: #fff;
}
#studio .inner .field .shop-list dd {
display: none;
}
#studio .inner .field .shop-list dl dd .item {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
#studio .inner .field .shop-list dl dd .item .shop-address {
  margin-bottom: 20px;
}
#studio .inner .field .shop-list dl dd .mt {
  margin-top: 24px;
}
#studio .inner .field .shop-list dl dd .item h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 24px;
}
#studio .inner .field .shop-list dl dd .item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.63;
}
#studio .inner .field .shop-list dl dd .item p.links {
  padding: 1.2em 0;
}
#studio .inner .field .shop-list dl dd .item p.links a {
  color: #0074d9;
  text-decoration: underline;
}
#studio .inner .field .shop-list dl dd .item .box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#studio .inner .field .shop-list dl dd .item .box .about {
  width: 408px;
  padding-right: 12px;
}
#studio .inner .field .shop-list dl dd .item .box .maps, #studio .inner .field .shop-list dl dd .item .box .maps iframe {
  width: 406px;
  height: 273px;
}
#studio .inner .field .shop-list dl dd h4.campaign {
  text-align: center;
  padding: 60px 0;
}
#studio .inner .field .shop-list dl dd .item p.about {
  font-size: 28px;
  line-height: 1.85;
}
#studio .inner .field .shop-list dl dd .item h5.tit {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #e6505b;
  margin-bottom: 13px;
}
#studio .inner .field .shop-list dl dd .item ul {
  margin: 38px auto 0;
}
#studio .inner .field .shop-list dl dd .item ul li {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.73;
}
#studio .inner .field .shop-list dl dd .shop-reserve {
  padding: 0 0 10px;
}
#studio .inner .field .shop-list dl dd .shop-reserve .btn-reserve {
  margin-bottom: 0;
}
_:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-tabs dl dt {
  padding: 26px 0 14px;
}
_:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-tabs dl dd ul li a {
  padding: 14px 21px 2px;
}
_:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-list dl dt {
  padding: 26px 0 10px 32px;
}
a.googleMap {
  text-decoration: underline;
  color: #0074d9;
}
a.googleMap:after {
  content: url("/map/img/target.png");
  margin: 0 5px;
}
.studiobtn {
  margin: 20px auto;
  width: 75%;
}
/*2019-12-13*/
.shop-list dl dd .shop-reserve .btn-reserve {
  margin-bottom: 0;
}
.reserve-field .btn-reserve, .reserve-field .btn-shop {
  position: relative;
  z-index: 3;
}
.reserve-field .btn-reserve {
  width: 80%;
  margin: 0 auto 25px;
  margin: 0 auto 3.33vw;
}
.reserve-field .btn-reserve a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 22px 0;
}
.reserve-field p:nth-of-type(1) {
  text-align: center;
}
.reserve-field p:nth-of-type(1) span {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.reserve-field p:nth-of-type(1) span::before, .reserve-field p:nth-of-type(1) span::after {
  content: '';
  position: absolute;
  top: 42%;
  width: 28px;
  height: 22px;
  border-top: 0.18vw solid #404040;
}
.reserve-field p:nth-of-type(1) span::before {
  left: -3.5em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.reserve-field p:nth-of-type(1) span::after {
  right: -3.5em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#studio .inner .reserve-field {
  background-color: ;
  padding-bottom: 110px;
  padding-bottom: 2.5vw;
}
/* reserve-field
--------------------------------------------------------------------------------------------------------*/
.reserve-field {
  text-align: center;
}
.reserve-field p:nth-of-type(1) {
  margin-bottom: 10px;
}
.reserve-field p:nth-of-type(1) span {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.reserve-field p:nth-of-type(2) {
  margin-top: 10px;
}
.reserve-field p:nth-of-type(2) span {
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.reserve-field p:nth-of-type(1) span::before, .reserve-field p:nth-of-type(1) span::after {
  content: '';
  position: absolute;
  top: 42%;
  width: 28px;
  height: 22px;
  border-top: 0.18vw solid #404040;
}
.reserve-field p:nth-of-type(1) span::before {
  left: -3.5em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.reserve-field p:nth-of-type(1) span::after {
  right: -3.5em;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.reserve-field .btn-reserve, .reserve-field .btn-shop {
  position: relative;
  z-index: 3;
}
.reserve-field .btn-reserve {
  width: 80%;
  margin: 0 auto 25px;
  margin: 0 auto 3.33vw;
}
.reserve-field .btn-reserve a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.reserve-field p.btn-shop {
  width: 66.6%;
  margin: 0 auto;
}
.reserve-field p.btn-shop a {
  font-size: 30px;
  font-size: 3.99vw;
  color: #e3395d;
  display: block;
  background-color: #fff;
  border-radius: 60px;
  border-radius: 7.99vw;
  padding: 24px 0;
  padding: 3.19vw 0;
  border: 3px solid #e3395d;
}
.reserve-field p.link {
  margin-bottom: 28px;
  margin-bottom: 3.73vw;
}
.reserve-field p.copyright {
  margin: 12px auto;
  margin: 1.73vw auto;
}
@media screen and (max-width: 767px) {
  /*2019-12-13*/
  .shop-list dl dd .shop-reserve .btn-reserve {
    margin-bottom: 0;
  }
  .reserve-field .btn-reserve {
    width: 94.1%;
    margin: 0 auto 25px;
    margin: 0 auto 3.33vw;
  }
  .reserve-field .btn-reserve a {
    display: block;
    font-size: 2.5vw;
    color: #fff;
    padding: 36px 0;
    padding: 2.5vw 0;
  }
  .reserve-field .btn-reserve a {
    display: block;
    font-size: 4.0625vw;
  }
  .reserve-field p:nth-of-type(1) span::before {
    left: -2.5em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .reserve-field p:nth-of-type(1) span::after {
    right: -2.5em;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .reserve-field p:nth-of-type(1) span {
    font-size: 4.0625vw;
  }
  /* studio
--------------------------------------------------------------------------------------------------------*/
  #studio .inner {
    padding: 2% 4% 4%;
  }
  #studio .inner h2 {
    margin-bottom: 3vw;
    width: 90%;
  }
  #studio .inner .field {
    padding: 5vw 5vw 3vw 5vw;
  }
  #studio .inner .field .shop-tabs dl {
    padding: 0 0 0 4vw;
    margin-bottom: 4vw;
  }
  #studio .inner .field .shop-tabs dl dt {
    font-size: 3.1vw;
    width: 15vw;
    padding: 3vw 0;
  }
  #studio .inner .field .shop-tabs dl dd {
    font-size: 3vw;
    padding: 2vw 1vw 0 0;
    margin-left: 16vw;
  }
  #studio .inner .field .shop-tabs dl dd ul li {
    margin-right: 10px;
  }
  #studio .inner .field .shop-tabs dl dd ul li a {
    padding: 1vw 2vw 1vw;
    margin: 0 2vw 2vw 0;
  }
  #studio .inner .field .shop-list {
    padding: 0 0 2vw;
  }
  #studio .inner .field .shop-list dl dt {
    font-size: 3.3vw;
    padding: 2vw 0 2vw 3vw;
  }
  #studio .inner .field .shop-list dl dt::after {
    right: 16px;
    width: 10px;
    height: 10px;
  }
  #studio .inner .field .shop-list dl dd .item {
    padding: 2vw;
  }
  #studio .inner .field .shop-list dl dd .mt {
    margin-top: 24px;
  }
  #studio .inner .field .shop-list dl dd .item h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  #studio .inner .field .shop-list dl dd .item p {
    font-size: 3vw;
  }
  #studio .inner .field .shop-list dl dd .item p.links {
    padding: 1.2em 0;
  }
  #studio .inner .field .shop-list dl dd .item p.links a {
    color: #0074d9;
    text-decoration: underline;
  }
  #studio .inner .field .shop-list dl dd .item .box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  #studio .inner .field .shop-list dl dd .item .box .about {
    width: 408px;
    padding-right: 12px;
  }
  #studio .inner .field .shop-list dl dd .item .box .maps, #studio .inner .field .shop-list dl dd .item .box .maps iframe {
    width: 406px;
    height: 273px;
  }
  #studio .inner .field .shop-list dl dd h4.campaign {
    text-align: center;
    padding: 60px 0;
  }
  #studio .inner .field .shop-list dl dd .item p.about {
    font-size: 28px;
    line-height: 1.85;
  }
  #studio .inner .field .shop-list dl dd .item h5.tit {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    color: #e6505b;
    margin-bottom: 13px;
  }
  #studio .inner .field .shop-list dl dd .item ul {
    margin: 38px auto 0;
  }
  #studio .inner .field .shop-list dl dd .item ul li {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.73;
  }
  #studio .inner .field .shop-list dl dd .shop-reserve {
    padding-bottom: 20px;
  }
  #studio .inner .field .shop-list dl dd .shop-reserve .btn-reserve {
    margin-bottom: 0;
  }
  _:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-tabs dl dt {
    padding: 26px 0 14px;
  }
  _:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-tabs dl dd ul li a {
    padding: 14px 21px 2px;
  }
  _:-ms-lang(x)::-ms-backdrop, #studio .inner .field .shop-list dl dt {
    padding: 26px 0 10px 32px;
  }
  a.googleMap {
    text-decoration: underline;
    color: #0074d9;
  }
  a.googleMap:after {
    content: url("/map/img/target.png");
    margin: 0 5px;
  }
  .studiobtn {
    margin: 20px auto;
    width: 75%;
  }
}