@charset "utf-8";
.sub-header-border{
	border-top: 2px solid #a1006a;
	width: 100%;
	height: 0px;
}
/* privacy policy
--------------------------------------*/
#sub-privacy dl{
	margin: 50px auto;
	line-height: 150%;
}
#sub-privacy dl dt{
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}
#sub-privacy dl dd{
	line-height: 150%;
}

/* about
--------------------------------------*/
#sub-about ul{

}
#sub-about ul li{
	width: 100%;
}
#sub-about ul li dl{
	display: table;
	overflow: hidden;
	width: 100%;
	margin:0px;
}
#sub-about ul li dl dt{
	display: table-cell;
	width: 40%;
	color: #FFFFFF;
	padding: 16px 0 16px 8px;
	background-color: #b33680;

	border-left: 1px solid #b33680;
	border-top: 1px solid #FFFFFF;
}
#sub-about ul li:first-child dl dt{
	border-top: 1px solid #b33680 !important;
}
#sub-about ul li dl dd{
	display: table-cell;
	width: 60%;
	padding: 16px 0 16px 8px;
	background-color: #FFFFFF;

	border-right: 1px solid #b33680;
	border-bottom: 1px solid #b33680;
}
#sub-about ul li:first-child dl dd{
	border-top: 1px solid #b33680 !important;
}

/* contact
--------------------------------------*/
#sub-contact textarea{
	height: 200px;
}

/* mail-trouble
--------------------------------------*/
#mail-trouble dl{
	margin: 50px auto;
	line-height: 150%;
}
#mail-trouble dl dt{
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}
#mail-trouble dl dd{
	line-height: 150%;
}
#mail-trouble .pr-title {
    background: #b33680;
    color: #FFFFFF;
    padding: 17px 0;
}
#mail-trouble .pr-title p {
	font-size: 25px;
	
}
#mail-trouble .pr-title p::before {
	background: url(../img/common/st-mark-white.png) no-repeat center;
    background-size: contain;
}
#mail-trouble .pr-title p:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

/* itempage|20201215add|
--------------------------------------*/

#itempage{}
#itempage .st{}
#itempage .container{}
#itempage .container .sst{}

#itempage .container .left-c{
	float: left;
    width: 50%;
}
#itempage .left-c{}
#itempage .left-c figure{
	margin: 0px;
    width: 100%;
    height: 500px;
    background: #000;
    margin-bottom: 12px;
}
#itempage .left-c figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#itempage .container .right-c{
    float: right;
    padding: 0 12px;
    width: 50%;
}
#itempage .right-c .item-id{
	font-size: 16px;
}
#itempage .right-c .item-name{
	margin: 12px 0;
}
#itempage .item-name dt{
    margin-bottom: 12px;
    font-size: 24px;
}
#itempage .item-name dd{}
#itempage .item-name dd:first-of-type{
    margin-bottom: 12px;
}
#itempage .item-name dd.btn{
	width: 100%;
}
#itempage .right-c .item-info{}
#itempage .item-info li{
    margin-bottom: 12px;
}
#itempage .item-info dl{}
#itempage .item-info dl dt{
	font-weight: 600;
    margin-bottom: 4px;
}
#itempage .item-info dl dd{
	margin-bottom: 4px;
}
#itempage .right-c .notice{
    font-size: 16px;
    line-height: 150%;
}

#itempage .container .bottom-c{}
#itempage .bottom-c .sst{}
#itempage .bottom-c ul{
    display: flex;
    margin: 60px 0;
    height: 240px;
}
#itempage .bottom-c ul li{}
#itempage .bottom-c ul li:first-child{
	width: 30%;
    height: 240px;
    background: #000;
}
#itempage .bottom-c ul li:last-child{
    width: 70%;
    padding: 0 0 0 12px;
}
#itempage .bottom-c ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
#itempage .bottom-c ul li dl{
	height: 100%;
    position: relative;
}
#itempage .bottom-c dl dt{
	font-size: 24px;
    margin-bottom: 12px;
}
#itempage .bottom-c dl dd{}
#itempage .bottom-c dl dd:first-of-type{}
#itempage .bottom-c dl dd.btn2{
	position: absolute;
    bottom: 0px;
}

/*------------------------------*/
/*20210302/予約フォームタブ追加------*/

.tab-box{}
.tab-box ul{
    display: flex;
}
.tab-box ul li{
	font-family: 'Noto Sans Japanese';
    display: table;
    width: 50%;
    height: 72px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    color: #a1006a;
    font-size: 22px;
}
.tab-box li a{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.tab-box li span{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#tab-box ul li:last-child{
    background: #a1006a !important;
    color: #fff !important;
    cursor: default;
    position: relative;
}
#tab-box ul li:last-child::after{
	content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #a1006b transparent transparent transparent;
}

#tab-box2 ul li:first-child{
    background: #a1006a !important;
    color: #fff !important;
    cursor: default;
    position: relative;
}
#tab-box2 ul li:first-child::after{
	content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #a1006b transparent transparent transparent;
}

/*------------------------------*/
/*banner------------------------------*/

#reservation .banner{
    margin: 20px auto;
}

/*kimonotype
-----------------------------------------------*/
#kimonotype{}

#kimonotype .content{
    margin-bottom: 80px;
}

#kimonotype ul.clearfix{
    margin-bottom: 80px;
}

#kimonotype ul.clearfix li{
    list-style: none;
    display: inline-block;
    width: 50%;
    height: 381px;
}

#kimonotype ul.con-right li{
    float: right;
}

#kimonotype ul.con-left li{
    float: left;
}

#kimonotype ul.clearfix li:nth-child(2n){
    position: relative;
}

#kimonotype ul.clearfix li.height1{
    height: 450px;
}

#kimonotype ul.clearfix li img{
    width: 100%;
}

#kimonotype ul.clearfix li p.sst{
    margin-bottom: 20px;
}

#kimonotype ul.clearfix li dl dt .sst{
    margin: 0;
}

#kimonotype ul.clearfix li dl dd{
    line-height: 150%;
}

#kimonotype ul.clearfix li dl dd:first-of-type{
    padding: 16px;
}

#kimonotype ul.clearfix li dl dd.btn{
    background-color: #000;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 96%;
    margin: 0 10px;
    display: table;
    height: 72px;
}

#kimonotype ul.clearfix li dl dd.btn a{
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}

#kimonotype ul.image-grid{
    display: grid;
    grid-auto-rows: 320px;
    grid-template-columns: repeat( 3, 1fr);
    grid-template-rows: repeat( 2, 320px);
    gap: 8px;
}
#kimonotype ul.image-grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kikata-img {
    width: fit-content;
    margin: 0px auto 80px;
}
.o-btn {
    width: 980px!important;
    margin: auto;
}
.o-btn a::after {
    transform: rotateZ(-90deg);
}