@charset "utf-8";

html {
	overflow: scroll;
	-webkit-overflow-scrolling;
}
body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  background: #fff;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}
a img {
  transition: all 0.4s ease;
}
a:hover, a:hover img {
  opacity: 0.9;
}
#topslide a:hover, #topslide a:hover img {
  opacity: 1;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*--------
toggle 
--------*/
#header nav#toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  background: #e72b80;
}
#header nav#toggle ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header nav#toggle ul li {
  display: block;
  padding: 0;
}
#header nav#toggle ul li a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 3em;
  padding: 0 1.5em;
  border-radius: 4px;
  border: 0;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
#header nav#toggle ul li a[href="#menu"] {
  -webkit-tap-highlight-color: transparent;
  width: 50px;
  text-indent: 4em;
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
#header nav#toggle ul li a[href="#menu"]:before,
#header nav#toggle ul li a[href="#menu"]:after {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
}
#header nav#toggle ul li a[href="#menu"]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
  opacity: 0;
}
#header nav#toggle ul li a[href="#menu"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
  opacity: 1;
}
#header nav#toggle ul li a[href="#menu"]:hover:before {
  opacity: 1;
}
#header nav#toggle ul li a[href="#menu"]:hover:after {
  opacity: 0;
}
@media screen and (max-width: 736px) {
  #header nav#toggle {
    /* right: 1em; */
    /* top: 1em; */
  }
  #header nav#toggle ul li a[href="#menu"]:before, #header nav#toggle ul li a[href="#menu"]:after {
    /*background-size: 1.5em 1.5em;*/
  }
}
/*--------
menu 
--------*/
#menu {
  -moz-transform: translateX(22em);
  -webkit-transform: translateX(22em);
  -ms-transform: translateX(22em);
  transform: translateX(22em);
  -moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
  -webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
  -ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
  transition: transform 0.45s ease, visibility 0.45s;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  visibility: hidden;
  z-index: 10002;
}
#menu > .inner {
  -moz-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  width: 100%;
  height: 100%;
  /*padding: 6em 2.75em 2.75em;*/
  opacity: 0;
  /*background: #E72B80;*/
  background: url(../images/c-menu-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#menu .nav-area {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  /*position: fixed;*/
  position: relative;
  top: 6em;
  right: -100%;
  width: 100%;
  padding-bottom: 40px;
}
#menu .nav-area ul li {
  padding: 0;
  /*width: 60vw;*/
  width: 70vw;
  border-top: solid 1px transparent;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.is-menu-visible #menu .inner ul li {
  /*-webkit-transform: translateX(-80px);
  transform: translateX(-80vw);*/
  -webkit-transform: translateX(-84px);
  transform: translateX(-84vw);
}
.is-menu-visible #menu .inner ul li:nth-child(1) {
  transition-delay: .1s;
}
.is-menu-visible #menu .inner ul li:nth-child(2) {
  transition-delay: .2s;
}
.is-menu-visible #menu .inner ul li:nth-child(3) {
  transition-delay: .3s;
}
.is-menu-visible #menu .inner ul li:nth-child(4) {
  transition-delay: .4s;
}
.is-menu-visible #menu .inner ul li:nth-child(5) {
  transition-delay: .5s;
}
.is-menu-visible #menu .inner ul li:nth-child(6) {
  transition-delay: .6s;
}
.is-menu-visible #menu .inner ul li:nth-child(7) {
  transition-delay: .7s;
}
.is-menu-visible #menu .inner ul li:nth-child(8) {
  transition-delay: .8s;
}
.is-menu-visible #menu .inner ul li:nth-child(9) {
  transition-delay: .9s;
}
.is-menu-visible #menu .inner ul li:nth-child(10) {
  transition-delay: 1.0s;
}
.is-menu-visible #menu .inner ul li:nth-child(11) {
  transition-delay: 1.1s;
}
#menu .nav-area ul li a {
  display: block;
  padding: 0.6em 0;
  line-height: 1.5;
  border: 0;
  color: #fff;
  /*font-size: 12px;*/
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
#menu .nav-area ul li:first-child {
  border-top: 0;
  margin-top: -1em;
}
#menu .nav-area ul li svg {
  position: absolute;
  /*right: 0;*/
  right: 20px;
  top: 10%;
  /*top: 25%;*/
  font-size: 23px;
}
.is-menu-visible #menu .inner .store_info {
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
	transition-delay: 1.4s;
	/*-webkit-transform: translateX(-80px);
	transform: translateX(-80vw);*/
	-webkit-transform: translateX(-87px);
	transform: translateX(-87vw);
	/*width: 60vw;*/
        width: 74vw;
	/* height: 53px; */
	margin-top: 10px;
	display: block;
	color: #E72B80;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.store_info div:first-of-type {
	margin-right: 10px;
}
#menu > .close {
  -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  -ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  -moz-transform: scale(0.25) rotate(180deg);
  -webkit-transform: scale(0.25) rotate(180deg);
  -ms-transform: scale(0.25) rotate(180deg);
  transform: scale(0.25) rotate(180deg);
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: absolute;
  top: 2em;
  right: 3em;
  width: 6em;
  text-indent: 6em;
  height: 3em;
  border: 0;
  font-size: 1em;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
#menu > .close:before, #menu > .close:after {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
}
#menu > .close:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
  opacity: 0;
}
#menu > .close:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
  opacity: 1;
}
#menu > .close:hover:before {
  opacity: 1;
}
#menu > .close:hover:after {
  opacity: 0.6;
}
body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
body.is-menu-visible #menu > * {
  opacity: 1;
  overflow-x: hidden;
}
body.is-menu-visible #menu .close {
  -moz-transform: scale(1.0) rotate(0deg);
  -webkit-transform: scale(1.0) rotate(0deg);
  -ms-transform: scale(1.0) rotate(0deg);
  transform: scale(1.0) rotate(0deg);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  #menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
  }
  #menu > .inner {
    /*padding: 4em 2em 10em;*/
  }
  #menu .nav-area {
  	top: 3em;
  }
  #menu > .close {
    top: 1em;
    right: 1em;
    width: 4.25em;
    text-indent: 4.25em;
  }
  #menu > .close:before, #menu > .close:after {
    /*background-size: 1.5em 1.5em;*/
  }
}

/*--------
header 
--------*/
#header {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  width: 100%;
  height: 50px;
  z-index: 9999;
  /*追加*/
  /*right: 0;
  left: 0;
  margin: auto;
  max-width: 375px;*/
}
#header .logo img {
/*max-width: 232px;*/
max-width: 40px;
    width: 100%;
}
#header .tel,
#header .open {
  font-size: 11px;
  font-family: 'Noto Serif JP', serif;
}
#header .tel {
  padding-top: 0px;
  margin-bottom: -2px;
  color: #e72b80;
}
#header .open {
	line-height: 1.2;
}
#header .open span {
    font-size: 10px; 
}
#header .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
  padding: 0 65px 0 15px;
}
/*--------
main 
--------*/
#main {
  padding-top: 50px;
  /* padding-bottom: 40px; */
}
/* bg_fixed */
.bg_fixed {
	background: url(../images/bg_today.png) no-repeat center top;	
	background-size: 170%;
	padding: 8% 0;
    min-height: 400px;
    background-attachment: fixed;
}
/* cast_area */
#bottom_therapist {
	margin: 7% 0;
}
.cast_area {
	width: 96%;
	margin: 0 auto;
	position: relative;
}

/* title */
h2.title {
	/* color: #f55586; */
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
        padding-bottom: 10px;
}
h2.title > span {
  margin: 0 auto;
  position: relative;
  display: block;
  font-family: 'Noto Serif JP', serif;
}
h2.title > span img {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
h2.title .en {
	font-size: 20px;
	display: block;
	/*font-family: 'EB Garamond', serif;*/
	letter-spacing: 0.01em;
}

/* contentbox */
.contentbox {
	padding-left: 10px;
	padding-right: 10px;
}

/* figarea */
.figarea {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.figarea .photo_area {
	position: relative;
	overflow: hidden;
}
.figarea a:hover .photo_area > img {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 1.0;
}
.figarea figure {
	width: 49%;
	margin: 2% 2% 5% 0;
	position: relative;
	border: 1px solid #d1c295;
	padding: 10px 0 10px;
	background-color: rgb(255 255 255 / 0.5);
}
.figarea figure:nth-child(2n) {
	margin-right: 0;
}
.figarea a .photo_area > div:first-of-type {
	/*visibility: hidden;*/
	position: absolute;
	top: 0;
	left: 0;
	/*background: rgba(000, 000, 000, 0.5);*/
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.figarea a:hover .photo_area > div {
	visibility: visible;
    display: none;
}

/* catch */
.catch {
    font-size: 12px;
    color: #E72B80;
    text-align:center;
    font-weight: bold;
    margin-bottom: 2px;
}
figcaption .catch {
	color: inherit;
	font-size: 12px;
	text-align: inherit;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* check */
.check {
	color: #fff;
	border: 1px solid #fff;
	display:none;
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
/* figcaption */
.figarea figcaption {
	padding: 7px 5px 5px;
	position: relative;
}
.figarea a:hover figcaption {
	background: rgba(240, 240, 240, 0.7);
}
/* name */
figcaption .name {
	font-weight: bold;
	font-size: 12px;
}
/* size */
figcaption .size {
	font-size: 12px;
}
/* time */
figcaption .time {
	color: #eb0101;
	font-weight: bold;
	margin: 0 0 2px;
	font-size: 12px;
}
figcaption .time i {
	margin-right: 3px;
}
figcaption .time2 .rt3 {
	display: block;
	background: #E72B80;
	width: 100%;
	height: 26px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
figcaption .time2 .rt3.soldout {
	background: #666666;
}
/* cat */
.figarea .cat,
.newface .cat {
/*background: #000;*/
	width: 100%;
	height: 22px;
	text-align: center;
	line-height: 21px;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	color: #fff;
}
/* icon_area */
.icon_area {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 6px;
	left: 6px;
}
.icon_area div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.icon_area div > span {
	width: 36px;
	height: 36px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 2px;
}
.icon_area div > span span {
	text-align: center;
}

.sns {
	position: absolute;
	right: 5px;
	top: 7px;
}

.sns .twitter{
    display: flex;
}
.sns .twitter object{
    width: 30px;
}
.sns .twitter object:first-of-type{
    margin-right: 5px;
}

.todaycat {
	background: #B3A168;
}
.newcat {
	background: #E72B80;
}
.newcat img {
	padding-top: 3px;
	width: 10px;
}

#bottom_therapist .newcat img {
	width: 12px;
	padding-top: 1px;
}
#bottom_therapist .no1cat img {
	width: 20px;
	padding-bottom: 3px;
}

/* bnr_area */
#bnr_area {
	background: url(../images/bg_concept.gif);
	background-size: 25%;
	position: relative;
	padding: 5% 2%;
}
#bnr_area .roseimg2 {
	position: absolute;
	top: -13%;
	right: -5%;
	z-index: 999;
	width: 30%;
}
.bnr_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}
.bnr_box div {
	width: 49.5%;
	margin-bottom: 1%;
}
.bnr_box .bnr_recruit,
.bnr_box .bnr_line {
	width: 100%;
}
.bnr_box .bnr_line {
	margin-bottom: 0;
}

/* newslist */
.newslist {
  width: 96%;
  margin: 0 auto 7%;
  padding: 7% 0 0;
}
.newslist h2.title > span {
	width: 120px;
}
.newslist .newsbox {
  border-top: 1px solid #ffdee8;
  padding: 14px 0;
  clear: both;
}
.newslist .newsbox:first-child {
  border: none;
}
.newslist .newsbox .photo {
  width: 22%;
  float: left;
  height: 103px;
  overflow: hidden;
}
.newslist .newsbox .photo img {
	width: 100%;
	height: 103px;
	object-fit: cover;
	object-position: 50% 0%
}
.newslist .newsbox > div {
  width: 74%;
  float: right;
}
.newslist .newsbox .date span:nth-child(1) {
  margin-right: 10px;
  float: left;
}
.newslist .newsbox .date span:nth-child(2) {
  border-radius: 15px;
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-size: 10px;
  display: block;
  width: 60px;
  height: 18px;
  line-height: 19px;
  float: left;
}
.newslist .newsbox .title {
  font-weight: bold;
  clear: both;
  padding: 6px 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newslist .newsbox .text {
	font-size: 12px;
	margin-bottom: 5px;
}
.newslist .newsbox .date {
	font-size: 12px;
}
.newsbox .staff,
#ndetail .staff {
  background: #0d2257;
}
.newsbox .event,
#ndetail .event {
  background: #E72B80;
}
.newsbox .gblog,
#ndetail .gblog {
  background: #11857e;
}
.news_link {
  background: #f55586;
  /*font-family: 'EB Garamond', serif;*/
  font-size: 20px;
  text-align: center;
  height: 40px;
}
.news_link a {
  display: block;
  color: #fff;
  line-height: 40px;
}
.news_link img {
  margin-left: 10px;
  vertical-align: -1px;
  width: 16px;
}

/* bottom_therapist */
#bottom_therapist h2.title > span {
	width: 175px;
}

@media screen and (min-width: 568px) {
  #bnr_area .roseimg2 {
  	top: -9%
  }
}
@media screen and (min-width: 768px) {
  #bnr_area .roseimg2 {
  	top: -11%
  }
}

/*--------
footer 
--------*/
footer {
    background: rgb(165,136,58);
    background: linear-gradient(90deg, rgba(165,136,58,1) 0%, rgba(179,161,104,1) 50%, rgba(165,136,58,1) 100%);
  padding: 25px 10px 70px;
}
.other_menu {
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
.other_menu p {
  display: inline-block;
  margin: 0 16px;
  font-size: 12px;
}
.other_menu p a {
  text-decoration: underline;
}
footer .logo {
  /*width: 47%;*/
  width: calc(30% - 10px);
  margin: 0 auto 20px;
  text-align: center;
}

#copyright,
.ban {
  font-size: 10px;
  text-align: center;
  color: #fff;
}
#copyright {
  margin: 14px 0;
}
.foot_menu {
  position: fixed;
  bottom: 10px;
  width: 100%;
  padding: 0 6px;
  z-index: 9999;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/*追加*/
    right: 0;
    left: 0;
}
.foot_menu div {
  /*width: 19.2%;
  font-size: 10px;5個のとき*/
  width: 23.5%;
  font-size: 12px;
    color: #fff;
    background: rgba(231,43,128,0.9);
  border-radius: 3px;
  text-align: center;
  padding: 6px 0 4px;
  margin: 0 1%;
  display: block;
}
.foot_menu div:first-child {
	margin-left: 0;
}
.foot_menu div:last-child {
	margin-right: 0;
}

.foot_menu div svg {
  font-size: 18px;
  display: block;
  margin: 0 auto 2px;
  text-align: center;
}
.foot_menu div.tel svg {
	transform:rotate(90deg);
}

/*--------
Animation 
--------*/
@-webkit-keyframes fadeInDown2 {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown2 {
	from {
	opacity: 0;
	-webkit-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
	}

	to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2;
	animation-duration: 1500ms;
}
/* fadeInUp2 */
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
/* bounceIn2 */
@-webkit-keyframes bounceIn2 {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {

	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn2 {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
	opacity: 1;
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
	-webkit-transform: scale3d(0.97, 0.97, 0.97);
	transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	}
}

.bounceIn2 {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn2;
	animation-name: bounceIn2;
	position: relative;
	z-index: 1;
}

/* morelink */
.morelink {
	width: 130px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.morelink a {
	display: block;
	height: 28px;
	line-height: 28px;
	    background: rgb(165,136,58);
    background: linear-gradient(90deg, rgba(165,136,58,1) 0%, rgba(179,161,104,1) 50%, rgba(165,136,58,1) 100%);
color:#fff;
	border-radius: 14px;
	position: relative;
}
.morelink a::after {
    position: absolute;
    top: 11px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.morelink a::after {
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 追加 */
.attend_mark{
    background: #B3A168
}
.c-gold{
color: #B3A168;
}
#header .logo{
    width: 15%;
}
#schedule .size{
    display:none;
}

.leave{
    font-size: 10px;
}

  h2.title .en,
  .news_link  {
  font-family: Garamond, 'EB Garamond', serif;
  /*font-family: 'Libre Bodoni', serif;*/
}
  .today_girl,
  .regist_girl {
    /*font-family: "Sawarabi Mincho";*/
    font-family: 'Noto Serif JP', serif;
}

.cat{
    background: #ddd;
}
.cat--1{
    background: #E72B80;
}
.cat--2{
    background: #000;
}
.cat--3{
    background: #955a41;
}
.cat--4{
    background: #aaa;
}
.cat--5{
    background: #bf953f;
}
.cat--6{
    background: #6dc3a9;
}

.icoInfo {
    max-width: 300px;
    margin: 20px auto;
}
.icoInfo > p {
    text-align: center;
  }
.icoInfo ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.icoInfo li {
    width: 50%;
    font-size: 12px;
    text-align: center;
}
.icoInfo li span {
    font-size: 10px;
    text-align: center;
    width: 60px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 4px 10px 2px;
    line-height: 1;
}
footer .logo img{
        width: 80px;
}
.info{
    margin-top: -4px;
}

/* モーダル認証 */
.c-certifi {
  position: fixed;
  display: none;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
    border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .c-certifi {
    height: 50%;
    width: 60%;
    height: 93%;
    border-radius: 50px;
  }
}
.c-certifi img {
  height: 66vw;
  max-height: 384px;
  margin-top: 3vh;
}
@media screen and (min-width: 768px) {
  .c-certifi img {
    height: 40%;
    margin-top: 8vh;
  }
}
.c-certifi .close_modal {
  background: #E72B80;
  color: #fff;
  display: block;
  max-width: 500px;
  width: 100%;
  border-radius: 40px;
  margin: 20px auto;
  font-size: 16px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c-certifi .close_modal {
    margin: 40px auto;
    font-size: 40px;
    border-radius: 50px;
  }
}
.c-certifi .small--bottom {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-certifi .small--bottom {
    margin-top: 30px;
    margin-top: auto;
  }
}
.c-certifi .leaveBtn {
    margin-top: 0;
    text-decoration: underline;
    font-size: 12px;
}
.c-certifi p {
  margin-bottom: 10px;
font-size: 10px;
}
.c-certifi a {
  cursor: pointer;
}

.c-certifi__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 追加sp */
.profile_data_list dl{
    display: flex;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;

}
.profile_data_list dt,
.profile_data_list dd{
    width: 50%;
    font-size: 12px;
    font-weight: bold;
}
.profile_basic_data,
.profile_data_list{
    margin: 30px auto;
}
.profile_basic_data .title{
color: #E72B80;
    margin-bottom: 15px;
    padding: 9px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #E72B80;
    font-size: 14pt;
}
.profile_data_list .title {
    color: #E72B80;
    margin-bottom: 15px;
    padding: 9px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #E72B80;
    font-size: 24px;
     font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.profile_basic_data li{
    width: 30%;
    display: inline-block;
    background-color: #E72B80;
    color: #fff;
    padding: 6px 16px;
    margin: 3px;
    border-radius: 30px;
    min-width: 80px;
    text-align: center;
    font-size: 12px;
white-space: nowrap;
    text-overflow: ellipsis;
}
.ng_mode,
.is-none{
    display:none!important;
}

.flexbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

/*  追加*/
#header .inner{
  flex-wrap: nowrap;
  padding: 0 50px 0 15px;
}
#header .inner > div {
  width: 100%;
  text-align: center;
}
.leave {
  padding-bottom: 7px;
}
.leave a {
    border-bottom: 1px solid #525252;
}

/*.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}*/

#header .tel a {
  font-size: 14px;
  padding-right: 5px;
}

#header .open {
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#header .open span{
  padding-left: 5px;
}

figcaption .size span{
    display: block;
}

.profile_basic_data--op li{
    border-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
    /*min-width: 30%;*/
    width: 100%;
}

.profile_basic_data--op .ng_mode{
  display: inline-block!important;
  background-color: #ddd;
}

@media screen and (max-width: 360px) {
  #header .tel a {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  #header .tel a {
    font-size: 10px;
  }
}

/*.topLinkBnr ul{
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}
.topLinkBnr ul li{
  width: calc((100% - 10px) / 2 );
}
.topLinkBnr ul li:nth-of-type(odd){
  margin-right: 10px;
}*/

.topLinkBnr{
  padding: 10px 10px 10px;
}
.topLinkBnr ul li{
  padding-bottom: 10px;
}
.li-item .item.jp {
padding-bottom: 0;
    font-size: 12px;
    padding-top: 0;
    color: #000;
}
.system_menu .li-item .price,
.system_menu .li-item-2 .price {
    color: #000;
    font-size: 12px;
}
.system_box .pre-price .jp,
.system_box .pre-price-2 .jp {
padding-left: 0;
padding-top: 0;
padding: 0;
}
.pre-price .item .alphanumeric {
font-size: 16px;
}
.system_box .li-item-2 .jp {
    padding-bottom: 0;
    font-size: 12px;
    padding-top: 0;
    color: #000;
}
.system_box .li-item-2 .price .alphanumeric {
font-size: 16px;
}
.system_box .li-item-2 .item .alphanumeric {
font-size: 16px;
}
.system_menu ul .li-item-2 {
margin-top: 12px;
}

.c-btn-pageSwitch{
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}
.c-btn-pageSwitch li{
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
}
.c-btn-pageSwitch li a{
    color: #fff;
    display: block;
    padding: 5px 0;
    background: #E72B80;
    border-radius: 5px;
    text-align: center;
}
.c-btn-pageSwitch li.is-current a{
    background: #fff;
    color: #E72B80;
    border: 1px solid #E72B80;
}
.c-btn-pageSwitch li:last-of-type{
    margin-right: 0;
}
.footer__menu{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    text-align: left;
   width: 70%; 
   margin: 0 auto;
   margin-left: 20px;
}
.footer__menu li a{
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
.footer__menu li{
    /*display: block;
    width: 50%;*/
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

#main{
    max-width: 627px;
    margin: 0 auto;
}
.footer__wrapper{
    display: flex;
    max-width: 460px;
    margin: 0 auto;
}
.howto_otherArea img{
    padding: 10px 10px 0;
}
.figarea .cat,
.newface .cat {
font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.figarea .cat {
    margin: 0 5px;
    width: auto!important;
}

.icon .movie{
    display: none;
}
.sns .twitter object:nth-of-type(2){
    display: none;
}