@charset "UTF-8";
.global {
	padding: 0 !important;
}
.global_main {
	margin-bottom: 40px;
}

.message .kitsuke_title {
	font-size: 3.0rem;
}
.message .kitsuke_title_add {
	color: #6b6b6b;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.message .kitsuke_title_add li {
	padding-right: 10px;
}
.message .kitsuke_title_add li + li {
	padding-left: 10px;
	border-left: solid 1px #bababa;
}
.message .title {
	font-size: 2.1rem;
    font-family: "Hiragino Mincho Pro", "MS PMincho", "Sawarabi Mincho", serif;	
	margin-bottom: 20px;
}
.message .comment {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.point {
	background-color: #f7f7f7;
	padding-bottom: 80px;
}

.space {
	position: relative;
	height: 90px;
	margin-bottom: 40px;
	margin-top: -80px;
}
.scroll_icon {
	bottom: 0;
	top: 0;
}

.point .point_title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.point .point_inner {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.point .point_inner li {
	width: 100%;
}
.point .point_title .nam {
	font-size: 3.8rem;
	padding-right: 10px;
	font-weight: normal;
	line-height: 1em;
}
.point .point_box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #bababa;
}
.point .item_03 .point_box {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.point .point_box dt {
	margin-bottom: 20px;
}

.price .kitsuke_price_box {
	width: 100%;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 5px;
}
.price .kitsuke_price_box dt {
	width: 40%;
	font-size: 1.8rem;
	font-weight: bold;
}
.price .kitsuke_price_box dd {
	width: 60%;
	text-align: right;
	font-size: 2.8rem;
	font-weight: bold;
}
.price .kitsuke_price_box .garamond {
	font-size: 4.8rem;
	padding-right: 10px;
}
.price .kitsuke_price_box .price_add {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 1.4rem;
}
.price .comment {
	margin-bottom: 10px;
}
.price .comment-big {
	font-size: 1.2em;
	color: #955152;
	font-weight: bold;
	margin: 4em 0 1.5em;
}
.price .btn {
    display: block;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 1em 5%;
    position: relative;
}
.price .flow-btn {
    background-color: #4bab5a;
    margin: 6em 0 3em;
}
.price .btn_arrow {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.price .btn_arrow:after {
    content: "";
    display: inline-block;
    width: 30%;
    height: 30%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 45%;
    left: 14%;
    transform: rotate(45deg) translateY(-50%);
}
.price .btn_small {
    font-size: .8em;
}
.price .flow_reserveBtn {
    font-size: 2rem;
    padding: 1.5em 5%;
    margin-bottom: 6em;
}
    @media screen and (max-width:768px){
        .price .btn {
            font-size: 1.6rem;
        }
        .price .btn_arrow {
            width: 30px;
            height: 30px;
        }
    }
    @media screen and (max-width:540px){
        .price .btn {
            font-size: 1.5rem;
        }
    }

.cancel {
    margin-top: 3em;
    background-color: #f7f7f7;
    padding: 3em 5%;
    border-radius: 6px;
    font-size: .85em;
}
.cancel_cont {
    margin-top: 1em;
}
.cancel_cont_tit {
    font-weight: bold;
    margin-bottom: .3em;
}
.cancel_cont_text {
    padding-left: 1em;
}
.cancel_cont_text:not(:last-of-type) {
    margin-bottom: 1.3em;
}
.comment_text{
	font-weight: normal;
	font-size: 1.4rem;
}

.gallery .comment {
	margin-bottom: 10px;
}
.gallery .gallery_box li {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.flow {
	background-color: #3f3f3f;
	color: #ffffff;
	padding-bottom: 0;
}
.flow .section_title .add {
	color: #ffffff;
}
.flow .flow_inner li {
	width: 100%;
}
.flow .flow_inner > li {
    margin-bottom: 60px;
}
.flow .flow_box {
	padding: 10px;
	padding-left: 80px;
	margin-bottom: 20px;
}
.flow .flow_box.icon_01 {
	background: url("../img/kitsuke/flow_pic01.svg") 25px center/25px no-repeat #ffffff;
}
.flow .flow_box.icon_02 {
	background: url("../img/kitsuke/flow_pic02.svg") 18px center/40px no-repeat #ffffff;
}
.flow .flow_box.icon_03 {
	background: url("../img/kitsuke/flow_pic03.svg") 18px center/40px no-repeat #ffffff;
}
.flow .flow_box dt {
	color: #222;
}
.flow .flow_box dd {
	font-size: 1.4rem;
	color: #6b6b6b;
}
.flow .shop_title {
	margin-bottom: 5px;
}
.flow .shop_list {
	font-size: 1.4rem;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ffffff;
}
.shop_list_txt-small {
    font-size: .8em;
    margin-top: .5em;
}
.flow .comment {
	/*padding-bottom: 40px;*/
}
.flow-waku {
    font-size: .75em;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 1em 5%;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 2em;
}
.flow-waku_tit {
    font-weight: bold;
    background-color: #fff;
    color: #3f3f3f;
    border-radius: 4px;
    padding: .5em 5%;
    margin-bottom: 1em;
}
.flow-waku_text {
    
}
.flow_reserveBtn {
    background-color: #be4e57;
    text-align: center;
    padding: 1em 5%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-top: 1em;
}
.flow_reserveBtn_icon {
    display: inline-block;
    width: 14px;
    margin-right: .5em;
}

.other {
	border: solid 1px #222;
	padding: 20px;
}

.kitsuke {
	padding-bottom: 0;
}

.lum-lightbox {
	z-index: 1000;
}

table{
  border-collapse:separate;
  width: 100%;
}

table th,table td{
  text-align: center;
  padding: 10px 0;
}

table th{
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dotted #dadada;
  padding-right: 5px;
}
table:last-child{
	border-bottom: none;
}
table td{
	border-bottom:dotted 1px #dadada;
	font-size: 1.8rem;
    font-weight: bold;
	border-left: 1px dotted #dadada;
	padding-right: 5px;
}
table td span{
	font-size: 1.4rem;
}
.kitsuke_price_box_table{
/*	position: relative;*/
}
.garamond_table{
	font-family: AGaramondPro;
	font-size: 4.8rem;
/*    padding-right: 10px;*/
}
/*
.price_add_table{
	position: absolute;
    top: 5%;
    right: 29%;
    font-size: 1.4rem;
}
*/

.footer-reserve-fix-btn {
    display: none;
}
.reserve-fix-btn {
    width: 300px;
    position: fixed;
    right: 10px;
    bottom: 20px;
}
    @media screen and (max-width:480px){
        .reserve-fix-btn {
            width: 100%;
            right: 0;
            bottom: 5px;
        }
    }
.reserve-fix-btn_initial {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    background-color: #be4e57;
    padding: 1.5em 16%;
    color: #fff;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    transition: .5s;
}
.reserve-fix-btn_initial:after {
    content: "";
    width: 94%;
    height: 76%;
    border-radius: 6px;
    position: absolute;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media screen and (max-width:480px){
        .reserve-fix-btn_initial:after {
            width: 96%;
        }
    }  
.reserve-fix-btn_initial .img {
    display: inline-block;
    width: 14px;
    margin-right: .5em;
}
.reserve-fix-btn_initial.is-open { /*open時*/
    border-radius: 8px 8px 0 0;
}
.reserve-fix-btn_initial.is-open .img{
    /*display: none;*/
}
.reserve-fix-btn .list {
    background-color: rgba(228,228,228,0.7);
    padding: 1em 5%;
    border-radius: 0 0 8px 8px;
    display: none;
}
.reserve-fix-btn .list_item { 
    width: 100%;
}
.reserve-fix-btn .list_item:not(:last-of-type) {
    margin-bottom: 1em;
}
.reserve-fix-btn .list_item a {
    display: block;
    background-color: #332e2e;
    color: #fff;
    text-align: center;
    padding: 1em 5%;
    border-radius: 8px;
    font-size: 12px;
}
.reserve-fix-btn .list_item_jp {
    display: block;
    font-size: .75em;
}


@media screen and (min-width:481px){
	.price .kitsuke_price_box {
		width: 50%;
		min-width: 300px;
	}
	.gallery .gallery_box li {
		width: calc(25% - 10px);
	}
	.flow .shop_list {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.flow .shop_list li + li {
		padding-left: 20px;
	}
	.lum-lightbox-inner img {
		width: auto !important;
	}

}
@media screen and (min-width:769px){
	.global {
		padding: 0 !important;
	}
	.global_main {
		margin-bottom: 80px;
	}
	
	.point {
		margin-bottom: 0;
	}
	.point .point_inner li {
		width: calc(33% - 20px);
	}
	.point .point_box {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	.space {
		margin-bottom: 80px;
		margin-top: -40px;
	}
	
	.price .kitsuke_price_box {
		width: 450px;
	}
	
	.gallery .gallery_box li {
    width: calc(25% - 20px);
		margin-bottom: 30px;
	}
	
	.flow {
		padding-bottom: 80px;
	}
	.flow .section_title {
		max-width: 1000px;
	}
	.flow .flow_inner {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.flow .flow_inner li {
		width: calc(33% - 20px);
	}
	.flow .comment {
		padding-bottom: 0;
	}
	.flow .shop_list li {
		width: 100%;
	}
    .flow .flow_inner > li {
        margin-bottom: 0;
    }
	.flow .shop_list li + li {
		padding-left: 0;
	}
	
	.kitsuke {
		margin-bottom: 80px;
	}
	.lum-lightbox-inner img {
		width: auto !important;
	}

}
@media screen and (max-width:768px){
	.garamond_table {
		font-size: 2.8rem;
	}
	table td span {
		font-size: 1.2rem;
	}
	table td {
		font-size: 1.4rem;
	}
	.garamond_table span{
		font-size: 1.2rem;
	}
}
@media screen and (max-width:480px){
	.garamond_table {
		font-size: 2.2rem;
	}
	table td span {
		font-size: 1rem;
	}
	table td {
		font-size: 1.2rem;
	}
	table th {
		font-size: 1.4rem;
	}
	.garamond_table span{
		font-size: 1rem;
	}
}