@charset "utf-8";
/*----------------------------------
	body
-----------------------------------*/
html{
		overflow-x: hidden;
}
body{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: rgba(90,70,32,1);
	background-color: rgba(255,251,242,1);
}
.block {
	width: 1000px;
	margin: 0 auto;
}
.gnavi__sp-style {
	display: none;
}
.menu-btn {
	display: none;
}
/*----------------------------------
	br 
-----------------------------------*/
.br-sp {
	display: none;
}
.sp-block {
	display: none;
}
.br-tablet {
	display: none;
}
/*----------------------------------
	a link button
-----------------------------------*/
a{
	color: rgba(90,70,32,1);
}
a.btn {
	color: #fff;
	background: #34281B;
	width: 300px;
	padding: 1.0rem 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 1px solid #34281B;
	transition: .3s;
}
a.btn:hover {
	background: #fff;
	color: #34281B;
}
/*----------------------------------
	wrapper
-----------------------------------*/

/*----------------------------------
	header
-----------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,251,242,1);
	width: 100%;
	height: 100px;
	z-index: 10000000;
}
header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5.0rem;
	width: 100%;
	height: 100px;
}
header .header-inner h1{
	width: 250px;
}
/*----------------------------------
	nav
-----------------------------------*/
header .header-inner nav.gnavi__pc-style {
	width: 70%;
}
header .header-inner nav.gnavi__pc-style ul{
	display: flex;
	justify-content: space-between;
}
/*----------------------------------
	footer
-----------------------------------*/
footer{
	padding: 5.0rem 0;
	border-top: 1px solid rgba(90,70,32,1);
	width: 95%;
	margin: 0 auto;
}
.footer-list {
	width: 95%;
	margin: 0 auto;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3.0rem;
}
.footer-list li{
	width: 50%;
}
.footer-sign{
	text-align: center;
	font-size: 1.2rem;
}
/*----------------------------------
	title
-----------------------------------*/
.index-section-ttl {
	font-size: 3.5rem;
	text-align: center;
	margin-bottom: 3.0rem;
}
/*----------------------------------
	index
-----------------------------------*/
/*  keyv  */
#keyv {
	height: 70vh;
	width: 100%;
	margin: 10.0rem 0;
}
.keyv-slider li{
	width: 100%;
	height: 70vh;
}
.keyv-slider li:nth-child(1){
	background: url("/common/images/keyv/keyv_01.jpg") no-repeat center center;
	background-size: cover;
}
.keyv-slider li:nth-child(2){
	background: url("/common/images/keyv/keyv_02.jpg") no-repeat center center;
	background-size: cover;
}
.keyv-slider li:nth-child(3){
	background: url("/common/images/keyv/keyv_03.jpg") no-repeat center center;
	background-size: cover;
}
/*  about  */
#index-about {
	text-align: center;
	margin-bottom: 15.0rem;
}
#index-about h3{
	font-size: 2.4rem;
	margin-bottom: 5.0rem;
}
/*  shopinfo  */
#index-shopinfo {
	text-align: center;
	margin-bottom: 15.0rem;
}
.index-shopinfo-bg {
	width: 100%;
	height: 500px;
	background: url("/common/images/bg/bg_shopinfo.jpg") no-repeat center top;
	background-size: cover;
	margin-bottom: 5.0rem;
}
#index-shopinfo h3{
	font-size: 2.4rem;
	margin-bottom: 2.0rem;
}
/*  topics  */
#index-topics {
	margin-bottom: 15.0rem;
}
.topics-list {
	background: #fff;
	width: 800px;
	height: 300px;
	overflow:scroll;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 2.0rem;
}
.topics-list dl{
	margin-bottom: 2.0rem;
	width: 800px;
	display: flex;
	justify-content: flex-start;
	padding: 2.0rem;
}
.topics-list dl dt{
	margin-right: 2.0rem;
	width: 100px;
}
.topics-list dl dd{
	width: 600px;
}
/*----------------------------------
	page
-----------------------------------*/
/*---	common	  ---*/
.page-content {
	width: 90%;
	margin: 65px auto 0;
	padding: 5.0rem 0;
}
/*---	about	  ---*/
#about article{
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.about-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.about-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.about-subttl {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 4.5rem;
	padding: 0 5.0rem 0 5.0rem;
}
.about-img {
	max-width: 400px;
	margin-left: 5.0rem;
}
.about-img img{
	border-radius: 10px;
}
.about-txt {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.about-txt em{
	font-style: normal;
	color: #b10000;
	font-size: 2.0rem;
}
/*---	menu	  ---*/
#menu .menu-block-first {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.menu-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.menu-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.menu-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.menu-subttl {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
	padding: 0 5.0rem 0 2.0rem;
}
.menu-block h4{
	font-size: 2.0rem;
}
.menu-block {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.menu-block ul{
	font-size: 1.8rem;
	list-style: outside square;
	padding-top: 3.5rem;
}
.menu-block ul li{
	margin-left: 1.5rem;
}
.menu-block ul li span{
	display: inline-block;
	background: #b10000;
	color: #fff;
	font-size: 1.0rem;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
}
.menu-block ul li div{
	font-size: 1.2rem;
}
.rubi {
	font-size: 1.2rem;
}
#menu .menu-block-second {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.menu-txt {
	color: #b10000;
	font-size: 1.8rem;
}
/*---	shopinfo	  ---*/
#shopinfo article {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.shopinfo-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.shopinfo-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.shopinfo-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.shopinfo-detail {
	width: 735px;
}
.shopinfo-detail ul li{
	width: 100%;
	height: 440px;
	margin-bottom: 5.0rem;
	display: flex;
	justify-content: space-between;
}
.shopinfo-detail ul li:nth-child(11){
	height: 395px;
}
.shopinfo-l {
	background: #fff;
	padding: 3.0rem;
	font-size: 1.4rem;
	width: 60%;
}
.shopinfo-l h3{
	font-size: 1.8rem;
	margin-bottom: 3.0rem;
}
.shopinfo-l h3 span{
	font-size: 1.4rem;
	display: block;
}
.shopinfo-l table{
	width: 100%;
}
.shopinfo-l table tr th, .shopinfo-l table tr td{
	padding: 1.0rem 0;
	font-weight: 400;
	vertical-align: top;
}
.shopinfo-l table tr th{
	width: 80px;
}
.shopinfo-l table tr td span{
	font-size: 1.0rem;
}
.shopinfo-l table tr td a{
	color: #fff;
	background: #34281B;
	padding: 0.5rem 0;
	text-align: center;
	display: block;
	margin: 1.0rem auto 0;
	border: 1px solid #34281B;
	transition: .3s;
}
.shopinfo-l table tr td a:hover {
	background: #fff;
	color: #34281B;
}
.shopinfo-detail ul li:nth-child(1) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_tamachi.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(2) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_roppongi.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(3) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_shinjuku.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(4) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_yoga.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(5) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_ginza.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(7) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_ikebukuro.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(8) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_kinshi_01.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(9) {
	height: 370px
}
.shopinfo-detail ul li:nth-child(9) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_shinbashi.jpg") no-repeat right center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(10) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_kitashinchi.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(11) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_gion_01.jpg") no-repeat center center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(12) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_odawara.jpg") no-repeat right 35% center;
	background-size: cover;
}
.shopinfo-detail ul li:nth-child(13){
	height: 300px;
}
.shopinfo-detail ul li:nth-child(13) .shopinfo-l h3{
	margin-bottom: 1rem;
}
.shopinfo-detail ul li:nth-child(13) .shopinfo-r {
	width: 40%;
	background: url("/common/images/pht/pht_takadanobaba.jpg") no-repeat center center;
	background-size: cover;
}
/*---	company	  ---*/
#company article {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.company-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.company-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.company-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.company-table {
	border-top: 1px solid rgba(90,70,32,1);
	border-left: 1px solid rgba(90,70,32,1);
	width: 100%;
}
.company-table tr th, .company-table tr td {
	border-right: 1px solid rgba(90,70,32,1);
	border-bottom: 1px solid rgba(90,70,32,1);
	padding: 1.0rem 2.0rem;
	text-align: left;
}
.company-table tr th{
	background: #f1f1f1;
	width: 35%;

}
/*---	recruit	  ---*/
#recruit article {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.recruit-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.recruit-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.recruit-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.recruit-table {
	border-top: 1px solid rgba(90,70,32,1);
	border-left: 1px solid rgba(90,70,32,1);
	width: 100%;
	margin-bottom: 5.0rem;
}
.recruit-table tr th, .recruit-table tr td {
	border-right: 1px solid rgba(90,70,32,1);
	border-bottom: 1px solid rgba(90,70,32,1);
	padding: 1.0rem 2.0rem;
	text-align: left;
}
.recruit-table tr th{
	background: #f1f1f1;
	width: 35%;
}
/*---	franchise	  ---*/
#franchise article {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.franchise-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.franchise-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.franchise-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.franchise-txt {
	text-align: center;
	margin-bottom: 3.0rem;
}
.franchise-txt span{
	font-size: 1.2rem;
}
.franchise-box {
	padding: 5.0rem;
	width: 100%;
	background: #fff;
	border: 2px solid rgba(90,70,32,1);
	margin-bottom: 5.0rem;
}
/*---	contact	  ---*/
#contact article {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.contact-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.contact-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.contact-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.contact-txt {
	text-align: center;
	margin-bottom: 3.0rem;
}
.contact-txt span{
	font-size: 1.2rem;
}
#contact table{
	border-top: 1px solid rgba(90,70,32,1);
	border-left: 1px solid rgba(90,70,32,1);
	width: 100%;
	margin-bottom: 5.0rem;
}
#contact table th, #contact table td{
	border-right: 1px solid rgba(90,70,32,1);
	border-bottom: 1px solid rgba(90,70,32,1);
	padding: 1.0rem 2.0rem;
	text-align: left;
}
#contact table th{
	width: 250px;
}
#contact input.contact-name, #contact input.contact-namekana, #contact input.contact-tell, #contact input.contact-email, #contact input.contact-adress, #contact textarea {
	width: 100%;
	background: #fff;
}
#confirmBtn {
	color: #fff;
	background: #34281B;
	width: 300px;
	padding: 1.0rem 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	border: 1px solid #34281B;
	transition: .3s;
	cursor: pointer;
}
#confirmBtn:hover {
	background: #fff;
	color: #34281B;
}
#privacy article {
	display: flex;
	justify-content: flex-start;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 5.0rem;
	max-width: 1000px;
}
.privacy-header {
	display: flex;
	justify-content: center;
    flex-direction: row-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 265px;
}
.privacy-ttl {
	position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    padding: 0 2.0rem;
}
.privacy-ttl:after {
	position: absolute;
    bottom: -10.0rem;
    left: 50%;
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 7.5rem;
}
.privacy-detail ul li{
	margin-bottom: 2.0rem;
}
.privacy-detail ol{
	padding-left: 3.0rem;
}


