@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);

@charset "utf-8";
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 {
	font-size: 100%;
	margin: 0;
	padding: 0px;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}
/*paddingによる幅を無くします*/
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	width: 100%;
	min-width: 320px;
	min-height: 800px;
	background: url(../images/bg.png);
	background-repeat: repeat;
    background-position: center;
    background-size: 200px;
	
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	color: #353535;
	line-height: 1.4;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	text-align: center;
	font-family:  "Helvetica Neue" , Helvetica , Arial , Roboto, "Droid Sans", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.4rem;
	animation: fade 1.6s ease-in-out;
}
@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #353535;
	text-decoration: none;
	outline: none;
}
p {
	max-height: 999999px;
}
ins {
	background-color: #ff9;
	color: #353535;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #353535;
	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;
}
img {
	vertical-align: middle;
}
/* from */
label {
	padding: 10px;
	display: block;
}
textarea {
	width: 100%;
	height: 100px;
	resize: none;
}
select {
	width: 100%;
	margin-bottom: 5px;
	display: block;
}
select:last-child {
	margin-bottom: 0;
}
.select_box {
	position: relative;
}
.select_box::after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 100;
}
.select_type {
	width: 95px;
	display: inline-block;
	vertical-align: unset;
}
.select_type:last-child {
	margin-left: 20px;
}
.select_type select {
	text-indent: 25px;
}
input, textarea, select {
	padding: 10px;
	background: 0;
	border: 0;
	border-bottom: 1px dotted #dedede;
	text-align: justify;
}
button, textarea, select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: 0;
}
input[type="text"],
input[type="email"] {
	width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	cursor : pointer;
}
input[type=radio],
input[type=checkbox] {
	display: inline;
	background: #eaeaea;
	padding: 5px 10px;
}
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="hidden"] {
	border-radius: 0;
	-webkit-appearance: none;
}
::placeholder {
	color: #afafaf;
}
:focus::placeholder {
	color: transparent;
}
#contents_form {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
.form_reset{
	-webkit-appearance: none;
	border:none;
	background-color: transparent;
}
/* common */
.atten_01,
a.atten_01 {
	color: #271501;
}
.atten_02,
a.atten_02 {
	color: #ccbc99;
}
/* margin */
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}


/* font */
.fs_08 {
	font-size: 0.8rem;
}

.fs_10 {
	font-size: 1rem;
}
.fs_12 {
	font-size: 1.2rem;
}
.fs_14 {
	font-size: 1.4rem;
}
.fs_16 {
	font-size: 1.6rem;
}
.fs_18 {
	font-size: 1.8rem;
}
.fs_20 {
	font-size: 2rem;
}
.fs_24 {
	font-size: 2.4rem;
}
.fs_w {
	font-weight: 600;
}
/* text-align */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* transition */
.link_act_01 {
	opacity: 1;
	transition: .4s ease-in-out;
}
.link_act_01:hover {
	opacity: 0.6;
}
.link_act_02 {
	opacity: 1;
	transform: scale(1);
	transition: all .4s;
}
.link_act_02:hover {
	opacity: 0.6;
	transform: scale(1.1);
}

/* btn-border */

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 15px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  border-radius: 0 50% 50% 0;
  background: #000;
}

a.btn-border:hover:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: 30px;

  width: 30px;
  height: 30px;

  content: '\f061';
  -webkit-transform: translateX(730%) translateY(.5rem);
  transform: translateX(730%) translateY(.5rem);

  color: #fff;
  border-radius: 50%;
}

/* btn_01 */
.btn_01,
.btn_01 a {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	background: #353535;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	text-align: center;
	transition: .4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.btn_01::after {
	margin: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 15px;
}
.btn_01 input {
	width: 100%;
	padding: 0;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #fff;
	transition: .4s ease-in-out;
}
.btn_01:hover,
.btn_01:hover a,
.btn_01 input:hover {
	background: #6d6d6d;
}
/* btn_02 */
.btn_02,
.btn_02 a {
	width: 100%;
	max-width: 300px;
	margin: 15px auto;
	background: #ccbc99;
	border: 1px solid #ccbc99;
	line-height: 45px;
	display: block;
	color: #353535;
	text-align: center;
	transition: .4s ease-in-out;
	position: relative;
	cursor: pointer;
}
.btn_02::after {
	margin: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 15px;
}
.btn_02:hover,
.btn_02:hover {
	background: 0;
	border: 1px solid #ccbc99;
	color: #fff;
}
/* inner */
.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
/* outer */
.outer {
	padding: 6% 0;
}
/* outer */
.bg_type {
	padding: 4%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
/* title */

.sectionTitleLine {
    position: relative;
    padding-bottom: 0px;
}


.title {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	background: url(../images/bg_titile.png) center no-repeat;
	background-size: 260px;
	font-size: 3.2rem;
	font-family: "Cinzel Decorative", cursive;
	letter-spacing: .4rem;
	text-indent: .4rem;
}

.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 200px;
    background-image: linear-gradient(
90deg
, RGBA(57, 52, 47, 0), RGBA(57, 52, 47, 1) 50%, RGBA(57, 52, 47, 0) 100%);
}


.small_title {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
    color: #39342F;
}


.title2 {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	background-size: 260px;
	font-size: 3.2rem;
	font-family: "Cinzel Decorative", cursive;
	letter-spacing: .4rem;
	text-indent: .4rem;
	color: #ffffff;
}

.title2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 200px;
    background-image: linear-gradient(
90deg
, RGBA(253, 232, 167, 0), RGBA(231, 195, 87, 1) 50%, RGBA(253, 232, 167, 0) 100%);
}


.small_title2 {
	display: block;
	clear:both;
	font-size: 1.3rem;
	font-weight: bold;
    color: #ffffff;
}



.title span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
    color: #39342F;
}


/* subtitle */
.subtitle {
	width: 100%;
	padding-left: 8px;
	border-left: 3px solid #ccbc99;
	font-size: 2.4rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	text-align: left;
	line-height: 1;
}
.subtitle span {
	color: #39342F;
	font-size: 1.2rem;
	vertical-align: middle;
}
/* table_01 */
.table_01 {
	width: 100%;
	padding: 20px;
	border: 1px solid #525559;
	color: #363837;
	text-align: left;
}
.table_01 th,
.table_01 td {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #000;
	display: block;
}
.table_01 th {
    color: #ccbc99;
	position: relative;
  	padding: 1rem 2rem;
  	border-bottom: 6px solid #a9a9a9;
}
.table_01 th:before {
	position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #706e6e;
}
.table_01 tr:last-child td {
	border-bottom: 0;
}
.table_01 a {
	color: #706e6e;
}
.table_01 a.tel {
	width:50%;
	margin-bottom: 10px;
    padding: 10px;
    background: #b7a782;
    border-radius: 2px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    display: block;
}
}


.table_01 a.mail {
	margin-bottom: 10px;
	padding: 10px;
	background: #271501;
	border-radius: 2px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	display: block;
}
.table_01 a.line {
	margin-bottom: 10px;
	padding: 10px;
	background: #09b534;
	border-radius: 2px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	display: block;
}
.table_01 a span {
	font-size: 1.2rem;
	letter-spacing: .4rem;
	display: block;
}
.table_01 a i {
	margin-right: 3px;
}
/* atten_txt */
.table_01 .atten_txt {
	color: #271501;
	font-size: 1.2rem;
}
/* deco_txt */
.table_01 .deco_txt {
	padding: 10px;
	background: #fbf6f4;
	border-radius: 2px;
	color: #353535;
}
/* example_box */
.table_01 .example_box {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.table_01 .example_box li {
	width: 48%;
	border: 1px solid #272727;
	text-align: center;
}
.table_01 .example_box li .tit {
	padding: 5px;
	background: #271501;
	font-size: 1.6rem;
}
.table_01 .example_box li .tit span {
	font-size: 1rem;
	font-weight: 600;
	display: block;
}
.table_01 .example_box li .salary {
	padding: 15px 0;
	background: #fbf6f4;
	color: #353535;
}
.table_01 .example_box li .salary  span {
	color: #271501;
	font-size: 2rem;
	line-height: 1;
}
/* txt_box_01 */
.txt_box_01 {
	padding: 15px;
	background: #353535;
	border: 4px double #ccc;
	color: #fff;
	text-align: justify;
}
/* link_box */
.link_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	box-sizing: border-box;
	font-size: 1rem;
}
.link_box li {
	margin: 0 10px 10px 0;
}
.link_box li a {
	display: block;
}
/* tab */
.tab_group {
	width: 100%;
	padding: 0 1%;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
.tab_group .tab {
	width: 15%;
	margin-bottom: 4px;
	padding: 15px;
	background: #fff;
	border: 1px solid #353535;
	box-sizing: border-box;
	color: #353535;
	font-size: 1.6rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	transition: all .4s ease-out;
}
.tab_group .tab.active,
.tab_group .tab:hover {
	background: #271501;
	border: 1px solid #271501;
	color: #fff;
}
/* panel_group */
.panel_group h3 {
	width: 98%;
	margin: 0 auto 20px;
	padding: 5px;
	background: #484848;
	color: #ccbc99;
	font-size: 2rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
}
.panel_group {
	display: none;
}
.panel_group.show {
	display: block;
	animation: fade 1.2s forwards;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* cast */
.cast_box {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.cast_box:last-child {
	margin-bottom: 0;
}
.cast_box li {
	width: 23%;

	margin: 0 1% 2% 1%;
	padding: 5px;
	background: #484848;
	position: relative;
}
.cast_box li a {
	display: block;
}
/* img_box */
.cast_box li .img_box {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.cast_box li .img_box:before {
	content:"";
	display: block;
	padding-top: 150%;
}
.cast_box li .img_box img.staff {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
/* icon_new */
.cast_box li .icon_new {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.cast_box li .icon_new img {
	display: block;
}

.cast_box li .icon_check {
	width: 100px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.cast_box li .icon_check img {
	display: block;
}

/* class */
.cast_box li .class span {
	background: rgba(255, 255, 255, 0.85);
	color: #271501;
	text-align: center;
	font-weight: 600;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	line-height: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
/* name */
.cast_box li .name {
	font-size: 1.6rem;
}
/* size */
.cast_box li .size {
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.cast_box li .size span {
	color: #ccc;
	font-size: 1rem;
}
/* time */
.cast_box li .time {
	border: 1px solid #cbbc99;
	background: #353535;
	color: #cbbc99;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
}
/* twitter */
.cast_box li .icon_twitter {
	color: #2fa9ff;
	display: inline-block;
}
/* reserve */
.cast_box li .reserve {
	margin-bottom: 3px;
	border: 1px solid #271501;
	background: #353535;
	color: #271501;
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
}
/* date_box */
.cast_box li .date_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.cast_box li .date_box p {
	width: 100%;
	margin: 0 1%;
}
/* txt_box */
.cast_box li .txt_box {
	width: 100%;
	color: #fff;
}
/* header */
header {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	transition: .4s ease-in-out;
}
header.fixed {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}
header section.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header h1 {
	width: 220px;
	line-height: 80px;
}
/* pc menu */
header .nav ul {
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .nav ul li {
	border-right: 1px solid #e2e2e2;
}
header .nav ul li:last-child{
	border-right: 0;
}
header .nav ul li a {
	padding: 0 20px;
	display: block;
	position: relative;
	transition: .4s ease-in-out;
	position: relative;
	font-size:14px;
}
header .nav ul li a:hover {
	color: #ccbc99;
}
header .nav ul li a::after {
	width: 0;
	height: 1px;
	background-color: #ccbc99;
	position: absolute;
	left: 15%;
	bottom: -10px;
	content: '';
	transition: .4s ease-in-out;
}
header .nav ul li a:hover::after {
	width: 70%;
}
/* full screen menu */
body.fixed {
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
/* nav_btn */
#nav_btn {
	width: 70px;
	height: 70px;
	background: #353535;
	padding-top: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	display: none;
	cursor: pointer;
	transition: .4s ease-in-out;
}
/* swch */
#nav_btn.swch {
	background: 0;
}
.nav_line {
	width: 25px;
	height: 15px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.nav_line span {
	width: 100%;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	transition: .4s ease-in-out;
}
.nav_line span:nth-child(2){
	top: 7px;
}
.nav_line span:nth-child(3){
	bottom: 0;
}
/* swch */
#nav_btn.swch .nav_line span {
	background: #fff;
}
/* swch */
#nav_btn.swch .nav_line span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
}
#nav_btn.swch .nav_line span:nth-child(2) {
	transform: scaleX(0);
}
#nav_btn.swch .nav_line span:nth-child(3) {
	bottom: 5px;
	transform: rotate(135deg);
}
#nav_menu {
	width: 100%;
	height: 100%;
	background: #353535;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9998;
	overflow: hidden;
	overflow-y: auto;
	display: none;
}
.nav_content {
	width: 100%;
	min-height: 100%;
	padding: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_box {
	width: 100%;
	max-width: 320px;
	height: auto;
	font-size: 1.3rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
}
.nav_box nav ul {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav_box nav ul li {
	width: 46%;
	border-bottom: 1px solid #545454;
}
.nav_box nav ul li a {
	padding: 15px 0;
	color: #fff;
	display: block;
	text-align: left;
	position: relative;
}
.nav_box nav ul li a::after {
	margin: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	color: #777;
	position: absolute;
	top: 18px;
	right: 0;
}
/* nav_icon_box */
.nav_box .nav_icon_box {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav_box .nav_icon_box li {
	width: 30%;
	margin: 0 1.5%;
	border: 1px solid #b7a782;
}
.nav_box .nav_icon_box li.nav_icon_credit {
	border: 1px solid #b7a782;;
}
.nav_box .nav_icon_box li.nav_icon_blog {
	border: 1px solid #271501;
}
.nav_box .nav_icon_box li.nav_icon_twitter {
	border: 1px solid #2fa9ff;
}
.nav_box .nav_icon_box li.nav_icon_report {
	border: 1px solid #4c9660;
}
.nav_box .nav_icon_box li.nav_icon_reserve {
	border: 1px solid #c17400;
}
.nav_box .nav_icon_box li a {
	padding: 5px;
	display: block;
	color: #b7a782;
	line-height: 1;
}
.nav_box .nav_icon_box li.nav_icon_credit a {
	color: #b7a782;
}
.nav_box .nav_icon_box li.nav_icon_blog a {
	color: #271501;
}
.nav_box .nav_icon_box li.nav_icon_twitter a {
	color: #2fa9ff;
}
.nav_box .nav_icon_box li.nav_icon_report a{
	color: #4c9660;
}
.nav_box .nav_icon_box li.nav_icon_reserve a{
	color: #c17400;
}
.nav_box .nav_icon_box li a::before {
	margin-bottom: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	display: block;
}
.nav_box .nav_icon_box li.nav_icon_credit a::before {
	content: "\f09d";
}
.nav_box .nav_icon_box li.nav_icon_blog a::before {
	content: "\f4ad";
}
.nav_box .nav_icon_box li.nav_icon_twitter a::before {
	content: "\f099";
	font-weight: 400;
	font-family: "Font Awesome 5 Brands";
}
.nav_box .nav_icon_box li.nav_icon_report a::before {
	content: "\f2b9";
}
.nav_box .nav_icon_box li.nav_icon_reserve a::before {
	content: "\f073";
}
/* nav_info_box */
.nav_box .nav_info_box {
	font-size: 2rem;
	color: #b8b8b8;
}
.nav_box .nav_info_box li span {
	margin-right: 5px;
	font-size: 1.2rem;
}
.nav_box .nav_info_box li a {
	padding: 10px;
	display: block;
	color: #b8b8b8;
}
/* main */
main.inner {
	margin: 4% auto 0;
}
/* mainvisual */
.mainvisual {
	width: 100%;
	/*height: 100%;*/
	height: 70vh;
	margin-top: 80px;
	background: url(../images/bg_mainvisual.jpg) no-repeat;
	background-attachment: fixed;
    background-position: bottom left;
	background-size: cover;
	border-bottom: 3px solid #cbbc99;
	position: relative;
}
.mainvisual::after {
	position: absolute;
	bottom: -10px;
	right: 0;
	content: 'Men’s Esthetic';
	display: block;
	font-size: 7.2rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	letter-spacing: .8rem;
	line-height: 1;
	opacity: .2;
	color: #271501;
}
/* mainvisual_inner */
.mainvisual_inner {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainvisual_inner > div {
	width: 100%;
	min-height: 580px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


.main_staff .storeDesc {
    bottom: 75px;
    left: 5px;
}


.marquee {
    width: 100%;
    overflow: hidden;
 }  
 
 .main_staff .storeDesc p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
    text-shadow: 2px 1px 1px #00465d;
} 

.marquee .marqueeTxt {
    margin: 0;
    padding-left: 100%;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation-name: marqueeRL;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: marqueeRL;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: marqueeRL;
    -ms-animation-timing-function: linear;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: marqueeRL;
    -o-animation-timing-function: linear;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    animation-name: marqueeRL;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

　

@-webkit-keyframes marqueeRL{from{-webkit-transform:translate(0)}to{-webkit-transform:translate(-100%)}}

@keyframes marqueeRL{from{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-100%);transform:translate(-100%)}}
　

/* main_bnr */
div.main_bnr {
	max-width: 340px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 15px rgba(0,0,0,0.04);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
div.main_bnr ul li img {
	/*max-width: 280px;*/
}
/* main_staff */
div.main_staff {
	width: 90%;
}
div.main_staff ul li img {
	/*background: rgba(255, 255, 255, 0.8);*/
	padding: 5px;
	/*box-shadow: 0 0 15px rgba(0,0,0,0.04);*/
}
div.main_staff p {
	　
	padding-top: 20px;
}
/* info_box */
.mainvisual .info_box {
	width: 100%;
	max-width: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.mainvisual .info_box li {
	font-size: 2rem;
	line-height: 1;
	color: #fff;
}
.mainvisual .info_box li span {
	margin-right: 5px;
}
.mainvisual .info_box li a {
	color: #fff;
	display: block;
}
/* subvisual */
.subvisual {
	width: 100%;
	height: 340px;
	margin-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* pankuzu */
.pankuzu {
	max-width: 800px;
	margin-top: -30px;
	padding: 20px 0;
	background: #353535;
	font-size: 1.2rem ;
}
.pankuzu ol li {
	display: inline-block;
	color: #fff;
}
.pankuzu ol li:first-child:before {
	content: none;
}
.pankuzu ol li:before {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	color: #ccbc99;
	vertical-align: text-bottom;
}
.pankuzu ol li:first-child {
	color: #fff;
}
.pankuzu ol li a {
	color: #ccbc99;
}
/* footer */
footer {
	background: #353535;
}
/* info_box */
footer .info_box {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .info_box li {
	width: 200px;
	color: #b8b8b8;
	font-size: 2rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
}
footer .info_box li span {
	color: #d58888;
	margin-right: 3px;
	font-size: 1.3rem;
}
footer .info_box a {
	font-size: 2rem;
	color: #b8b8b8;
}
/* footer_btn */
footer .footer_btn {
	width: 100%;
	background: #fcfcfc;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
footer .footer_btn li {
	width: calc(100% / 3);
	padding: 10px 0;
}
footer .footer_btn li a {
	width: 80%;
    margin: 0.5%;
    padding: 15px 0;
    z-index: 999;
    border: 1px solid #c2c9d8;
    background: rgba( 255, 255, 255, 0.9);
    box-shadow: 0 0 10px #0000001c;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-feature-settings: "palt";
    color: #49515d;
    line-height: 1.4;
}
footer .footer_btn li:last-child a {
	border-right: 1;
}
footer .inner {
	padding: 40px 10px;
}
/* logo */
footer .logo {
	width: 220px;
	margin-bottom: 10px;
}
footer nav {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #444444;
}
/* menu */
footer nav .menu {
	color: #b7a782;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: .4rem;
	display: none;
	padding: 1rem 2rem;
  	border-top: 3px double #b7a782;
  	border-bottom: 3px double #b7a782;
}
/* footer_nav */
footer .footer_nav {
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer_nav li{
	width: 16%;
}
footer .footer_nav li a {
	width: 100%;
	padding: 10px;
	color: #fff;
	display: block;
	position: relative;
	transition: .4s ease-in-out;
}
footer .footer_nav li a:hover {
	color: #ccbc99;
}
footer .footer_nav li a::after {
	width: 0;
	height: 1px;
	margin: 0 auto;
	background-color: #ccbc99;
	position: absolute;
	left: 30%;
	bottom: 5px;
	content: '';
	transition: .4s ease-in-out;
}
footer .footer_nav li a:hover::after {
	width: 40%;
}
footer .footer_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .footer_sns li {
	margin: 0 10px;
}
footer .footer_sns li a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 40px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
}
/* copywriter */
footer .copywriter {
	padding: 5px 0;
	background: #fff;
	font-size: 1rem;
}

/*--------------------------------------
top page
--------------------------------------*/
/* today_schedule */
.section_today_schedule {
	background: #353535;
}
/* btn_01 */
.section_today_schedule .btn_01 {
	background: #b07393;
}
/* topics */
.section_topics .title {
	color: #353535;
}
.section_topics .inner {
	max-width: 820px;
}
.section_topics article {
	margin-bottom: 1px;
	padding: 15px;
	background: #fff;
	text-align: left;
	cursor: pointer;
}
.section_topics article h3 {
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	position: relative;
	transition: .2s ease-in-out;
}
.section_topics article h3::after {
	margin: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	top: 5px;
	right: 0;
	transform: rotate(0deg);
	transition: .2s ease-in-out;
}
.section_topics article:first-child h3::after {
	transform: rotate(90deg);
}
.section_topics article:first-child h3.open::after {
	transform: rotate(0deg);
}
#topics_page.section_topics article:first-child h3::after {
	transform: rotate(0deg);
}
#topics_page.section_topics article:first-child h3.open::after {
	transform: rotate(90deg);
}
.section_topics article h3.open {
	/* margin-bottom: 10px;*/
}
.section_topics article h3.open::after {
	transform: rotate(90deg);
}
.section_topics article h3 time {
	margin-right: 5px;
	padding: 5px;
	background: #271501;
	color: #fff;
	font-size: 1rem;
	font-family: sans-serif;
	display: inline-block;
	vertical-align: 2px;
}
.section_topics article:first-child .topics_txt {
	display: block;
}
#topics_page.section_topics article:first-child .topics_txt {
	display: none;
}
.section_topics article .topics_txt {
	display: none;
}
.section_topics article .topics_txt img {
	max-width: 260px !important;
	height: auto !important;
}
.section_topics .btn_01 {
	margin-top: 20px;
}
.topics_txt{
	margin-top: 10px;
}
.topics .btn_blog ul a {
	width: 140px;
	height: auto;
	background: #353535;
	color: #fff;
}
/*topicspage*/
/* section_topics */
.subvisual.topics {
	background: url(../images/bg_subvisual_schedule.jpg) top center no-repeat;
	background-size: cover;
}
/* .pagination{
    max-width: 800px;
    margin: 10px auto;
    display: flex;
}
.pagination li{
    width: 40px;
}
.pagination li a {
	margin: 0 auto;
    background: #3c3c3c;
    line-height: 60px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    text-align: center;
    transition: .4s ease-in-out;
    position: relative;
    cursor: pointer;
}
.pagination li a:hover{
	opacity: 0.5;
}
.pagination li.active a{
    background: #000;
    } */
    /* section_therapist */
    .section_therapist {
    	/*background: #353535;*/
    }
    .section_therapist .inner {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	-webkit-box-align: stretch;
    	-ms-flex-align: stretch;
    	align-items: stretch;
    }
    .section_therapist .inner > section {
    	width: 96%;
    }
    /* cast_box */
    .section_therapist .cast_box {
    	margin-bottom: 0;
    	-ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
    }
    .section_therapist .cast_box li {
    	margin: 0;
    }
    /* section_recruit */
	
	
    .section_recruit {
    	background:
    	url(../images/bg_recruit.png) 100% 0% no-repeat,
    	url(../images/bg_vis_02.jpg) center repeat;
    	background-size: auto;
    	text-align: left;
    	position: relative;
    }
    .section_recruit::after {
    	position: absolute;
    	bottom: -10px;
    	right: 0;
    	content: 'RECRUIT';
    	display: block;
    	font-size: 7.2rem;
    	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    	letter-spacing: .8rem;
    	line-height: 1;
    	opacity: .4;
    	color: #271501;
    }
    .section_recruit .inner {
    	max-width: 820px;
    }
    .section_recruit h2 {
    	margin-bottom: 30px;
    	font-size: 4.8rem;
    	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    	color: #271501;
    	line-height: 1.2;
    	letter-spacing: .8rem;
    }
    .section_recruit h2 span {
    	margin-bottom: 10px;
    	font-size: 1.6rem;
    	display: block;
    }
    .section_recruit p {
    	margin-bottom: 20px;
    	font-size: 2rem;
    }
    .section_recruit .btn_01 {
    	max-width: 300px;
    	display: inline-block;
    	line-height: 50px;
    	letter-spacing: .2rem;
    }
    /* section_sns */
    .section_sns {
    	background: url(../images/bg_sns.jpg) center no-repeat;
    	background-size: cover;
    }
    .section_sns.outer {
    	padding: 2.5% 0;
    }
    .section_sns ul {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    	-webkit-box-align: stretch;
    	-ms-flex-align: stretch;
    	align-items: stretch;
    }
    .section_sns ul li {
    	max-width: 640px;
    	margin: 0 10px;
    }
    /* section_concept */
    .section_concept {
    	/* iOSで動かないからスマホサイズでfiex外す */
    	background: rgba(103,87,58,0.75);
 
    }
    .section_concept .inner {
    	max-width: 820px;
    }
    .section_concept h2 {
    	width: 100%;
    	margin-bottom: 20px;
    	padding: 5px 0;
    	background: url(../images/bg_titile.png) center no-repeat;
    	background-size: 260px;
    	font-size: 3.2rem;
    	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    	letter-spacing: .4rem;
    	text-indent: .4rem;
    	color: #cfc3a6;
    }
    .section_concept h2 span {
    	display: block;
    	font-size: 1.3rem;
    	color: #fff;
    	letter-spacing: .8rem;
    }
    .section_concept .concept_txt {
    	margin-bottom: 20px;
    	color: #fff;
    }
    .section_concept .concept_txt .sub {
    	margin-bottom: 10px;
    	font-size: 1.6rem;
    }
    /* concept_box */
    .section_concept .concept_box li {
    	min-height: 460px;
    	margin-bottom: 40px;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	-webkit-box-align: start;
    	-ms-flex-align: start;
    	align-items: flex-start;
    	position: relative;
    }
    /* div.txt */
    .section_concept .concept_box li div.txt {
    	width: 100%;
    	max-width: 540px;
    	margin: 160px auto 0 0;
    	padding: 4%;
    	background: url(../images/bg_vis_01.jpg) center repeat;
    	background-size: auto;
    	border: 1px solid #353535;
    	outline: solid 2px #f7ede8;
    	text-align: justify;
    	z-index: 100;
    }
    .section_concept .concept_box li:nth-child(even) div.txt {
    	margin: 160px 0 0 auto;
    }
    .section_concept .concept_box li div.txt h3 {
    	margin-bottom: 10px;
    	font-size: 2.4rem;
    	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    	text-align: center;
    	color: #271501;
    }
    .section_concept .concept_box li div.txt p {
    	line-height: 1.6;
    }

    /* figure */
    .section_concept .concept_box li figure {
    	max-width: 480px;
    	position: absolute;
    	top: 0;
    	right: 0;
    }
    .section_concept .concept_box li:nth-child(even) figure {
    	left: 0;
    	right: auto ;
    }
    /* credit */
    .credit {
    	padding: 5px;
    	background: #08080a url(../images/bg_credit.jpg) center right no-repeat;
    	background-size: contain;
    }
    .credit a {
    	padding: 6%;
    	border: 1px solid rgba(255, 255, 255, 0.6);
    	display: block;
    	color: #fff;
    	font-size: 2.4rem;
    	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    	line-height: 1;
    	text-align: left;
    	letter-spacing: .4rem;
    }
    .credit a span {
    	margin-bottom: 10px;
    	color: #cfc3a6;
    	font-size: 1.3rem;
    	display: block;
    }
    .credit a i {
    	margin-left: 5px;
    	font-size: 1.3rem;
    	vertical-align: middle;
    }
    /* bnr_box */
    .section_bnr.outer {
    	padding: 2.5% 0;
    }
    .section_bnr .bnr_box {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
    }
    .section_bnr .bnr_box li {
    	width: 24%;
    	margin: 0 0.5%;
    	padding: 3px;
    }
    .section_bnr .bnr_box li:nth-child(3) {
    	background: url(../images/bg_bnr_blog.jpg) top center no-repeat;
    	background-size: cover;
    }
    .section_bnr .bnr_box li:nth-child(2) {
    	background: url(../images/bg_bnr_recruit.jpg) top center no-repeat;
    	background-size: cover;
    }
    .section_bnr .bnr_box li:nth-child(1) {
    	background: url(../images/bg_bnr_access.jpg) top center no-repeat;
    	background-size: cover;
    }
    .section_bnr .bnr_box li:nth-child(4) {
    	background: url(../images/bg_bnr_therapist.jpg) top center no-repeat;
    	background-size: cover;
    }
    .section_bnr .bnr_box li a {
    	width: 100%;
    	height: 100%;
    	padding: 80px 10px 10px 10px;
    	border: 1px solid rgba(255, 255, 255, 0.6);
    	display: block;
    	color: #fff;
    	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
    	text-align: left;
    }
    .section_bnr .bnr_box li h2 {
    	font-size: 2rem;
    }
    .section_bnr .bnr_box li p {
    	font-size: 1rem;
    }

/*--------------------------------------
system page
--------------------------------------*/
.system.inner {
	max-width: 820px;
}
.subvisual.system {
	background: url(../images/bg_subvisual_system.jpg) top center no-repeat;
	background-size: cover;
}
/* event_box */
/* .contents_system .event_box {
	margin-bottom: 20px;
	padding: 5px;
	background: url(../images/bg_system_event.jpg) top center no-repeat;
	background-size: cover;
	} */
	/* txt_box */
	.contents_system .txt_box {
		padding: 10% 5%;
		border: 1px solid #fff;
		color: #fff;
	}
	.contents_system .txt_box h3 {
		font-size: 2.4rem;
		font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	}
	.contents_system .txt_box p {
		padding: 10px 0;
	}
	.contents_system .system_box {
		margin-bottom: 40px;
		width: 100%;
    	border: 3px solid #525559;
    	padding: 6px;
		background: #fff;
	}
	.contents_system .system_inner {
		padding: 10px;
		border: 1px solid #525559;
    	width: 100%;
   		height: 100%;
	}
	/* title_system */
	.contents_system .title_system {
		padding: 5px;
		background: #272727;
	}
	.contents_system .title_system {
		padding: 10px;
		font-size: 2.4rem;
		font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
		color: #ccbc99;
		letter-spacing: .6rem;
	}
	.contents_system .title_system span {
		font-size: 1.2rem;
		display: block;
		color: #fff;
	}
	/* txt_system_01 */
	.contents_system .txt_system_01 {
		margin-bottom: 30px;
		padding: 10px;
		background: url(../images/bg_vis_01.jpg) repeat;
	}
	/* txt_system_02 */
	.contents_system .txt_system_02 {
		margin-bottom: 10px;
		padding-left: 10px;
		border-left: 2px solid #271501;
		color: #271501;
		text-align: left;
	}
	/* table_system */
	.contents_system .table_system {
		width: 100%;
		padding: 20px;
		font-size: 1.6rem;
	}
	.contents_system .table_system span {
		font-size: 1rem;
		font-weight: 600;
	}
	.contents_system .table_system th,
	.contents_system .table_system td {
		font-size:20px;
		padding: 15px;
		border: 1px solid #464646;
		vertical-align: middle;
		color: #535353;
		line-height: 1;
	}
	.contents_system .table_system th {
		background: #272727;
		color: #ccbc99;
	}
	.contents_system .table_system td:first-child {
		background: #e5e5e5;
	}
	/* credit_box */
	.contents_system .credit_box {
		margin-bottom: 40px;
		text-align: left;
	}
	/* credit_info */
	.contents_system .credit_info h4 {
		margin-bottom: 10px;
		padding: 10px;
		background: #353535;
		border: 4px double #ccc;
		text-align: center;
		font-size: 1.6rem;
		color: #fff;
	}
	.contents_system .credit_info p {
		margin-bottom: 20px;
	}
	.contents_system .credit_info p a {
		color: #271501;
		text-decoration: underline;
	}
/*--------------------------------------
staff page
--------------------------------------*/
.subvisual.staff {
	background: url(../images/bg_subvisual_staff.jpg) top center no-repeat;
	background-size: cover;
}
.contents_staff .tab_group {
	justify-content: center;
}
.contents_staff .tab_group .tab {
	margin: 1%;
	width: 18%;
}
/*--------------------------------------
profile page
--------------------------------------*/
.subvisual.profile {
	background: url(../images/bg_subvisual_staff.jpg) top center no-repeat;
	background-size: cover;
}
/* profile_box */
.profile_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	transition: .4s ease-in-out;
}
/* profile_box_right */
.profile_box_right {
	width: 65%;
}
/* name */
.profile_box_right .name {
	margin-bottom: 5px;
	font-size: 1.6rem;
	text-align: center;
}
.profile_box_right .name span {
	margin-right: 5px;
	font-size: 1.3rem;
	color: #ccbc99;
}
/* size */
.profile_box_right .size  {
	text-align: center;
}
.profile_box_right .size span {
	font-size: 1rem;
	color: #ccbc99;
}
/* date_box */
.profile_box_right .date_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.profile_box_right .date_box li {
	width: 50%;
	max-width: 140px;
	margin: 10px 1% 0 1%;
	padding: 5px;
	background: #272727;
	border: 1px double #271501;
	text-align: center;
	color: #271501;
}
.profile_box_right .date_box li:last-child {
	border: 1px double #ccbc99;
	color: #ccbc99;
}
/* profile_box_left */
.profile_box_left {
	width: 30%;
}
/* img_wrap */
.profile_box_left .slider_prof{
	width: 100%;
	max-width: 280px;
	margin: 0 auto 10px;
	/*padding: 10px;*/
	border: 10px solid #353535;
}
.profile_box_left .img_wrap {
	/*width: 100%;
	max-width: 280px;
	margin: 0 auto 20px;
	padding: 10px;
	background: #353535;*/
}
/* img_box */
.profile_box_left .img_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.profile_box_left .img_box::before {
	content: "";
	display: block;
	padding-top: 150%;
}
/* img */
.profile_box_left .img_box img.staff {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.profile_box_left img.cast_thumb {
	width: 50px;
	height: 75px;
	margin-bottom: 20px;
}
/* icon_new */
.profile_box_left .img_box .icon_new {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.profile_box_left .img_box .icon_new img {
	display: block;
}

.profile_box_left .img_box .icon_check {
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.profile_box_left .img_box .icon_check img {
	display: block;
}

/* class */
.profile_box_left .img_box .class {
	background: rgba(255, 255, 255, 0.85);
	color: #271501;
	text-align: center;
	font-weight: 600;
	line-height: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.profile_center{
	width: 100%;
}
.reserve_btn{
	width: 100%;
	max-width: 800px;
	display: flex;
	margin: 0px auto 75px;
	background: #b07393;
	box-shadow: 0 -8px 14px -3px #97627e inset;
}
.reserve_btn a{
	color: #fff;
	font-size: 20px;
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	padding: 20px 0px;
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif
}

/*プロフィール画像swipe設定*/
.swiper-container .slider-thumbnail {
	border: 1px solid #333;
}
.swiper-container .swiper-wrapper .swiper-slide {
	opacity: 1;
	overflow: hidden;
	padding: 2px;
	font-size: 0;
}
.swiper-slide {
	cursor: pointer;
	border-collapse: collapse;
	box-sizing: border-box;
}
.swiper-slide img.staff,
.swiper-slide img.cast_thumb {
	object-fit: cover;
	width: auto;
	height: 300px;
}
.swiper-slide-thumb-active {
	opacity: .3!important;
}
.slider-thumbnail .swiper-slide img{
	/*margin: 10px 0;*/
	width: 50px;
	height: 75px;
}
/*.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/arrow_right.png) !important;
	background-size: 15px !important;
	right: 0 !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/arrow_left.png) !important;
	background-size: 15px !important;
	left: 0 !important;
	}*/
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev,
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next{
		display: none !important;
	}




	/* profile_twitter */
	.profile_box_left .profile_twitter {
		padding: 10px;
		background: #353535;
	}
	.profile_box_left .profile_twitter .twitter-timeline {
		width: 99999px !important;
	}
	.profile_box_left .schedule_box {
		margin-bottom: 0;
	}
	/* table_sch */
	.table_sch {
		width: 100%;
		padding: 70px 15px 15px 15px;
		background: #353535;
		color: #fff;
		display: block;
		text-align: left;
	}
	.table_sch tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border: 1px solid #464646;
	}
	.table_sch tr {
		width: 50%;
	}
	.table_sch th,
	.table_sch td {
		min-height: 60px;
		padding: 10px 0;
		border-bottom: 1px solid #464646;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.table_sch th:nth-child(7),
	.table_sch td:nth-child(7),
	.table_sch th:nth-child(14),
	.table_sch td:nth-child(14) {
		border-bottom: 0;
	}
	.table_sch th {
		background: #272727;
		border-right: 1px solid #464646;
		color: #ccbc99;
	}
	/* shop */
	.table_sch td p.shop {
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
	}
	/* reserve */
	.table_sch td span.reserve {
		color: #bd82a0;
		font-weight: 600;
	}
	/* time */
	.table_sch td p.time {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
		letter-spacing: .3rem;
		line-height: 1;
	}
	/* comment */
	.comment img {
		max-width: 100% !important;
		height: auto !important;
	}
	/* flexslider */
	.contents_profile .schedule_box .flex-direction-nav a {
		width: 120px;
		height: 40px;
		margin: 0 auto;
		border-radius: 20px;
		line-height: 40px;
		top: 15px;
	}
	.contents_profile .schedule_box .flex-direction-nav .flex-next {
		right: 15px;
	}
	.contents_profile .schedule_box .flex-direction-nav .flex-prev {
		left: 15px;
	}
	.contents_profile .schedule_box .flex-direction-nav .flex-next::after {
		right: 10px;
	}
	.contents_profile .schedule_box .flex-direction-nav .flex-prev::after {
		left: 10px;
	}
/*--------------------------------------
schedule page
--------------------------------------*/
.subvisual.schedule {
	background: url(../images/bg_subvisual_schedule.jpg) top center no-repeat;
	background-size: cover;
}
/* schedule_box */
.schedule_box {
	position: relative;
}
/* schedule_nav */
.schedule_box .schedule_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.schedule_box .schedule_nav li {
	width: 10.5%;
}
.schedule_box .schedule_nav li a {
	padding: 10px;
	background: #f5f5f5;
	border: 2px solid #fff;
	box-sizing: border-box;
	font-size: 1.2rem;
	display: block;
	transition: .4s ease-in-out;
}
.schedule_box .schedule_nav li a span {
	display: block;
	font-size: 1.4rem;
}
.schedule_box .schedule_nav li a:hover {
	background: #484848;
	color: #fff;
}
/* active */
.schedule_box .schedule_nav li.active a {
	background: #484848;
	color: #fff;
}
/* flexslider */
.schedule_box .flex-direction-nav a {
	width: 58px;
	height: 58px;
	margin: 0;
	background: #fff;
	border: 1px solid #484848;
	border-radius: 50%;
	text-align: center;
	line-height: 58px;
	position: absolute;
	top: 0;
	opacity: 1;
	text-shadow: none;
}
.schedule_box .flex-direction-nav a:hover {
	background: #484848;
	color: #fff;
}
.schedule_box .flex-direction-nav a:before {
	display: none;
}
.schedule_box .flex-direction-nav .flex-next {
	right: 0;
}
.schedule_box .flex-direction-nav .flex-next::after {
	margin: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	top: -1px;
	right: 5px;
}
.schedule_box .flex-direction-nav .flex-prev {
	left: 0;
}
.schedule_box .flex-direction-nav .flex-prev::after {
	margin: 0;
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	top: -1px;
	left: 5px;
}
.schedule_box .flex-direction-nav .flex-disabled {
	pointer-events: none; background-color: transparent;
}

/*--------------------------------------
access page
--------------------------------------*/
.access.inner {
	max-width: 820px;
}
.subvisual.access {
	background: url(../images/bg_subvisual_system.jpg) top center no-repeat;
	background-size: cover;
}
/* access_box */
.access_box {
	padding: 20px;
	border: 4px double #ccc;
}
/* txt */
.access_box li {
	margin-bottom: 40px;
	color: #fff;
	text-align: justify;
}
.access_box li:last-child {
	margin-bottom: 0;;
}
.access_box li h4 {
	margin-bottom: 10px;
	padding: 10px;
	background: #1f1f1f;
	font-size: 2rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	color: #cbbc99;
}
.access_box li p i {
	margin-right: 3px;
	font-size: 1.2rem;
	vertical-align: 2px;
}

/*--------------------------------------
recruit page
--------------------------------------*/
.contents_recruit{
	width: 100%;
    border: 3px solid #525559;
    padding: 6px;
    background: #fff;
	}


.recruit.inner {
	max-width: 820px;
}
.subvisual.recruit {
	background: url(../images/bg_subvisual_recruit.jpg) 80% 100% no-repeat;
	background-size: cover;
}
/* recruit_box */
.contents_recruit .recruit_box {
	margin-bottom: 40px;
	padding: 5px;
	background: url(../images/bg_recruit_txt.jpg) center no-repeat;
	background-size: cover;
}
/* txt_desc */
.contents_recruit .txt_desc {
	padding: 5% 15%;
	border: 1px solid #fff;
}
.contents_recruit .txt_desc h3 {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 4rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	color: #e8d9b7;
}
.contents_recruit .txt_desc h3 span {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	opacity: .8;
	letter-spacing: .8rem;
}
/* txt_area */
.contents_recruit .txt_area {
	padding: 20px;
	border-top: 4px double #c7c7c7;
	border-bottom: 4px double #c7c7c7;
	font-size: 1.6rem;
	color: #fff;
}
.contents_recruit .sub {
	font-size: 2.4rem;
	color: #fff;
}
.contents_recruit .txt_area ul {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contents_recruit .txt_area ul li {
	width: 48%;
	max-width: 220px;
	padding: 10px;
	margin: 0 1% 2% 1%;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color: #353535;
	font-size: 2rem;
}
.contents_recruit .txt_area ul li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.contents_recruit .txt_area ul li::before {
	margin-right: 5px;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1.2rem;
	color: #271501;
	vertical-align: middle;
}
/* recruit_list */
.contents_recruit .recruit_list li {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
/* div.txt */
.contents_recruit .recruit_list li div.txt {
	width: 100%;
	max-width: 600px;
	margin-top: 40px;
	padding: 4%;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #484848;
	outline: solid 2px #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	text-align: justify;
	z-index: 100;
}
.contents_recruit .recruit_list li:nth-child(even) div.txt {
	margin-left: auto;
}
.contents_recruit .recruit_list li div.txt h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	text-align: center;
	color: #271501;
}
.contents_recruit .recruit_list li div.txt h3 span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .8rem;
	text-indent: .8rem;
}
.contents_recruit .recruit_list li div.txt p {
	line-height: 1.6;
}
/* figure */
.contents_recruit .recruit_list li figure {
	max-width: 480px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	position: absolute;
	top: 0;
	right: 0;
}
.contents_recruit .recruit_list li:nth-child(even) figure {
	left: 0;
	right: auto;
}
.contents_recruit .recruit_list li figure img {
	padding: 3px;
	background: #fff;
}
/*--------------------------------------
blog page
--------------------------------------*/
#blog {
	background: #f7f4f1;
}
.subvisual.blog {
	background: url(../images/bg_subvisual_blog.jpg) top center no-repeat;
	background-size: cover;
}
/* contents_blog */
.contents_blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contents_blog img{
	max-width: 100%;
}
/* main_blog */
.main_blog {
	width: 68%;
}
.main_blog .blog_box {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.main_blog .blog_box h3 {
	padding: 15px;
	background: #353535;
	color: #fff;
	font-size: 1.6rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	text-align: left;
}
.main_blog .blog_box h3::before {
	margin: 0;
	vertical-align: 1px;
	font-weight: bold;
	font-size: 1.2rem;
	content: "\f00a";
	font-family: "Font Awesome 5 Free";
}
/* blog_list */
.main_blog .blog_list article a {
	padding: 4%;
	border-bottom: 1px solid #eaeaea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.main_blog .blog_list article:last-child a {
	border-bottom: 0;
}
/* img_box */
.main_blog .blog_list .img_box {
	width: 100%;
	max-width: 140px;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.main_blog .blog_list .img_box:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.main_blog .blog_list .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
/* txt_box */
.main_blog .blog_list .txt_box {
	width: 100%;
	margin-left: 4%;
	text-align: justify;
}
.main_blog .blog_list .txt_box time {
	color: #271501;
	font-size: 1rem;
	font-weight: 600;
}
.main_blog .blog_list .txt_box h4 {
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
}
.main_blog .blog_list .txt_box p {
	padding: 10px;
	background: #f7f4f1;
	font-size: 1.2rem;
	color: #828282;
	position: relative;
}
.main_blog .blog_list .txt_box p::before {
	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 10px solid #f3f3f3;
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
}
.main_blog .blog_list .txt_box p.sp {
	display: none;
}
/* btn_blog */
.btn_blog ul {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn_blog ul li {
	margin: 1%;
}
.btn_blog ul a {
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	line-height: 40px;
	text-align: center;
	display: block;
	transition: .4s ease-in-out;
	color: #353535;
}
.btn_blog ul li a:hover {
	background: #353535;
	color: #fff;
}
.btn_blog ul li.active a {
	background: #353535;
	color: #fff;
}

/* side_blog */
.side_blog {
	width: 28%;
}
/* tablist */
.tablist h3 {
	padding: 15px;
	background: #353535;
	color: #fff;
	font-size: 1.6rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
	text-align: left;
}
.tablist h3:before {
	margin: 0;
	margin-right: 5px;
	vertical-align: 1px;
	font-weight: bold;
	font-size: 1.2rem;
	content: "\f02c";
	font-family: "Font Awesome 5 Free";
}
.tablist ul {
	margin-bottom: 15px;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tablist li {
	margin: 10px 5px;
}
.tablist li a {
	padding: 10px;
	background: #fff;
	border-radius: 2em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	line-height: 1;
	letter-spacing: 0;
	color: #271501;
	font-size: 1.2rem;
	transition: .4s ease-in-out;
}
.tablist li a::before {
	margin-right: -3px;
	content: "#";
}
/* tag_select */
.tag_select {
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tag_select li {
	margin: 5px 3px;
}
.tag_select li a {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #271501;
	border-radius: 2px;
	line-height: 1;
	letter-spacing: 0;
	color: #271501;
	font-size: 1.2rem;
	transition: .4s ease-in-out;
}
.tag_select li a::before {
	margin-right: -3px;
	content: "#";
}
/* search */
.search {
	margin-bottom: 30px;
}
.search form {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.search input {
	height: 55px;
	padding: 0 15px;
	background: 0;
	border: 0;
	text-align: justify;
	font-size: 1.6rem;
}
.search form {
	position: relative;
	cursor: pointer;
}
.search button {
	width: 55px;
	height: 55px;
	background: #353535;
	line-height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 1.6rem;
	display: block;
}
/* archive */
.archive {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.archive h3 {
	padding: 0 15px;
	font-size: 1.6rem;
	text-align: left;
	cursor: pointer;
	position: relative;
	line-height: 55px;
}
.archive h3:after {
	margin: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 15px;
	transform: rotate(90deg);
	transition: .4s ease-in-out;
}
.archive h3.open:after {
	transform: rotate(-90deg);
}
.archive ul {
	display: none;
}
.archive ul li {
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.archive ul li:first-child {
	border-top: 1px solid #eaeaea;
}
.archive ul li:last-child {
	border-bottom: 0;
}
.archive ul li a {
	padding: 15px;
	display: block;
	color: #271501;
	text-align: left;
	transition: .4s ease-in-out;
}
.archive ul li a span {
	width: 20px;
	height: 20px;
	background: #271501;
	border-radius: 50%;
	line-height: 20px;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	position: absolute;
	right: 10px;
}
/* blog_sp */
.blog_sp {
	display: none;
}
/*--------------------------------------
blog_detail page
--------------------------------------*/
.subvisual.blog_detail {
	background: url(../images/bg_subvisual_blog.jpg) top center no-repeat;
	background-size: cover;
}
/* blog_detail_box */
.main_blog .blog_detail_box {
	margin-bottom: 20px;
	padding: 4%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	text-align: justify;
}
.main_blog .blog_detail_box time {
	color: #271501;
}
.main_blog .blog_detail_box h3 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-family: "FOT-筑紫オールド明朝 Pro R","TsukuOldMinPro-R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',"HiraMinProN-W3","HGS明朝E", serif;
}
/* tablist */
.main_blog .blog_detail_box .tablist ul {
	margin-bottom: 0;
}
/* editor_box */
.main_blog .editor_box img {
	max-width: 100% !important;
	height: auto !important;
}
/*--------------------------------------
report page
--------------------------------------*/
.subvisual.report {
	background: url(../images/bg_subvisual_blog.jpg) top center no-repeat;
	background-size: cover;
}
.report_date{
	font-size: 1rem;
	font-weight: 600;
}
/*--------------------------------------
report_datail page
--------------------------------------*/
.subvisual.report_detail {
	background: url(../images/bg_subvisual_blog.jpg) top center no-repeat;
	background-size: cover;
}

/*--------------------------------------
media page
--------------------------------------*/
.media.inner {
	max-width: 820px;
}
.subvisual.media {
	background: url(../images/bg_subvisual_link.jpg) top center no-repeat;
	background-size: cover;
}

/*--------------------------------------
error page
--------------------------------------*/
.err.inner {
	max-width: 820px;
}
.subvisual.err {
	background: url(../images/bg_subvisual_err.jpg) top center no-repeat;
	background-size: cover;
}
.contents_err .err_title {
	color: #271501;
	font-size: 3.2rem;
}
.contents_err .err_subtitle {
	margin-bottom: 20px;
	font-size: 1.6rem;
}

/*--------------------------------------
tablet css
--------------------------------------*/
@media screen and (max-width: 1024px) {

	/* pc menu*/
	header .nav {
		display: none;
	}
	/* nav_btn */
	#nav_btn {
		display: block;
	}
	/* header */
	header {
		height: 70px;
	}
	header section.inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	header h1 {
		width: 190px;
		line-height: 70px;
	}
	/* title */
	.title {
		background-size: 220px;
		font-size: 3.4rem;
		letter-spacing: .2rem;
		text-indent: .2rem;		
	}
	.title span {
		font-size: 1.5rem;
	}
	/* subtitle */
	.subtitle {
		line-height: 1.2;
	}
	.subtitle span {
		display: block;
	}
	/* mainvisual */
	.mainvisual {
		margin-top: 70px;
		background: url(../images/bg_mainvisual_sm2.jpg) 10% 0 no-repeat;
		background-attachment: initial;
		background-size: cover;
	}
	/* subvisual */
	.subvisual {
		height: 160px;
		margin-top: 70px;
	}
	/* pankuzu */
	.pankuzu {
		max-width: 100%;
		margin-top: 0;
		padding: 10px 0;
	}
}

/*------------------------------------------
mobile css
------------------------------------------*/
@media screen and (max-width: 768px) {
	
	body {
    	background-size: 70px;
	}

	/* table_01 */
	.table_01 .example_box li {
		width: 100%;
	}
	.table_01 .example_box li:first-child {
		margin-bottom: 10px;
	}

	/* cast_box */
	.cast_box li {
		width: 31.333%;
	}
	/* tab_group 本日の出勤 */
	.section_today_schedule .tab_group .tab {
		padding: 10px;
		width: 33%;
	}
	/* tab_group スケジュールページ */
	.contents_schedule .tab_group .tab {
		padding: 10px;
		width: 33%;
	}
	/* tab_group セラピスト一覧 */
	.contents_staff .tab_group .tab {
		padding: 10px;
		width: 33%;
	}


	/* panel_group */
	.panel_group h3 {
		width: 100%;
		font-size: 1.6rem;
	}
	/* footer */
	footer {
		padding-bottom: 55px;
	}
	/* menu */
	footer nav .menu {
		display: block;
	}
	footer .footer_nav li {
		width: 50%;
		text-align: center;
	}
	footer .footer_nav li a::after {
		content: none;
	}
	footer .footer_nav li a {
		font-size: 1.6rem;
	}
	footer .footer_sns {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	/* info_box */
	footer .info_box li {
		width: 160px;
		font-size: 1.6rem;
	}
	footer .info_box a {
		font-size: 1.6rem;
	}
	/* footer_btn */
	footer .footer_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/* mainvisual */
	.mainvisual::after {
		font-size: 4rem;
		letter-spacing: .2rem;
		bottom: -7px;
	}
	/* mainvisual_inner */
	.mainvisual_inner > div {
		min-height: 400px;
	}
	div.main_bnr {
		max-width: 260px;
	}
	div.main_bnr ul li img {
		max-width: 200px;
	}
	div.main_staff {
		width: 90%;
	}
	div.main_staff p {
		padding-top: 10px;
	}
	/* section_therapist */
	.section_therapist .inner > section {
		width: 100%;
	}
	.section_therapist .new_therapist {
		margin-bottom: 4%;
	}
	/* section_recruit */
	.section_recruit {
		background:
		url(../images/bg_recruit.png) 100% 0% no-repeat,
		url(../images/bg_vis_02.jpg) center repeat;
		background-size: 80%, auto;
	}
	.section_recruit::after {
		font-size: 4rem;
		letter-spacing: .2rem;
		bottom: -7px;
	}
	.section_recruit.outer {
		padding: 8% 4%;
	}
	.section_recruit h2 {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.section_recruit h2 span {
		font-size: 1.2rem;
	}
	.section_recruit p {
		font-size: 1.4rem;
	}
	.section_recruit .btn_01 {
		max-width: 240px;
	}
	/* section_concept */
	.section_concept h2 {
		background-size: 220px;
		font-size: 2.4rem;
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
	.section_concept .concept_box li {
		min-height: auto;
		margin-bottom: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section_concept .concept_box li div.txt,
	.section_concept .concept_box li:nth-child(even) div.txt {
		margin: -140px 0 0 0;
		order: 1;
	}
	.section_concept .concept_box li div.txt h3 {
		font-size: 1.6rem;
	}
	.section_concept .concept_box li figure {
		max-width: 360px;
		margin-bottom: 10px;
		position: static;
		top: auto;
		right: auto;
	}
	/* section_bnr */
	.section_bnr .bnr_box li {
		width: 48%;
		margin: 1%;
	}
	.section_bnr .bnr_box li h2 {
		font-size: 1.6rem;
	}
	/* schedule page */
	.contents_schedule .schedule_box {
		padding-top: 50px;
	}
	.contents_schedule .schedule_box .schedule_nav li {
		width: 25%;
	}
	.contents_schedule .schedule_box .schedule_nav li a {
		padding: 5px;
	}
	.contents_schedule .schedule_box .flex-direction-nav a {
		width: 120px;
		height: 40px;
		margin: 0 auto;
		border-radius: 20px;
		line-height: 40px;
	}
	/* profile page */
	.profile_box_left,
	.profile_box_right {
		width: 100%;
	}
	.profile_box_left .profile_twitter {
		margin-bottom: 40px;
	}
	.profile_box_left .img_wrap {
		max-width: 220px;
	}
	.profile_box_left .img_box .icon_new {
		width: 60px;
	}
	.profile_box_left .img_box .icon_check {
		width: 100px;
	}
	.profile_box_right .schedule_box {
		padding-top: 0;
	}

	/* recruit page */
	.contents_recruit .txt_desc {
		padding: 4%;
	}
	.contents_recruit .txt_desc h3 {
		font-size: 2.4rem;
	}
	.contents_recruit .txt_desc h3 span {
		font-size: 1.2rem;
	}
	.contents_recruit .txt_area {
		padding: 20px 0;
		font-size: 1.4rem;
	}
	.contents_recruit .txt_area .sub {
		font-size: 2rem;
	}
	.contents_recruit .txt_area ul li {
		padding: 5px;
		font-size: 1.6rem;
	}
	.contents_recruit .recruit_list {
		margin-bottom: 40px;
		padding: 4%;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	}
	.contents_recruit .recruit_list li {
		margin-bottom: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.contents_recruit .recruit_list li:last-child {
		margin-bottom: 0;
	}
	.contents_recruit .recruit_list li div.txt,
	.contents_recruit .recruit_list li:nth-child(even) div.txt {
		margin: 0;
		padding: 0;
		background: 0;
		border: 0;
		box-shadow: none;
		outline: 0;
		order: 1;
	}
	.contents_recruit .recruit_list li div.txt h3 {
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.contents_recruit .recruit_list li div.txt h3 span {
		font-size: 1rem;
	}
	.contents_recruit .recruit_list li figure {
		max-width: 400px;
		margin-bottom: 10px;
		box-shadow: none;
		position: static;
		top: auto;
		right: auto;
	}
	.contents_recruit .recruit_list li figure img {
		padding: 0;
	}
	/* media page */
	.contents_media .table_01 {
		display: none;
	}
	/* blog page */
	.main_blog {
		width: 100%;
		margin-bottom: 40px;
	}
	.side_blog {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {

	.bg_type {
		padding: 15px;
	}

	/* cast_box */
	.cast_box li {
		width: 48%;
	}
	/* name */
	.cast_box li .name {
		font-size: 1.4rem;
	}
	/* size */
	.cast_box li .size {
		font-size: 1.4rem;
	}
	/* icon_new */
	.cast_box li .icon_new {
		width: 50px;
		height: 50px;
	}
	.cast_box li .icon_check {
		width: 80px;
		height: 70px;
	}
	/* tab */
	/* tab_group 本日の出勤 */
	.section_today_schedule .tab_group .tab {
		width: 49.5%;
	}
	/* btn_01 */
	.btn_01,
	.btn_01 a {
		max-width: 260px;
		line-height: 45px;
	}
	/* info_box */
	footer .info_box li {
		width: 100%;
	}
	/* mainvisual */
	.mainvisual_inner > div {
		/*min-height: 290px;*/
	}
	div.main_bnr {
		max-width: 170px;
	}
	div.main_bnr ul li img {
		max-width: 170px;
	}
	div.main_staff {
		width: 90%;
	}
	div.main_staff ul li img {
		padding: 3px;
	}
	div.main_staff p {
		max-width: 100px;
	}
	.section_topics article {
		padding: 10px;
	}
	.section_topics article h3::after {
		top: 15px;
	}
	.section_topics article h3 time {
		width: 80px;
		margin: 0 0 2px 0;
		padding: 3px;
		display: block;
		text-align: center;
	}
	/* section_recruit */
	.section_recruit {
		background:
		url(../images/bg_recruit.png) 300% 0% no-repeat,
		url(../images/bg_vis_02.jpg) center repeat;
		background-size: 90%, auto;
	}
	.section_recruit::after {
		content: '';
	}
	.section_recruit h2 {
		letter-spacing: .1rem;
	}
	.section_recruit h2 span {
		margin-bottom: 5px;
		font-size: 1rem;
		letter-spacing: .6rem;
	}
	.section_recruit p {
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.section_recruit .btn_01 {
		max-width: 140px;
		font-size: 1rem;
		line-height: 30px;
	}
	.section_recruit .btn_01::after {
		right: 10px;
	}
	/* section_sns */
	.section_sns {
		background: url(../images/bg_sns_s.jpg) center no-repeat;
		background-size: cover;
	}
	.section_sns.outer {
		padding: 6% 0;
	}
	.section_sns ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section_sns ul li:last-child {
		margin-bottom: 0;
	}
	.section_sns ul li {
		max-width: 360px;
		margin: 0 0 10px 0;
	}
	/* section_concept */
	.section_concept {
		background: rgba(103,87,58,0.75);
	}
	.section_concept .concept_box li figure {
		max-width: 100%;
		margin: 0 ;
	}
	/* credit */
	.credit a {
		font-size: 1.6rem;
	}
	/* bnr_box */
	.section_bnr.outer {
		padding: 4% 0;
	}
	/* system page */
	.contents_system .system_inner {
		padding: 10px;
	}
	.contents_system .title_system {
		font-size: 1.6rem;
	}
	.contents_system .title_system span {
		font-size: 1rem;
	}
	.contents_system .table_system {
		font-size: 1.4rem;
	}
	.contents_system .credit_info h4 {
		padding: 5px;
		font-size: 1.4rem;
	}
	.credit a span {
		font-size: 1rem;
	}
	.credit a i {
		font-size: 1rem;
		vertical-align: 2px;
	}
	/* staff page */
	.contents_staff .tab_group .tab {
		width: 48%;
	}
	/* schedule page */
	.contents_schedule .tab_group .tab {
		width: 49.5%;
	}

	/* recruit page */
	.contents_recruit .recruit_list li figure {
		max-width: 100%;
		margin-bottom: 20px;
	}
	/* access page */
	.access_box {
		padding: 10px;
	}
	.access_box li {
		font-size: 1.3rem;
	}
	.access_box li h4 {
		font-size: 1.6rem;
	}
	/* blog page */
	.main_blog .blog_list article a {
		padding: 3%;
	}
	.main_blog .blog_list .txt_box h4 {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.main_blog .blog_list .txt_box p {
		font-size: 1rem;
	}
	.main_blog .blog_list .txt_box p.pc {
		display: none;
	}
	.main_blog .blog_list .txt_box p.sp {
		display: block;
	}
	.main_blog .blog_list .img_box {
		max-width: 80px;
	}
	.main_blog .blog_detail_box h3 {
		font-size: 1.6rem;
	}
	.main_blog .blog_detail_box time {
		font-size: 1.2rem;
	}
	/* blog_sp */
	.blog_sp {
		display: block;
	}
	.blog_sp .tablist ul {
		margin-bottom: 0;
		padding: 20px 0;
		overflow-x: auto;
		white-space: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.blog_sp .search {
		margin-bottom: 0;
		padding: 0 10px;
	}
	.reserve_btn{
		padding: 0px;
	}
	.reserve_btn a{
		font-size: 14px;
		padding: 10px;
	}
}

@media screen and (max-width: 320px) {
	header h1 {
		width: 170px;
		line-height: 70px;
	}
}
/*------------------------------------------
swiper slide
------------------------------------------*/
.effect_slide .swiper-button-next,
.effect_slide .swiper-container-rtl .swiper-button-prev,
.effect_slide .swiper-button-prev,
.effect_slide .swiper-container-rtl .swiper-button-next {
	background-image:none;
}
.effect_slide .swiper-button-next {
	right: 0;
}
.effect_slide .swiper-button-prev {
	left: 0;
}
.effect_slide .swiper-button-next,
.effect_slide .swiper-button-prev {
	width: 25px;
	height: 50px;
	margin-top: -50px;
	background: #fff;
	opacity: .8;
}
.effect_slide .swiper-button-next i,
.effect_slide .swiper-button-prev i {
	line-height: 50px;
	color: #353535;
}
.effect_slide .swiper-pagination {
	padding-top: 10px;
	position: initial;
	/*bottom: 0 !important;*/
}
.effect_slide .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: .8;
}
.effect_slide .swiper-pagination-bullet-active {
	background-color: #271501;
	opacity: 1;
}

/*------------------------------------------
swiper fade
------------------------------------------*/
.effect_fade .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	background: #353535;
	border-radius: 0;
	opacity: .4;
}
.effect_fade .swiper-pagination-bullet-active {
	background-color: #271501;
	opacity: 1;
}