@charset "utf-8";
/* CSS Document */

main{
    padding-top: 50px;
}
dt,dd{
    font-size: 1.6rem;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight: 500;
}
td,th{
    font-family:  'Noto Sans JP', sans-serif;
}

#restaurant,
#washitsu,
#partyroom {
    display: block;
    padding-top: 65px;
    margin-top: -65px;
}

p{
    font-weight: 300;   
}
/*メイン　CSS*/
.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}

/*パンくずリスト*/
.bread__wrap {
	position: absolute;
	 top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	max-width: 110rem;
	margin: 0 auto;
	
}
.bread {
	padding-top: 5rem;
	max-width: 110rem;
	margin: 0 auto;
	z-index: 100;
	
}
.bread__list {
	display: flex;
	margin: 0 auto 0 0;
	padding: 0;
	color: #000;
	background: rgba(255,255,255,0.5);
	max-width: 46rem;
	
}
.bread__item a {
	display: block;
	padding: .5rem;
	font-size: 1.3rem;
	text-decoration: none;
}
.bread__item a::after {
	margin-left: 1rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.3rem;
	content: '\f105';
	color: #ea2127;
}
.bread__item:last-of-type a::after {
	display: none;
}
/*
.bread__item:last-of-type{
	margin-top: .2rem;
}
*/
.bread__item a:hover {
	color: #d7b98f;
}
.main__page-link{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 12rem;
    position: relative;
}
.main__page-link ul{
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-top: 70px;
    justify-content: space-between;
}
.main__page-link ul li{
    width: 100%;
    max-width: 250px;
    height: 65px;
    line-height: 65px;
    text-align: center
}
.main__page-link ul li>a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d7b98f;
    color: #fff;
    font-family:  'Noto Sans JP', sans-serif;
    font-size: 2rem;
}
.main__title{
    width: 100%;
    max-width: 800px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main__title h2{
	 font-size: 4.3rem;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5rem;
	color: #4C4948;
}

.main__contents{
    width: 100%;
    margin: 120px auto;
}
/*テキスト変更追加css*/
.main__contents--text {
	max-width: 61rem;
	margin: 0 auto;
	line-height: 1.8;
}
.main__category-banner{
    width:200%;
    height: 70px;
    background-color: #d78e55;
    transform: skewX(-150deg);
    position:absolute;
    right: 20px;
    top: -70px;
}

.main__overview{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}
.main__overview h3{
    position: absolute;
    left: 0;
    top: -57px;
    
    color: #fff;
    font-size: 3rem;
}

.main__contents--wrap{
    width: 100%;
    margin: 30px auto 60px;
    display: flex;
    justify-content: space-between;
}

.restaurant__red-info{
    font-weight: 600;
    color: #e22c2d;
    border: 1px solid #e22c2d;
    padding: 10px;
    margin-bottom: 2rem;
}

.main__contents-img,
.main__contents-img img{
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    text-align: center;
}

.main__place{
    width: 100%;
    margin: 0 auto;
    background-color: #f7f1e9;
    padding: 40px 0;
}
.main__place--wrap{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.main__place--wrap dl{
    width: 100%;
    margin: 0 auto;
}
.main__place--dl-list{
    display: flex;
    justify-content: flex-start;
    margin: 20px auto;
}
.main__place--dl-list span{
    letter-spacing:normal;
}
.main__place--dl-list dt{
    width: 100%;
    max-width: 90px;
}
.main__place--dl-list dd>span{
    font-weight: 300;
}
.dt__access{
    letter-spacing: 3.2rem;
}
.dt__close{
    letter-spacing: 0.8rem;
}


.link__button a{
    height: 80px;
    padding-top: 8px;
    line-height: 25px;
    font-family:  'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.link__button a::before{
    height: 80px;
    max-width: 65px;
    left: -49px;
}
.link__button a::after{
    height: 80px;
    max-width: 65px;
    right: -49px;
}

.link__button a span{
    font-size: 1.6rem
}

.main__place--menu--wrap{
    margin-bottom: 30px;
}
.main__place--menu{
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: flex-start;
}
.main__place--menu-title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #d7b98f;
}
.main__place--menu-title h3{
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 20px;
}
.dt__menu{
    max-width: 90px;
    width: 100%;
}
table {
    margin-bottom: 10px;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
    font-size: 1.6rem;
    font-weight: 600;
}
td {
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #fff;
}
th {
	background: rgba(215,185,143,0.50);
    height: 35px;
    vertical-align: middle;
}
table{
    width: 100%;
    max-width: 1000px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.washitsu--menu-list th:nth-of-type(1),
.party--menu-list th:nth-of-type(1) {
    width:200px;
}
.washitsu--menu-list th:nth-of-type(2),
.party--menu-list th:nth-of-type(2) {
    width:200px;
}
.washitsu--menu-list th:nth-of-type(3),
.party--menu-list th:nth-of-type(3) {
    width:600px;
}
.washitsu--top td:nth-of-type(3),
.washitsu--center td:nth-of-type(3) {
    text-align:left;
    padding: 0 20px;
}
.washitsu--bottom td:nth-of-type(3) {
    text-align:left;
    padding: 0 25px;
}
.washitsu--bottom td:nth-of-type(1),
.washitsu--bottom td:nth-of-type(2){
    line-height: 2.5rem;
    vertical-align: middle;
}

.party--top td:nth-of-type(1),
.party--top td:nth-of-type(2),
.party--top td:nth-of-type(3) {
    vertical-align: middle;
}
.party--top td:nth-of-type(1){
    line-height: 2.5rem;
}
.party--top td:nth-of-type(3){
    line-height: 2.5rem;
    text-align: left;
    padding: 20px;
}
.main__contents-partyroom{
    border-bottom: 2px solid #d7b98f;
}


.main__button{
    background: #d7b98f;
    color: #fff;
    display: block;
    width: 30rem;
    height: 4rem;
    border-radius: 100vh;
    text-align: center;
    padding-top: 0.6rem;
   margin: 0 auto 3rem;
    margin-top: 7rem;
}

.main__return-top{
	margin-top: 3%;
    margin-bottom: 3%;
}

/*==================================================================*/


@media screen and ( max-width:1100px){
    #restaurant,
    #washitsu,
    #partyroom {
        display: block;
        padding-top: 40px;
        margin-top: -40px;
    }
    .main__title {
        max-width: 550px;
        top: -30px;
    }
    .main__page-link {
		margin: 0 auto;
	}
    .main__page-link ul {
        width: 95%;
    }
    .main__page-link ul li {
        max-width: 230px
    }
    
    .main__overview h3 {
        left: 15px;
    }
    .main__overview{
        padding: 30px 15px 0;
        max-width: 750px;
    }
    .main__contents {
		margin: 50px auto;
	}
	.main__contents--text {
		max-width: 75rem;
		padding: 0 15px;
	}
    .main__place--wrap {
        max-width: 750px;
        padding: 0 15px;
    }
    .main__contents-img{
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
        text-align: center;
    }
    .main__contents-img img {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .main__contents:nth-of-type(3) {
        margin-bottom: 30px;
    }
    
    table, td, th {
        font-size: 1.5rem;
    }
    td {
        height: 80px;
        line-height: 0; 
        vertical-align: middle;
    }
    .washitsu--top td:nth-of-type(3),
    .washitsu--center td:nth-of-type(3),
    .washitsu--bottom td:nth-of-type(3) {
        line-height: 2rem;
    }
    .washitsu--menu-list th:nth-of-type(1){
        width:300px;
    }
    .washitsu--menu-list th:nth-of-type(2){
        width:300px;
    }
    
    .party--menu-list th:nth-of-type(1),
    .party--menu-list th:nth-of-type(2) {
        width: 140px;
    }
    .party--menu-list th:nth-of-type(3) {
        width: 370px;
    }
    .party--top td:nth-of-type(3) {
        padding: 0; 
    }
}

@media screen and ( max-width:920px){
    .main__title {
        max-width: 750px;
    }
}
@media screen and ( max-width:750px){
	.bread__item a {
		font-size: 1rem;
	}
	.bread__list {
		padding-top: 2rem;
	}
    p, 
    a,
    .main__place--dl-list dt,
    .main__place--dl-list dd{
        font-size: 1.5rem;
    }
    td {
        font-size: 1.35rem;
    }
    
    .main__contents:nth-of-type(3) {
        margin-bottom: 50px;
    }
    .main__button {
        margin: 4rem auto 7rem;
    }
    
    .main__title {
        max-width: 350px;
        height: 70px;
        line-height: 60px;
        position: absolute;
        top: -60px;
    }
    .main__title h2 {
        font-size: 2.3rem;
        letter-spacing: .3rem;
    }
    
    .main__page-link ul {
        width: 100%;
        display: block;
        padding-top: 30px;
    }
    .main__page-link ul li{
        margin: 0 auto 10px;
        max-width: 320px;
    }
    #restaurant,
    #washitsu,
    #partyroom {
        display: block;
        padding-top: 35px;
        margin-top: -35px;
    }
    
    .main__place--dl-list:nth-of-type(1),
    .main__place--dl-list:nth-of-type(2){
        display: block;
    }
    
    .main__contents--wrap {
        display: block;
    }
    .main__contents-img {
        margin-bottom: 15px;
    }
    
    .main__place--menu{
        display: block;
    }
    
    .dt__menu {
        margin-bottom: 10px;
    }
    
    .washitsu--menu-list th:nth-of-type(2) {
        width: 280px;
    }
    .washitsu--bottom{
        height: 120px;
    }
    .washitsu--bottom td:nth-child(1){
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .washitsu--top td:nth-of-type(3),
    .washitsu--center td:nth-of-type(3){
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .washitsu--top td:nth-of-type(3),
    .washitsu--center td:nth-of-type(3),
    .washitsu--bottom td:nth-of-type(3){
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .party--menu-list th:nth-of-type(1),
    .party--menu-list th:nth-of-type(2) {
        width: 110px;
    }
    .party--top td:nth-of-type(3) {
        text-align: center;
    }
}