@charset "utf-8";
.sub-header-border{
	border-top: 2px solid #a1006a;
	width: 100%;
	height: 0px;
}

/* privacy policy
--------------------------------------*/
#sub-privacy dl{
	margin: 20px 4px;
	line-height: 150%;
}
#sub-privacy dl dt{
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 16px;
}
#sub-privacy dl dd{
	line-height: 150%;
}

/* about
--------------------------------------*/
#sub-about ul{
	margin: 20px 4px;
}
#sub-about ul li{
	width: 100%;
}
#sub-about ul li dl{
}
#sub-about ul li dl dt{
	display: block;
	width: 100%;
	color: #FFFFFF;
	padding: 10px 0 10px 10px;
	background-color: #b33680;
	border: 1px solid #b33680;
}
#sub-about ul li dl dd{
	display: block;
	width: 100%;
	line-height: 150%;
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;

	border: 1px solid #b33680;
}

/* contact
--------------------------------------*/
#sub-contact textarea{
	height: 150px;
}
/* mail-trouble
--------------------------------------*/
#mail-trouble dl{
	margin: 20px 4px;
	line-height: 150%;
}
#mail-trouble dl dt{
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 16px;
}
#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: 18px;
}
#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: 26px;
    height: 40px;
    vertical-align: middle;
    margin: 0 4px 0 4px ;
}

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

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

#itempage .container .left-c{
    padding: 4px;
}
#itempage .left-c{}
#itempage .left-c figure{
	margin: 0px;
    width: 100%;
    height: 260px;
    background: #000;
    margin-bottom: 12px;
}
#itempage .left-c figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#itempage .container .right-c{
    padding: 0 12px;
}
#itempage .right-c .item-id{
    font-size: 14px;
    margin-bottom: 12px;
}
#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;
    flex-direction: column;
    margin: 40px 0;
}
#itempage .bottom-c ul li{}
#itempage .bottom-c ul li:first-child{
	margin: 0 4px;
    height: 240px;
    background: #000;
}
#itempage .bottom-c ul li:last-child{
    width: 100%;
    padding: 4px;
}
#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: 20px;
    text-align: center;
    margin-bottom: 12px;
}
#itempage .bottom-c dl dd{}
#itempage .bottom-c dl dd:first-of-type{
	height: 75px;
}
#itempage .bottom-c dl dd.btn2{
	width: 100% !important;
}

/*------------------------------*/
/*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: 20px;
}
.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: 12px 4px;
}


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

#kimonotype .content {
    margin-top: 20px;
    padding: 4px;
}

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

#kimonotype ul li dl dd{
    line-height: normal;
    margin: 0 4px;
}


#kimonotype ul li dl dd.btn{
    display: table;
    height: 48px;
    background-color: #000;
    color: white;
    vertical-align: middle;
    margin: 20px auto; 
    text-align: center;
    padding: 0 !important;
}

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

#kimonotype ul li dl dd.btn a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/common/arrow-icon.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top:auto;
}

#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-template-columns: repeat( 3, 1fr);
    grid-template-rows: repeat( 2, 1fr);
    gap: 4px;
}
#kimonotype ul.image-grid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kikata-img {
    width: 100%;
    margin: 40px auto;
}
.kikata-img img {
    width: 100%;
}
.btn2 {
    width: 100%;
    margin: auto;
}
.btn2 a::after {
    transform: rotateZ(-90deg);
}

.lum-gallery-button{
    display: none;
}
.lum-close-button:after, .lum-close-button:before {
    background-color: #ffffff;
}
.lum-close-button {
    left: 5px;
    opacity: .8 !important;
    background: #b33680;
}