@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;
}
p{
    font-weight: 300;
}

/*メイン　CSS*/
.main_visual{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}

.main__title{
    width: 100%;
    max-width: 800px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -80px;
    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: 0 auto;
    position: relative;
}

.main__overview{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 7rem;
    padding-top: 80px;
    position: relative;
}

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

.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: normal;
}
.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;
    vertical-align: middle;
    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;
}
sup {
    font-size: 1rem;
    position: relative;
    top: -5px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.massage--menu-list th:nth-of-type(1) {
    width:160px;
}
.massage--menu-list th:nth-of-type(2) {
    width:160px;
}
.massage--menu-list th:nth-of-type(3) {
    width:600px;
}
.massage--top01 td:nth-of-type(3),
.massage--top02 td:nth-of-type(3) {
    text-align:left;
    padding: 0 20px;
}
.massage--bottom01 td:nth-of-type(3) {
    text-align:left;
    padding: 0 25px;
}
.massage--bottom01 td:nth-of-type(1),
.massage--bottom01 td:nth-of-type(2),
.massage--bottom02 td:nth-of-type(1),
.massage--bottom02 td:nth-of-type(2){
    line-height: 2.5rem;
    vertical-align: middle;
    padding: 15px 0;
}

.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%;
}

.main__massage--annotation01>span{
    letter-spacing: 1.2rem;
}
.main__massage--annotation02>span{
    letter-spacing: 2.1rem;
}
/*==================================================================*/


@media screen and ( max-width:1100px){
    #restaurant,
    #washitsu,
    #partyroom {
        display: block;
        padding-top: 40px;
        margin-top: -40px;
    }
    .main__title {
        max-width: 550px;
    }
    
    .main__page-link ul {
        width: 95%;
    }
    .main__page-link ul li {
        max-width: 230px
    }
    
    .main__overview h2 {
        left: 15px;
    }
    .main__overview{
        padding: 30px 15px 0;
        max-width: 750px;
    }
    .main__place--wrap {
        max-width: 750px;
        padding: 0 15px;
    }
    .main__contents-img, .main__contents-img img {
    width: 100%;
    max-width: 340px;
    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:normal;
        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;
    }
}

@media screen and ( max-width:920px){
    .main__title {
        max-width: 750px;
    }
}

@media screen and ( max-width:750px){
    
    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.7rem;
        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;
    }
    
}