@charset "UTF-8";
/*変数*/
/*@mixin */
/*ブレイクポイント */

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}

/*paddingによる幅を無くします*/
* {
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
}

body {
	background: url(../images/bg_asanoha.jpg) 50% 50% repeat;
	color: #66625c;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 12px;
	line-height: 1.8;
	margin: 0 auto;
	min-height: 800px;
	min-width: 320px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	position:relative;
}
body #sakura_bg {
	position: absolute;
	max-height: 700px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 12;
	overflow:hidden;
	pointer-events: none;
}

/* @media (min-width: 768px) {
	body {
		background-size: 100%;
	}
} */

::-moz-selection {
	background: #fff;
	color: #fff;
}

::selection {
	background: #fff;
	color: #fff;
}

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

h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}

a {
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #66625c;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

p {
	/*android版クローム　フォントサイズが大きくなる不具合対策*/
	max-height: 999999px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
/* float解除 */
/* header:after,footer:after,section:after,article:after,aside:after,main:after,div:after,dl:after,ul:after,ol:after,li:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
} */

/*--------------------------------------
共通
--------------------------------------*/
/* カラー */
:root{
	--color-pink1: #fb8c96;/*メインピンク*/
	--color-pink2: #f8aab2;/*うすピンク*/
	--color-black2: #66625c;/*文字色*/
	--color-yellow1: #edd07e;/*黄色*/
	--color-blue1: #7cbfd2;/*水色*/
	--color-green1:#a0b25a;/*緑*/
	--color-brown1:#c8bb89;/*うす茶*/
	--color-brown2:#ab8b40;/*こい茶*/
	
	
}

.atten_01,
a.atten_01 {
	color: var(--color-yellow1);
}
.atten_02,
a.atten_02 {
	color: var(--color-brown1);
}
.atten_03,
a.atten_03 {
	color: #7cbfd2;
}
.atten_04,
a.atten_04 {
	color: #fff;
}
.atten_05,
a.atten_05 {
	color: var(--color-pink1);
}
/*文字サイズ*/
.fs_sss {
	font-size: 0.5em;
}
.fs_ss {
	font-size: 0.7em;
}
.fs_s {
	font-size: 0.8em;
}
.fs_m {
	font-size: 1.2em;
}
.fs_l {
	font-size: 1.5em;
}
.fs_ll {
	font-size: 1.8em;
}
.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;
}

/* マージン */
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_25 {
	margin-bottom: 25px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

.pb_20 {
	padding-bottom: 20px;
}

/* text */
.left {
	text-align: left!important;
}
.center {
	text-align: center!important;
}
.right {
	text-align: right!important;
}

/*スクロールバー非表示*/
.no-scroll {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
	display: none;
}

/*アニメーション*/
.link_act_01 {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.link_act_01:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.link_act_02 {
	-webkit-transform: scale(1);
          transform: scale(1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.link_act_02:hover {
	-webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fade {
	opacity: 0;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.up {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.lt {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.rt {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.on {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
}


.bg_animation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.bg_animation:after {
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: 1.4s ease-in-out;
	transition: 1.4s ease-in-out;
}
.bg_animation.on:after {
	width: 0%;
}
.swiper-pagination{
	position: initial;
}
.pagination{
	margin: 10px auto;
}
.swiper-pagination-bullet-active{
	background-color: #fff!important;
	/* border: var(--color-pink1) 1px solid; */
}
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeInAnime{
	  from {
		opacity: 0;
	  }
	
	  to {
		opacity: 1;
	  }
	}

/* ページ幅 */
.inner {
	width: 100%;
	max-width: 800px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.inner .other_page {
	margin-bottom: 100px;
	padding: 0 10px;
}
	@media (min-width: 768px) {
		.inner {
			max-width: 1920px;
		}
		.inner .other_page {
			max-width: 1020px;
			margin: 0 auto 100px;
	  padding: 0px 10px;
	}
}


/* PC,SP表示非表示 */
.sp {
	display: block;
	}
	@media (min-width: 1024px) {
	.sp {
		display: none;
	}
}
.pc {
	display: none;
	}
	@media (min-width: 1024px) {
	.pc {
		display: block;
	}
}
.br_none{
	display: block;
}

/* テーブル */
.table_01 {
	width: 100%;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	table-layout: fixed;
	max-width:720px;
	margin: 0 auto 40px;
}
.table_01 tr {
	vertical-align: middle;
}
.table_01 th,
.table_01 td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.table_01 th:last-of-type,
.table_01 td:last-of-type {
	border-right: 0;
}
.table_01 th {
	background: var(--color-pink1);
	color: #fff;
	width: 30%;
	vertical-align: middle;
	font-size: 1.2em;
	padding: 10px;
}
.table_01 td {
	text-align: left;
	font-size: 1.1em;
	padding: 15px;
}
@media screen and (max-width: 768px) {
	/* table_01 */
	.table_01 {
		border-bottom: 1px solid #e6e6e6;
	}
	.table_01 tr {
		width: 100%;
		padding: 3%;
		display: inline-block;
		vertical-align: middle;
	}
	.table_01 th,
	.table_01 td {
		display: block;
		border-right: 0;
	}
	.table_01 th {
		width: 100%;
	}
	.table_01 th, .table_01 td{
		border-bottom: 0;
	}
	}

.table_02 {
	width: 100%;
	background: #fff;
	border-top: 1px solid var(--color-brown1);
	border-left: 1px solid var(--color-brown1);
	border-right: 1px solid var(--color-brown1);
	border-bottom: 1px solid var(--color-brown1);
	table-layout: fixed;
	margin: 0 auto 40px;
}
.table_02 tr {
	width: 49%;
	padding: 3%;
	display: inline-block;
	vertical-align: middle;
}
.table_02 th,
.table_02 td {
	padding: 10px 15px;
	border-right: 0;
	border-bottom: 1px solid #e6e6e6;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 70px;
}
.table_02 th:last-of-type,
.table_02 td:last-of-type {
	border-right: 0;
}
.table_02 th {
	background: var(--color-pink1);
	color: #fff;
	vertical-align: middle;
	font-size: 1.2em;
}
.table_02 td {
	font-size: 1.2em;
}
/* ボタン */
.btn_pink a {
    background: var(--color-pink1) url(../images/btn_bg.jpg);
	background-size: 280px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 12px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 300;
	border: #fff 1px solid;
	font-size: 1.3em;
	z-index: 1;
}
.btn_pink a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 1s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_pink a:hover {
  background: #fff;
  color: var(--color-pink1);
  border: var(--color-pink1) 1px solid;
}
.btn_pink a:hover:after {
  right: 1.4rem;
}
.btn_send{
    background: var(--color-pink1) url(../images/btn_bg.jpg);
	background-size: 280px;
    position: relative;
    align-items: center;
    margin: 10px;
    max-width: 280px;
    padding: 12px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	border: #fff 1px solid;
	font-size: 1.3em;
	text-align: center;
}
.btn_reset{
    background: #c3c3c3;
    position: relative;
    align-items: center;
    margin: 10px;
    max-width: 180px;
    padding: 12px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	border: #fff 1px solid;
	font-size: 1em;
	text-align: center;
}



/*--------------------------------------
セラピスト
--------------------------------------*/
#section_schedule_today .cast_box,
#contents_cast .cast_box,
#contents_schedule .cast_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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 640px;
	margin: 0 auto 40px;
}
#section_newface .cast_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-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;
	width: 100%;
	justify-content: flex-start;
}
.newface_slide{
	max-width: 350px;
	height: auto;
	margin: 0 auto;
}
.cast_box li {
	margin: 0 1% 2% 1%;
	position: relative;
	width: 168px!important;
	border: var(--color-pink1) 1px solid;
	background-color: #fff;
}
.cast_box li .cast_box_outer {
	padding: 5px;
}
.cast_box li .img_box{
	/* width: 166px; */
	/* height: 254px; */
	/* padding-top: 5px; */
	overflow: hidden;
	display: block;
	position: relative;
}
.cast_box li .img_box > img{
	/* max-width: 158px; */
	/* max-height: 235px; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cast_box li .img_box a {
	display: block;
}
.cast_box li .img_box img .staff {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 5px;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cast_box li .txt_box {
	width: 100%;
	/* padding:10px 5px 5px; */
	padding: 10px 0 0;
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.5em;
}
.cast_box li .txt_box span {
	color: var(--color-pink1);
	display: inline-block;
	word-break : break-all;
}
.cast_box li .txt_box .time {
	color: #fff;
	background-color: var(--color-blue1);
	display: block;
	padding: 4px;
}
.cast_box li .txt_box .time span {
	padding-top: 4px;
	color: #fff;
}
.cast_box li .icon_new img{
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 3;
	width: 30px;
}
.cast_box li .icon_new{
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 3;
	width: 30px;
}
.cast_box li .icon_twitter{
	position: absolute;
	right: 10px;
	top: 205px;
	z-index: 3;
	width: 30px;
}
.cast_box .name{
	font-size: 1.3em;
	margin-bottom:5px;
}
.cast_box .age{
	font-size: 1.1em;
	display:inline-block;
	padding:5px 20px 0px;
	border-top: #ffe4e4 1px solid;
}
.cast_box .size{
	font-size: 1.1em;
}
.cast_box .time{
	font-size: 1.2em;
}
@media screen and (max-width: 370px) {
	.newface_slide{
		max-width: 292px;
	}
	.cast_box li {
		margin: 0 1% 2% 1%;
		width: 140px!important;
	}
	.cast_box li .img_box{
		/* width: 138px; */
		/* height: 210px; */
	}
	.cast_box li .img_box > img{
		/* max-width: 130px; */
		/* max-height: 195px; */
	}
	.cast_box li .icon_twitter{
		right: 8px;
		top: 165px;
	}
	.cast_box li .icon_new{
		left: 5spx;
	}
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
main {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	position: relative;
  }

main .title{
	background: url(https://kyoto-kachofugetsu.com/images/bg_content.jpg)  50% 50% repeat;
	/* padding: 30px 0 0; */
	margin-bottom: 50px;
	background-size:100%;
	height: 180px;
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
	font-style: normal;}
main .title div{
	background: url(https://kyoto-kachofugetsu.com/images/title_bg_cream.png) center;
	background-repeat: no-repeat;
    background-size: 220px;
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
    height: auto;
    width: 100%;
    position: relative;
    padding: 70px 0 60px;
    line-height: 1em;
}
main .title div span{
	color: var(--color-pink1);
    font-size: 0.6em;
}


/*--------------------------------------
ヘッダー
--------------------------------------*/
header h1{
	display: none;
}

/* ハンバーガー */
#header_nav_sp #g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;
	/* background:var(--color-pink2); */
	background:url(../images/bg_top_ham.jpg)repeat;
	transition: all 0.6s;
}
#header_nav_sp #g-nav::before{
	position: absolute;
	content: '';
	top: 10px;
	right:0px;
	display: block;
	width: 300px;
	height: 100%;
	background-image: url(../images/bg_concept_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
}
#header_nav_sp #g-nav::after{
	position: absolute;
	content: '';
	bottom: -70vh;
	left:0px;
	display: block;
	width: 300px;
	height: 100%;
	background-image: url(../images/bg_concept_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
	pointer-events: none;
}
#header_nav_sp #g-nav.panelactive{
    top: 0;
}
#header_nav_sp #g-nav .menu_box {
    position: absolute;
    z-index: 999;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
}
#header_nav_sp #g-nav .menu_box li{
	list-style: none;
	text-align: center; 
	border-bottom: rgba(255,255,255,0.6) 1px solid;
	width: 200px;
	font-size: 1.2em;
}
#header_nav_sp #g-nav .menu_box li a{
	color: #fff;
	text-decoration: none;
	padding:30px 20px 5px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#header_nav_sp .openbtn1{
	position:fixed;
	z-index: 9999;
	top:6px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height:50px;
}

#header_nav_sp .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
    width: 45%;
	box-shadow: 0 0 5px #b71717;
}
#header_nav_sp .openbtn1 span:nth-of-type(1) {
	top:15px; 
}
#header_nav_sp .openbtn1 span:nth-of-type(2) {
	top:23px;
}
#header_nav_sp .openbtn1 span:nth-of-type(3) {
	top:31px;
}
#header_nav_sp .openbtn1.active span {
	box-shadow: none;
}
#header_nav_sp .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
#header_nav_sp .openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}
#header_nav_sp .openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*--------------------------------------
フッター
--------------------------------------*/
footer{
	background: #fff;
	padding: 30px 0 70px;
}
footer .logo img{
	position: relative;
	text-align: center;
	width: 100px;
	padding-bottom: 20px;
}
#bottom_nav{
	z-index: 999;
	letter-spacing: 1px;
	text-align: center;
	display: flex;
	position: fixed;
	bottom: 0;
	width: 100%;
	/* box-shadow: 0px 0px 16px -6px #828282; */
}
#bottom_nav a{
	padding: 0px 0 5px;
	background: #fb808c;
	display: block;
	width: calc(100%/3);
	border-right: #f8aab2 1px solid;
	border-top: #f8aab2 1px solid;
	color: #fff;
	font-size: 16px;
}
#bottom_nav a:last-child{
	border-right: none;
}

#bottom_nav .footer_icon{
	width: 15px;
	padding-bottom: 2px;
}

#footer_info{
	/* border-top: solid 2px #fb808c;
	border-bottom: solid 2px #fb808c; */
	padding: 2px 0;
	/* background-color: var(--color-pink1); */
	position: relative;
	z-index: 2;
}
#footer_info .info_box{
	/* border-top: solid 1px #fff;
	border-bottom: solid 1px #fff; */
	padding: 8px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: var(--color-black2);
	line-height: 2em;
}
#footer_info .info_box a{
	color: var(--color-black2);
}
#footer_info .info_box .info_tel{
	width: 100%;
	font-size: 1.8em;
}
#footer_info .info_box .info_time{
	width: 160px;
	font-size: 1.4em;
	padding: 8px 0;
}
#footer_info .info_box .box_txt{
	position: relative;
	background-color: var(--color-pink1);
	font-size: 0.7em;
	color: #fff;
	padding: 2px 4px;
	margin-right: 4px;
	top: -2px;
}
/* パンクズ */
.breadcrumbs{
	background: var(--color-brown1);
	color: #fff;
	outline: var(--color-brown1) 1px solid;
	outline-offset: 2px;

}
.breadcrumbs a{
	color: #fff;
	font-size: 12px;
}
.breadcrumbs ol li {
	font-size: 13px;
    display: inline-block;
}
.breadcrumbs ol li:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline;
	margin: 0 8px 0;
}
.breadcrumbs ol li:first-child:before {
	margin: 0;
	content: "\f015";
}



/*--------------------------------------
メインビジュアル
--------------------------------------*/
#section_mainvisual {
	padding:10px;
	background-color: #fff;
	width: 100%;
	position: relative;
	height: auto;
}
#section_mainvisual::before{
	position: absolute;
	content: '';
	top: -50px;
	right:-100px;
	display: block;
	/* width: 100%; */
	height: 100%;
	background-image: url(../images/img_flower_r.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	min-width: 550px;
	overflow: hidden;
	max-height: 300px;
}
#section_mainvisual::after{
	position: absolute;
	content: '';
	bottom:-50px;
	left:-50px;
	display: block;
	/* width: 100%; */
	height: 90%;
	background-image: url(../images/img_flower_l.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 3;
	min-width: 450px;
	overflow: hidden;
	max-height: 300px;
	}
#section_mainvisual #mainvisual::before{
	content: 'KYOTO MENS ESTHE';
	position: absolute;
	z-index: 4;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	top: 15px;
	left: 5px;
	color: #fff;
	font-size: 2.4em;
	letter-spacing: 0.2em;
}
#section_mainvisual .flexslider{
	border: none;
	margin: 0;
}
#section_mainvisual .flexslider .slides img {
	height: 87vh;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
	border: #97dafca6 1px solid;
}
#section_mainvisual .logo{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#section_mainvisual .logo img{
	width: 90%;
	max-width: 400px;
}
.sakura{
	background: linear-gradient(120deg,rgba(253, 204, 229, 1),rgba(251, 226, 239, 1))!important;
	position:absolute;
}
/*--------------------------------------
電話・営業時間
--------------------------------------*/
#section_info{
	border-top: solid 2px #fb808c;
	border-bottom: solid 2px #fb808c;
	padding: 2px 0;
	background-color: var(--color-pink1);
	position: relative;
	z-index: 2;
}
#section_info .info_box{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 14px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
	line-height: 2em;
}
#section_info .info_box a{
	color: #fff;
}
#section_info .info_box .info_tel{
	width: 100%;
	font-size: 1.8em;
}
#section_info .info_box .info_time{
	width: 160px;
	font-size: 1.4em;
}
#section_info .info_box .box_txt{
	position: relative;
	background-color: #fff;
	font-size: 0.7em;
	color: var(--color-pink1);
	padding: 2px 4px;
	margin-right: 4px;
	top: -2px;
}

/*--------------------------------------
トップページ
--------------------------------------*/
/* 各セクション共通 */
/* #section_schedule_today h2,
#section_newface h2,
#section_event h2,
#section_twitter h2{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(30px);
			transform: translateY(30px);
  }
#section_schedule_today h2.active,
#section_newface h2.active,
#section_event h2.active,
#section_twitter h2.active{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
			transform: translateY(0);
} */

#section_schedule_today .top_title,
#section_newface .top_title{
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	height: auto;
	width: 100%;
	position: relative;
	padding: 90px 0 70px;
	line-height: 1em;
}
#section_schedule_today .top_title{
	background: url(../images/title_bg_pink.png) center;
	background-repeat: no-repeat;
	background-size: 220px;
}
#section_newface .top_title{
	background: url(../images/title_bg_white.png) center;
	background-repeat: no-repeat;
	background-size: 200px;
}
#section_new_eve .top_title_box{
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	line-height: 1em;
	z-index: 1;
	position: relative;
	padding: 20px 0;
}
.top_title span,
.top_title_box span{
	color: var(--color-pink1);
	font-size: 0.6em;
}

/* 出勤情報 */
#section_schedule_today{
	position: relative;
	padding:10px 0 100px;
	background-image: url(../images/bg_top_01.jpg);
	background-repeat: repeat;
	background-size: 100px;
}
#section_schedule_today::before{
	background-image: url(../images/img_asanoha.png);
	content: '';
	position: absolute;
    top: -50px;
    right: -80px;
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 200px;
    overflow: hidden;
    max-height: 200px;
}
#section_schedule_today::after{
	background-image: url(../images/img_asanoha.png);
	content: '';
	position: absolute;
    bottom: -60px;
    left: -80px;
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 250px;
    overflow: hidden;
    max-height: 250px;
}
/* コンセプト */
#section_concept{
	background: url(../images/bg_concept_pink.jpg);
	background-size: cover;
	position: relative;
	padding: 50px 0;
	width: 100%;
	height: 700px;
}
#section_concept::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg_concept_sakura.png);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0px;
	left: -100px;
	width: 130%;
	height: 130%;
	overflow: hidden;
	opacity: 0.8;
	max-width: 800px;
}
#section_concept .concept_inner::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg_concept_right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.8;
	max-width: 500px;
}
#section_concept::after{
	position: absolute;
	content: '';
	background-image: url(../images/bg_concept_woman.png);
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0px;
	right: 0px;
	display: block;
	height: 70%;
	overflow: hidden;
	opacity: 0.8;
	min-width: 560px;
	max-height: 1000px;
}
#section_concept .concept_inner::after{
	content: '';
	position: absolute;
	background-image: url(../images/bg_concept_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -440px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-width: 500px;
}
#section_concept .concept_box{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
	font-size: 1.3em;
	display: flex;
}
#section_concept .concept_box .concept_txt{
	width: 200px;
	position: absolute;
	z-index: 2;
}
#section_concept .concept_box .concept_txt:first-child{
	top: 100px;
	right: 50px;
}
#section_concept .concept_box .concept_txt:last-child{
	width: 230px;
	bottom:100px;
	left: 50px;
}
#section_concept .concept_box .concept_txt span{
	font-size: 1.4em;
	color: var(--color-pink1);
}
/* 新人 */
#section_newface{
	position: relative;
	padding:10px 0 50px;
}
#section_new_eve{
	background-image: url(https://kyoto-kachofugetsu.com/images/bg_top_new_sp.png),url(../images/bg_top_02.jpg);
    background-repeat: repeat-x, repeat;
    background-size: 200%, auto;
    width: 100%;
    position: relative;
}
/* イベントバナー */
#section_event ul li img{
	width: 280px;
}
@media screen and (max-width: 350px) {
	#section_event ul li img{
		width: 260px;
	}
}

.two_col{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 40px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.two_col > section{
	width: 100%;
	padding: 4%;
    border: 5px solid #fff;
    position: relative;
	margin-bottom: 40px;
}
#section_event .bg_animation {
    background: url(../images/bg_box_event.jpg) top center no-repeat;
    background-size: cover;
}
#section_twitter .bg_animation {
    background: url(../images/bg_box_twitter.jpg) top center no-repeat;
    background-size: cover;
}

#section_twitter .twitter_box div{
    z-index: 1;
	position: relative;
	margin: 10px auto 0;
}
#section_twitter .twitter_box p{
    z-index: 2;
	position: relative;
	margin: 0 auto 20px;
	background-color: var(--color-pink1);
	color:#fff;
	padding: 5px;
	max-width: 350px;
	text-align: right;
	padding-right: 20px;
}
#section_twitter .twitter_box a{
	color:#fff;
	display: block;
}
#section_twitter .twitter-timeline{
	height: 340px!important;
}
.r-1q9bdsx{
	border-radius: 0px!important;
}
/* トップバナー */
#top_bnr{
	position: relative;
	padding: 30px 0;
}
#top_bnr .bnr_box{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
#top_bnr .bnr_box div{
	position: relative;
	background-image: url(../images/bnr_top_line_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 300px;
	height: 150px;
	margin: 20px;
	border: var(--color-pink2) solid 1px;
}
#top_bnr .bnr_box div img{
	position: absolute;
	left: 0;
	top: 20%;
	width: 260px;
}
/* ランクアイコン */
.cast_box li .icon_class{
	/* position: absolute; */
	/* left: 0; */
	/* bottom: 0; */
	z-index: 3;
	width: 100%;
	height: 15px;
	/* padding: 0 4px; */
}
.cast_box li .icon_class img{
	width: 100%;
	vertical-align: top;
}





/*--------------------------------------
料金ページ
--------------------------------------*/
#contents_system{
	position: relative;
}
#contents_system .system_box{
	position: relative;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 1.8em;
	max-width: 700px;
	padding: 0 20px 20px;
	width: 100%;
}
#contents_system .system_box dl{
	display: flex;
	border-bottom: var(--color-brown1) solid 1px;
}
#contents_system .system_box dt{
	width: 50%;
	padding: 20px 10px;
	color: var(--color-brown2);
}
#contents_system .system_box dd{
	padding: 20px 10px;
	width: 50%;
}
#contents_system h3,
.profile_box_schedule h3{
	margin-bottom: 40px;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
}
#contents_system h3:before,
.profile_box_schedule h3:before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:var(--color-pink2);
	border-radius: 2px;
  }
  #contents_system .txt_box_02{
	background: rgba(255,255,255,0.8);
	border: var(--color-brown1) 1px solid;
	padding: 40px 20px;
	max-width: 800px;
	margin: 0 auto;
}
#contents_system .txt_box_02 p{
	margin-bottom: 10px;
	line-height: 1.5em;
}
#contents_system .bnr_system img{
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
}
#contents_system .leave_rule {
	margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
	#contents_system .system_box{
		flex-wrap: wrap;
		flex-direction: column;
		max-width: 700px;
	}
}
@media screen and (max-width: 360px) {
	#contents_system .system_op dt{
		font-size: 0.9em;
		padding: 20px 6px;
	}
}

/*--------------------------------------
スケジュールページ
--------------------------------------*/

#contents_schedule .schedule_nav {
    margin: 0px auto 50px;
    font-size: 11px;
    width: 98%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#contents_schedule .schedule_nav li {
	width: calc( 100% / 2 );
	padding: 5px;
}

#contents_schedule .schedule_nav li a {
    padding: 10px;
    font-size: 13px;
    display: block;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    background: var(--color-pink2);
    position: relative;
    box-sizing:border-box;
    color:#fff;
	border: var(--color-pink2) 1px solid;
}
#contents_schedule .schedule_nav li a:hover,
#contents_schedule .schedule_nav li.active a {
    background: #fff;
	color: var(--color-pink1);
	border: var(--color-pink2) 1px solid;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
#contents_schedule .schedule_nav li.days a:hover {
    opacity: 0.5;
}
/*スケジュール2週間表示*/
main #contents_schedule .title {
    margin-bottom: 80px;
}
#contents_schedule .schedule_week_box {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.schedule_slick{
    max-width:1024px;
    margin:auto;
}
.schedule_nav_next {
    position: absolute;
    top: -50px;
    right: 6px;
    padding: 10px 10px 10px 24px;
}
.schedule_nav_prev {
    position: absolute;
    top: -50px;
    left: 6px;
    padding: 10px 24px 10px 10px;
}
.schedule_nav_next,
.schedule_nav_prev{
	color: #fff;
    background: var(--color-brown1);
    transition: opacity .5s;
    font-size: 12px;
}
.schedule_nav_prev.slick-disabled,
.schedule_nav_next.slick-disabled {
    opacity: 0;
 }

/*--------------------------------------
プロフィールページ
--------------------------------------*/
#contents_profile{
	position: relative;
}
#contents_profile .profile_box {
	display: block;
	-ms-flex-pack: distribute;
		justify-content: space-around;
}
#contents_profile .profile_box_right{
	position: relative;
	background: #efead98e;
	padding: 40px 20px 20px;
}
#contents_profile .profile_box_right{
	position: relative;
	background: #efead98e;
	padding: 40px 20px 20px;
}

#contents_profile .profile_box_left{
position: relative;
}
#contents_profile .profile_box_left .icon_new{
	position: absolute;
	top: 0;
	left: 10px;
	width: 50px;
}
#contents_profile .profile_box_right .name{
font-size: 1.8em;
margin-bottom: 10px;
}
#contents_profile .profile_box_right .age,
#contents_profile .profile_box_right .size{
	font-size: 1.3em;
}

#contents_profile h3,
#contents_link h3{
	margin-bottom: 50px;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
}
#contents_profile h3:before,
#contents_link h3:before  {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:var(--color-pink2);
	border-radius: 2px;
}
#contents_profile .txt_box_03 .subtitle{
	position: relative;
	display: inline-block;
	padding: 0 45px;
	color: var(--color-pink1);
	font-size: 1.2em;
	margin-bottom: 20px;
}

#contents_profile .txt_box_03 .subtitle:before,
#contents_profile .txt_box_03 .subtitle:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: var(--color-pink1);
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
#contents_profile .txt_box_03 .subtitle:before {
	left:0;
}
#contents_profile .txt_box_03 .subtitle:after {
	right: 0;
}
#contents_profile .profile_box .profile_box_left {
	margin: 0 auto 40px;
	max-width: 300px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents_profile .profile_box .profile_box_left .img_box img{
	max-width: 300px;
}

#contents_profile .profile_box_right .txt_box_03{
	background: #fffcf6cf;
	padding: 20px;
	margin-bottom: 40px;
	font-size: 1.1em;
}
/*スケジュール2週間表示*/
.profile_box_schedule .profile_slick{
	position: relative;
	padding: 60px 0 0 0;
}
.profile_box_schedule .profile_slick .profile_nav_prev {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 24px 10px 10px;
	color: #fff;
	border: 1px solid var(--color-brown1);
	background: var(--color-brown1);
	transition: opacity .5s;
}
.profile_box_schedule .profile_slick .profile_nav_next {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 10px 24px;
	color: #fff;
	border: 1px solid var(--color-brown1);
	background: var(--color-brown1);
	transition: opacity .5s;
}
.profile_box_schedule .profile_slick .profile_nav_prev.slick-disabled,
.profile_box_schedule .profile_slick .profile_nav_next.slick-disabled {
	opacity: 0;
}
.profile_box_schedule .profile_slick .profile_sch {
	display: flex;
	flex-wrap: wrap;
}
.profile_box_schedule .profile_slick .profile_sch .profile_sch_day .days {
	background-color: rgba(255,255,255,1);
	padding: 35px 15px;
}
.profile_box_schedule .profile_slick .profile_sch .profile_sch_day .time {
	padding: 35px 15px;
	font-size: 14px;
	color: #fff;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable {
	display: flex;
	width: 100%;
	padding: 0 3%;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable::after,
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date::after,
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check::after {
	display: none;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable:first-of-type {
	padding-top: 3%;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable:last-of-type {
	padding-bottom: 3%;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date,
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check{
	font-size: 1.2em;
	width: 50%;
	vertical-align: middle;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
	display: grid;
	word-break : break-all;
	line-height: 1.2;
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_date {
  color: #fff;
  padding: 3%;
  background: var(--color-pink1);
}
.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
  text-align: center;
  margin: 0 2% 0 5%;
  padding: 3% 0;
}


/* ツイッター・LINEボタン */
#contents_profile .sns_bnr{
	margin: 15px auto;
	font-size: 18px;
	max-width: 300px;
}
.btn_twitter {
	margin-top: 30px;
}
.btn_twitter a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 12px 25px;
	background: #1da0f28d url(https://kyoto-kachofugetsu.com/images/btn_twitter.jpg);
	background-size: 300px;
	background-position: center;
	color: #fff;
	transition: 0.3s ease-in-out;
	border: #fff 1px solid;
	cursor: pointer;
}
.btn_twitter a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 1s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.btn_twitter a:hover {
background: #fff;
color: #1da0f28d;
border: #1da0f28d 1px solid;
}
.btn_twitter :hover:after {
right: 1.4rem;
}
.btn_line a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 12px 25px;
	background: #06c75692 url(https://kyoto-kachofugetsu.com/images/btn_line.jpg);
	background-size: 300px;
	background-position: center;
	color: #fff;
	transition: 0.3s ease-in-out;
	border: #fff 1px solid;
	cursor: pointer;
}
.btn_line a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 1s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.btn_line a:hover {
background: #fff;
color: #06c75692;
border: #06c75692 1px solid;
}
.btn_line :hover:after {
right: 1.4rem;
}

/*--------------------------------------
WEB予約ページ
--------------------------------------*/
#contents_reserve #top_bnr{
	padding: 0 0 40px;
}
#contents_reserve #top_bnr .bnr_box div{
	margin: 0;
}

/*--------------------------------------
求人ページ
--------------------------------------*/
#contents_recruit .bnr_recruit img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 10px;
}
#contents_recruit .bnr_recruit{
	position: relative;

}
#contents_recruit .table_01 .btn_tel a{
	width: 100%;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0;
	background: var(--color-blue1);
	color:#fff;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}
#contents_recruit .table_01 .btn_mail a{
	width: 100%;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0;
	background: var(--color-brown1);
	color:#fff;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}
#contents_recruit .table_01 .btn_line a{
	width: 100%;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0;
	background: var(--color-green1);
	color:#fff;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
}

/*--------------------------------------
リンクページ
--------------------------------------*/
#contents_link{
	position: relative;
	width: 100%;
}
#contents_link .table_01{
	display: none;
}
#contents_link .list_link_box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
#contents_link .list_link_box li{
	margin: 10px;
}
#contents_link .list_link_box img{
	width: 100%;
	height: auto;
	max-width: 200px;
}
#contents_link div p img{
	width: 100%!important;
	height: auto!important;
	max-width: 500px;
	}


/*--------------------------------------
フォーム
--------------------------------------*/
input{
	padding: 15px;
	text-align: left;
	width: 100%;
	max-width: 380px;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: var(--color-black2);
}
select {
	width: 100%;
	/* max-width: 300px; */
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: var(--color-black2);
}
textarea {
	width: 100%;
	max-width: 580px;
	height: 150px;
	padding: 15px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d9d9d9;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: var(--color-black2);
}
label {
	margin-bottom: 2px;
	padding: 15px;
	background: #f9f9f9;
	display: block;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	font-family: Garamond , "Times New Roman", "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: var(--color-black2);
}
label:last-child {
	margin-bottom: 0;
}
input, select {
	font-size: 16px;
}
button, textarea, select {
	padding: 15px;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: 0;
}
input[type="text"],
input[type="email"] {
	max-width: 100%;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	-webkit-appearance: none;
}
input[type="email"] {
	max-width: 580px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="hidden"],
button,
textarea{
	border-radius: 0;
	-webkit-appearance: none;
}
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=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #828282;
}
::-ms-input-placeholder {
	color: #828282;
}
::placeholder {
	color: #828282;
}
.form_reset{
	-webkit-appearance: none;
	border:none;
	background-color: transparent;
}
.hour select,.min select{
	max-width: 100px;
}
.select_box{
	position: relative;
}
.select_box::after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.4em;
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 30px;
	color: #bebebe;
}

/*------------------------------------------
エラーページ
------------------------------------------*/
#section_err{
	position: relative;
}
#section_err .err_box{
	margin: 100px auto;
	background: #fff;
	border: var(--color-brown1) 1px solid;
	padding: 60px 40px;
	max-width: 800px;
}
#section_err .err_box #err_title{
	font-size: 3em;
	color: var(--color-pink1);
	line-height: 1em;
	margin-bottom: 20px;
}
#section_err .err_box #err_subtitle{
	font-size: 1.5em;
	color: var(--color-pink1);
	margin-bottom: 30px;
}

/*------------------------------------------
tablet css
------------------------------------------*/
@media screen and (min-width: 768px) {
	/* 共通 */
	.br_none{
		display: none;
	}
	main .title{
		background-size:50%;
		height: 240px;
		margin-bottom: 80px;
	}
	main .title div{
		background-size: 280px;
		padding: 105px 0 90px;
	}
	body #sakura_bg {
		max-height: 900px;
	}
	/* select {
		max-width: 400px;
	} */

	/* メインビジュアル */
	#section_mainvisual::before{
		top: 15px;
		right: -100px;
		height: 100%;
		background-image: url(../images/img_flower_pcr.png);
		min-width: 700px;
		max-height: 500px;
	}
	#section_mainvisual::after{
		bottom:0px;
		left:-10px;
		height: 100%;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
		background-image: url(../images/img_flower_pcl.png);
		min-width: 700px;
		max-height: 500px;
		}
	#section_mainvisual #mainvisual::before{
		top: 15px;
		left: 5px;
		font-size: 3.5em;
		letter-spacing: 0.2em;
	}
	/* ハンバーガー */
	#header_nav_sp #g-nav::before{
		top: 30px;
		right:30px;
		width: 450px;
		height: 100%;
	}
	#header_nav_sp #g-nav::after{
		top: 0;
		left:30px;
		width: 450px;
		height: 100%;
	}

	/* 電話番号 */
	#section_info .info_box .info_tel{
		width: 220px;
		font-size: 1.8em;
	}
	#section_info .info_box .info_time{
		width: 210px;
		font-size: 1.8em;
	}

	/* フッター */
	footer .logo img{
		position: relative;
		text-align: center;
		width: 150px;
		padding-bottom: 20px;
	}
	/* トップ */
	#section_schedule_today .top_title,
	#section_newface .top_title{
		font-size: 2.4em;
	}
	#section_schedule_today .top_title{
		background-size: 270px;
	}
	#section_newface .top_title{
		background-size: 270px;
	}
	#section_schedule_today .top_title, #section_newface .top_title{
		padding: 120px 0 90px;
	}
	#section_newface .cast_box {
		justify-content: center;
	}

	/* 新人 */
	#section_new_eve{
		background-image: url(https://kyoto-kachofugetsu.com/images/bg_top_new_sp.png),url(../images/bg_top_02.jpg);
		background-repeat: repeat-x, repeat;
		background-size: 100%, auto;
		width: 100%;
		position: relative;
		padding-bottom: 100px;
	}
	.two_col > section {
		width: 44%;
		padding: 2%;
		border: 5px solid #fff;
		position: relative;
		height: 520px;
		margin: 0 1%;
	}

	/* セラピスト */
	.newface_slide{
		max-width: 640px;
		height: auto;
		margin: 0 auto;
	}
	/* .swiper-wrapper{
		transition-timing-function: linear;
	} */
	.cast_box li {
		margin: 0 1% 2% 1%;
		position: relative;
		width: 200px!important;
		border: var(--color-pink1) 1px solid;
		background-color: #fff;
	}
	.cast_box li .img_box{
		/* width: 198px; */
		/* height: 300px; */
		/* padding-top: 5px; */
		overflow: hidden;
		display: block;
		position: relative;
	}
	.cast_box li .img_box > img{
		/* max-width: 190px; */
		/* max-height: 285px; */
	}
	.cast_box li .icon_twitter{
		position: absolute;
		right: 10px;
		top: 250px;
		z-index: 3;
		width: 30px;
	}
	.cast_box li .txt_box {
		padding: 20px 0 0;
	}
	.cast_box .name{
		font-size: 1.5em;
	}
	.cast_box .age{
		font-size: 1.2em;
	}
	.cast_box .size{
		font-size: 1.2em;
	}
	.cast_box .time{
		font-size: 1.3em;
	}
	
	/* コンセプト */
	#section_concept{
		padding: 200px 0;
	}
	#section_concept .concept_box{
		font-size: 1.5em;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		line-height: 2.2em;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		flex-direction: row-reverse;
		justify-content: center;
	}
	#section_concept .concept_box .concept_txt{
		width: 270px;
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		margin: 30px;
	}
	#section_concept .concept_box .concept_txt p{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: inline-block;
	}
	#section_concept .concept_box .concept_txt:first-child{
		top: 0;
		right: 0;
	}
	#section_concept .concept_box .concept_txt:last-child{
		bottom:0;
		left: 0;
	}
	#section_concept .concept_box .concept_txt span{
		font-size: 1.6em;
	}
	#section_schedule_today::before{
		height: 100%;
		top: -50px;
		right: -80px;
		min-width: 300px;
		max-height: 300px;
	}
	#section_schedule_today::after{
		bottom: -60px;
		left: -80px;
		height: 100%;
		min-width: 400px;
		max-height: 400px;
	}
	#section_schedule_today .cast_box li{
		z-index: 3;
	}
	/* バナー */
	#top_bnr{
		position: relative;
		padding: 40px 0;
	}
	#top_bnr .bnr_box div{
		width: 400px;
		height: 160px;
		margin: 20px;
	}
	#top_bnr .bnr_box div img{
		position: absolute;
		left: 0;
		top: 20%;
		width: 280px;
	}

	/*スケジュールページ*/
	#contents_schedule .schedule_nav li {
		width: calc( 100% / 7 );
	}


	/* 料金ページ */
	#contents_system .txt_box_02{
		padding: 50px;
	}
	#contents_system .system_box{
		font-size: 1.8em;
	}
	#contents_system .system_box dt{
		padding: 20px 20px;
	}
	#contents_system .system_box dd{
		padding: 20px 20px;
	}

	/* プロフィールページ */
	#contents_profile .profile_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#contents_profile .profile_box_right{
		margin: 0 0 0 20px;
	}

	#contents_profile .profile_box .profile_box_left {
		margin: 0 auto 40px;
		max-width: 480px;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

/* リンクページ */
	#contents_link .table_01{
		display: block;
	}
	#contents_link div p img{
		width: auto!important;
		height: auto!important;
		max-width: 500px;
	}
}

/*--------------------------------------
pc css
--------------------------------------*/
@media screen and (min-width: 1024px) {
	/* ヘッダー */
	header #header_nav_pc .pc_menu{
		background:rgba(255,255,255,1);
		/* border-bottom: var(--color-brown1) 2px solid; */
		position: fixed;
		z-index: 99;
		display: block;
		width: 100%;
		display: flex;
		text-align: left;
		padding: 20px 0 20px 30px;
	}
	header #header_nav_pc .pc_menu li{
		padding: 0 15px;
	}
	header #header_nav_pc .pc_menu li a{
		color: var(--color-brown2);
		transition: all 0.2s;
	}
	header #header_nav_pc .pc_menu li a:hover {
			color: var(--color-pink1);
	}

	header #header_nav_pc .elm{
		transition: 0.6s;
		opacity: 0;
	}
	#header_nav_sp .openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		width: 45%;
	}
	#header_nav_sp .invert span{
		background-color: var(--color-brown1);
		box-shadow: 0 0 5px #fff;
	}
	#header_nav_sp .openbtn1.active span {
		box-shadow: none;
		background-color:#fff;
	}

	#header_nav_sp #g-nav .menu_box {
		position: absolute;
		z-index: 999;
		top:30%;
		left:50%;
		transform: translate(-50%,-50%);
		display: flex;
		flex-direction: row-reverse;

	}
	#header_nav_sp #g-nav .menu_box li{
		list-style: none;
		text-align: left; 
		border-bottom:none;
		border-right: rgba(255,255,255,0.6) 1px solid;
		width: 80px;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 1.2em;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
	#header_nav_sp #g-nav .menu_box li a{
		color: #fff;
		text-decoration: none;
		padding:10px 5px 50px 20px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	#header_nav_sp #g-nav .menu_btn ul{
		position: absolute;
		top:55%;
		left:50%;
		transform: translate(-50%,-50%);
		display: flex;
	}
	#header_nav_sp #g-nav .menu_btn li{
		margin: 20px;
		width: 200px;
	}
	#header_nav_sp #g-nav .logo img{
		width: 200px;
		position: absolute;
		top:77%;
		left:50%;
		transform: translate(-50%,-50%);
	}

	/* メインビジュアル */
	#section_mainvisual {
		padding:20px;
	}
	#section_mainvisual::before{
		top: 15px;
		right: -100px;
		min-width: 900px;
		max-height: 600px;
	}
	#section_mainvisual::after{
		bottom:0px;
		left:-10px;
		min-width: 900px;
		max-height: 600px;
	}
	#section_mainvisual #mainvisual::before{
		top: 15px;
		left: 5px;
		font-size: 4em;
		letter-spacing: 0.2em;
		text-align: left;
	}

	/* 各コンテンツ */
	main .title{
		height: 280px;
	}
	main .title div{
		background-size: 330px;
		font-size: 2.4em;
		padding: 120px 0 100px;
	}
	/* フッター */
	footer{
		background: #fff;
		padding: 30px 0 20px;
	}
	/* コンセプト */
	#section_concept::after{
		background-size: cover;
		bottom: 0px;
		right: 0px;
		display: block;
		height: 90%;
		overflow: hidden;
		opacity: 0.8;
		min-width: 850px;
		max-height: 1000px;
	}
	/* セラピスト */
	.newface_slide{
		max-width: 765px;
		height: auto;
		margin: 0 auto;
	}
	.cast_box li {
		margin: 0 1% 2% 1%;
		position: relative;
		width: 240px!important;
		border: var(--color-pink1) 1px solid;
		background-color: #fff;
	}
	.cast_box li .img_box{
		/* width: 238px; */
		/* height: 370px; */
		/* padding-top: 5px; */
	}
	.cast_box li .img_box > img{
		/* max-width: 230px; */
		/* max-height: 345px; */
	}
	.cast_box li .icon_twitter{
		position: absolute;
		right: 10px;
		top: 300px;
		width: 40px;
	}
	#section_schedule_today .cast_box,
	#contents_cast .cast_box,
	#contents_schedule .cast_box{
		max-width: 770px;
	}
	.cast_box li .icon_new img,
	.cast_box li .icon_new{
		width: 40px;
	}
	/* トップページ */
	#section_new_eve{
		background-image: url(../images/bg_top_new_pc.png),url(../images/bg_top_02.jpg);
		background-repeat: repeat-x, repeat;
		background-size: 70%, auto;
		width: 100%;
		position: relative;
	}
	#section_event ul li img{
		width: 350px;
	}
	.two_col > section {
		height: 550px;
	}
	/*プロフィールページ*/
	.profile_box_schedule .profile_sch_box .profile_sch_variable .profile_sch_check {
		margin: 0 3% 0 5%;
		padding: 10px 0;
	}
}